Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

johnnydaymon

Members
  • Content Count

    144
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by johnnydaymon


  1. {Function: TL_SetAll 
    
    Purpose: Reduce the clutter in TL programming with one call to 
    set color, size, style, left and right extension. 
    
    These almost always need to be specified and clutter up 
    the programs something awful. This should help. 
    
    Author: Clyde Lee, Copyright SYTECH Corporation, 2002 
    www.theswingmachine.com 
    
    Use: Permission granted to use the function in any application 
    desired so long as the copyright notice is retained. 
    
    } 
    
    
    Inputs: TL_Ref(numericsimple), 
    Colr(numericsimple), 
    Size(numericsimple), 
    Styl(numericsimple), 
    TLxl(truefalse), 
    TLXr(truefalse); 
    
    
    
    TL_SetColor(TL_Ref, Colr); 
    TL_SetSize (TL_Ref, Size); 
    TL_SetStyle(TL_Ref, Styl); 
    TL_SetExtLeft (TL_Ref, TLxl); 
    TL_SetExtRight(TL_Ref, TLxr); 
    
    TL_SetAll=1; 
    
    


  2. Someone requested the HH LL indicator in a posted picture.You can find one version of that here by The Great Tams! http://www.traderslaboratory.com/forums/coding-forum/5418-free-easylanguage-indicators.html

     

    Remember to learn the easy language code for your self. Programmers like to leave partial codes and functions missing in posts.They do this so your head is spinning all day and night. Here is a nice Tro Gannline,smart pivot chart indicator.

     

    Someone requested which indicators are the best to use. Gridiron,compass,poor man's slot is a good start. The problem is with software & data manipulation,HFT,Dark pools,insider trading.............

     

    Tro has an MQ4 link here with tons of tips on his indicators http://www.traderslaboratory.com/forums/trading-markets/4859-never-lose-again-therumpledone.html

    _GANNLINES.ELD

    _GannLines-8-23-13.thumb.jpg.fd81a0186df2522de4d41e5b2916e735.jpg

    _SMARTPIVOTCHART.ELD


  3. Full moon July 22, 2013 11:16:32 AM ! Full Moon's effects on humans have been documented! Everyone should know Trading has risks with or without updated software and codes. There are no version numbers on the name or in the code Tro. So Let's get ready to Tunnel! Thanks for the tunnel indicators Tro!.Peace to you.

    TRO_Tunnel_dragon-7-26-13.png.997b1c28043c7cd285786e8e61961749.png

    tro_tunnel-7-26-13.png.39047bc09d4479633edb118a4ca5baa3.png

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.