I have just disvovered that if I add a DataSeries thgrough code to my Indicator like this
AddDataSeries(Data.BarsPeriodType.Minute, 1);
the OnBarUpdate method uses the 1 minute interval instead of the 5 minutes set on the chart.
Is this the way it should work ?
Best Regards,
Sune

Comment