Plot a marker on a prior bar based on current bar calc  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
darob
Posts: 207
Joined: 20 Nov 2014
Has thanked: 57 times
Been thanked: 33 times

Plot a marker on a prior bar based on current bar calc

Postby darob » 08 Apr 2016

In the following, what do I replace Bars.Low[0] with to place the marker on the prior bar instead of the one that just closed? Google only gets you so far...

Many thanks


if (PublicFunctions.DoubleGreaterEquals(m_value1.Value, consecutivebarsdown)){
Plot1.Set(0, Bars.Low[0]);

darob
Posts: 207
Joined: 20 Nov 2014
Has thanked: 57 times
Been thanked: 33 times

Re: Plot a marker on a prior bar based on current bar calc  [SOLVED]

Postby darob » 08 Apr 2016

Nevermind, changing the zeroes to other integers works--very logical!


Return to “MultiCharts .NET”