Forums › ProRealTime English forum › General trading discussions › Fixed stop loss/target vs average true range › Reply To: Fixed stop loss/target vs average true range
01/30/2019 at 4:55 PM
#90077
Changing the calculation so that we can see what percentage the all time average is of price creates a very interesting chart:
1 2 3 4 5 6 7 |
if barindex >= 1 then a = a + ((tr/open)*100) b = b + 1 c = (a / b) //* open endif return c coloured(128,0,0) as "All Time Average TR as %" |
We can see that the range average percentage drops in rising markets and rises in falling markets. All this is on the DJI.