Is there any SMA which can be plotted on the indicators on the chart? For example, I try to plot a SMA of trendscore on the current trendscore line. Or, I need to customize it by myself. Thanks.
Size:
Color:
Size:
Color:
It is great! Tks. :)
Size:
Color:
If I overlay an SMA on a particular indicator, say ROC, how can I incorporate the SMA curve into a strategy, instead of using the underlying indicator? Can anyone help? Thanks Jon
Size:
Color:
A DataSeries such as SMA typically accepts DataSeries or Bars as one of its parameters, example:
CODE:
Please log in to see this code.
Size:
Color:
Eugene, thanks for the assistance. From what you have given me I assume that I have to figure out how to incorporate the line you gave me into an appropriate strategy code in place of the actual indicator code it is a surrogate for.
Size:
Color:
Yes, there should be nothing complicated about it. Find the DataSeries definition and replace it following the example above.
Size:
Color: