
The above video demonstrates how to set up Tutorial 173 (Markplex SuperTrend) in TradeStation RadarScreen. The indicator works best in trending markets but gets ‘whipsawed’ in other markets.
:max_bytes(150000):strip_icc()/ts1-7fbfb1ac02fd4a04bbe4fa1fb289429e.jpg)
moved closer to price) by using an acceleration factor which increases incrementally each bar by user input: AFStep up to a a maximum value of user input: MaxAF. In this Markplex version the SuperTrend value is also tightened (i.e. There are many different interpretations of the so-called SuperTrend indicator. When the dirction is down, the SupTrend can only decrease. When the direction is up (Dir = 1), the SupTrend value can only increase. Print( " C > ST c ",c," SupTrend ", SupTrend," ",BarColor) Direction is determined by the Close of a bar relative to the value of the SuperTrend, Upper and Lwr using the following code: If C > SupTrend then Respectively, depending on the direction. A user input multiple of the ATR is added to or subtracted from the average price to give Upper and Lwr This implementation calculates the Average True Range (ATR) of the average price using the exponential moving average. Tutorial 173 | SuperTrend indicator is a stop and reverse (SAR) indicator that trails price action.
