If i add the following to the strategy init:
Add("ES 12-06", PeriodType.Tick, 100);
I would like to add this as well:
Add(SMA(???,20));
Where ??? is the dataseries from the "ES 12-06" added prior and not the base instrument of the strategy. If this is possible how would I specify ???.

Comment