is correct to do this or exist another good way to plot in multiframe
else if (State == State.Configure)
{
AddDataSeries(BarsPeriodType.Minute,30);
}
protected override void OnBarUpdate()
{
if (BarsInProgress == 1)
test=SMA(BarsArray[1], 3)[0];
Value[0] =test;
(see example in the pics below)
If answer is Ok....how can i do it?
thanks

Comment