if (SHAOpen == null)
SHAOpen = new DataSeries(SMA(BarsArray[1], 5));
to sync the Dataseries to a secondary bars object.
Can anyone tell me how to do it for a StringSeries or a BoolSeries.
Would I have to invent an indicator that returned a string or a bool ? Would seem a bit messy.
Thanks
Dave

Comment