EasyLanguage Treasure Chest

Discussion in 'Trading Software' started by Tums, Nov 24, 2008.

Thread Status:
Not open for further replies.
  1. USeful indicator.... can be better if historical high and low ATR ranges are plotted, as a band above and below the candles.
     
    #211     Feb 8, 2009
  2. Tums

    Tums

    as you wish...

    I have uploaded a new version of ATR Label with the option to plot historical lines.
    Please see the original post to download the new code.

    Enjoy
     
    #212     Feb 8, 2009
  3. harsh

    harsh

    Hi Tums;
    I am not handy with easy language to write any codes.
    It will be great help if you post codes for ;
    1/ CCI arrows as per my prevous post.
    2/ Countdown for remaining points for range bars ,similar to Tick countdown,if possible.

    I found this thread very helpfull.
    Thanks harsh
     
    #213     Feb 8, 2009
  4. Tums

    Tums

    I will take a look next week.
    but can't promise you anything...
    ;-)
     
    #214     Feb 8, 2009
  5. Tums

    Tums

    Tick Speedo

    This indicator measures the time it takes to complete a tick or volume bar

    A Short bar denotes an active market.

    When the market is slow, it will take a long time to complete the bar.
    A cap is used to limit the height of the histogram during slow times.


    <img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=2296133>



    just in case you do not have the TimeToMinutes function:
    Code:
    [color=blue]
    // function: TimeToMinutes
    inputs: XTime( numericsimple ) ;
    Value1 = XTime * .01 ;
    TimeToMinutes = 60 * IntPortion( Value1 ) + 100 * FracPortion( Value1 ) ;
    [/color]
    
    25528
     
    #215     Feb 8, 2009
  6. Tums

    Tums

    code for Tick Speedo
     
    #216     Feb 8, 2009
  7. --------------------------------------------------------------------

    I keep you busy I'm afraid:

    C1032: 'ATR.Period' is not a valid identifier., line 24
    compile failed
     
    #217     Feb 9, 2009
  8. Tums

    Tums

    Your vendor is the most qualified person to help you.
    if these codes don't work in your system, they don't work in your system.
    If you want to enjoy all these goodies, get an EasyLanguage compliant program -- either TraderStation or MultiCharts.
    There is nothing else I can do for you.
    :-(
     
    #218     Feb 9, 2009
  9. Tums

    Tums

    Fibo


    Discussion

    <img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=2297449>
     
    • fibo.gif
      File size:
      12.7 KB
      Views:
      9,108
    #219     Feb 9, 2009
  10. Tums

    Tums

    code for Fibo
     
    #220     Feb 9, 2009
Thread Status:
Not open for further replies.