Add an additional moving average to the chart.
On completion of lesson 2 we will have added an additional moving average to the indicator, which will be plotted on the price chart. To accomplish this task we learn how to call another indicator and store its results for assignment to the new plotted moving average. Calling another indicator is documented in the help. However, you never really know on more complicated indicators which parameters need to be included in the call to the indicator. We show you a very easy way, a non documented way, to know the exact what parameters that are necessary in the calling indicator string. No more guess work about which order and which parameters.Additionally, we will spend time on the PLOT statement and speak to the new dataseries created to plot the new moving average. We also review the changing of the defaults on the PLOT statement.