Super trend Indicator

sachinstlko09
Hi,
I can calculate the ATR according to the time period i.e. Time Period = 10. Also taken the multiplier = 3.
Got the formula to calculate the Up and Down value.

Up = ((high + low) / 2) + (multiplier x ATR)
Down = ((high + low) / 2) - (multiplier x ATR)

Now, when to generate the Buy / Sell signal, according to the above calculation.
Sign In or Register to comment.