Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
Tutorial 173 (Markplex Supertrend) for Radarscreen | TradeStation EasyLanguage tutorials
Description
This video demonstrates how to set up Tutorial 173 (Markplex SuperTrend) in TradeStation RadarScreen. This involves making sure that "load additional data for accumulative calculations" is selected and an appropriate number of bars is entered. "Load additional data" is required for calculations that use the value of the calculation the previous bar to give the value for the current bar.
Tutorial 173 uses the exponential moving average as part of its calculation. If you open the XAverage function, you will see the calculation is:
XAverage = XAverage[1] + SmoothingFactor * ( Price - XAverage[1] );
In other words, the exponential moving average for the current bar is equal to the exponential moving average for the previous bar plus the difference between the price of the current bar and the exponential moving average of the previous bar, multiplied by a smoothing factor.
TradeStation recommend that the number of additional bars is equal to 4.5 multiplied by the Length input. In this video I estimated this to be 50.
See https://markplex.com/free-tutorials/tradestation-easylanguage-quicktips/quick-tip-5-indicator-works-fine-chart-not-radarscreen/
and
https://markplex.com/free-tutorials/tutorial-173-markplex-supertrend/
Tutorial 173 uses the exponential moving average as part of its calculation. If you open the XAverage function, you will see the calculation is:
XAverage = XAverage[1] + SmoothingFactor * ( Price - XAverage[1] );
In other words, the exponential moving average for the current bar is equal to the exponential moving average for the previous bar plus the difference between the price of the current bar and the exponential moving average of the previous bar, multiplied by a smoothing factor.
TradeStation recommend that the number of additional bars is equal to 4.5 multiplied by the Length input. In this video I estimated this to be 50.
See https://markplex.com/free-tutorials/tradestation-easylanguage-quicktips/quick-tip-5-indicator-works-fine-chart-not-radarscreen/
and
https://markplex.com/free-tutorials/tutorial-173-markplex-supertrend/
More from User
06:04
Program 90 | Finding extreme oscillator 'hooks'
Markplex
07:57
Tutorial216
Markplex
09:17
Tutorial217
Markplex
08:33
Tutorial 215 | Alert when MACD crosses a line drawn on chart
Markplex
09:21
Tutorial 214 | Draw a rectangle between the high and low of the week
Markplex
09:43
Tutorial 212 | Draw a rectangle on a chart each day between the high and low of the PREVIOUS day
Markplex
Related Videos
04:48
Quick-tip 86 | Basic TradeStation RadarScreen screener | EasyLanguage tutorials and programs
Markplex
00:33
Tutorial 183 | Controlling background color in RadarScreen | TradeStation EasyLanguage tutorials
Markplex
06:45
Quick-tip 88 | DateTime behavior | TradeStation EasyLanguage tutorials and programs
Markplex
03:34
QuickTip 74 | Finding the highest pivot on a chart | TradeStation EasyLanguage tutorials
Markplex
04:46
Tutorial 205 | How to convert tutorial 23 (line break) and tutorial 173 (supertrend) into functions
Markplex
10:12
Tutorial 193 | Activity Bars | TradeStation EasyLanguage tutorials and programs
Markplex