Feels no different then watching a squiggly go through serious crossover withdrawal. To make life easier, Why not create a line indicator that can be placed on the chart (or indi window 1) that has 2 colors as triggers? Is that even possible for this trick?
Tro_ATR_Lines indicator, Curious why we are multiplying atr values with .5 by default? IE OPEN + ATR(4)*0.50 (Its the IATRMULT setting).
Why?
A trader asked me to have that option. As you can see from today's video, price usually hits moves from open to at least open plus or minus ATR(n) *0.50.
Think about it!!
Ok, As for the ATR values correct me if I am wrong looks like your looping through 2-14 and the indicator is plotting random ATR values on the chart within the that range. IE On a pair I see ATR(3) ATR(7), and another I see ATR(4) ATR(14) etc.. trying to understand.
Leoheart wrote:Ok, As for the ATR values correct me if I am wrong looks like your looping through 2-14 and the indicator is plotting random ATR values on the chart within the that range. IE On a pair I see ATR(3) ATR(7), and another I see ATR(4) ATR(14) etc.. trying to understand.
Not RANDOM!!!
The Minimum and Maximum ATR values selected out of ATR(2) through ATR(14). Of course, 2 and 14 are user inputs so you can specify the start and stop values of the loop.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Leoheart wrote: Feels no different then watching a squiggly go through serious crossover withdrawal. To make life easier, Why not create a line indicator that can be placed on the chart (or indi window 1) that has 2 colors as triggers? Is that even possible for this trick?
I showed how I "discovered" this using <F9> so any trader can do this without using the indicator I coded.
I coded the indicator to place STARS on the chart rather than a line because that how I wanted it. I didn't want lines.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.