Search found 1 match

by SteveP
01 Apr 2013
Forum: MultiCharts .NET
Topic: How to count bars using CalcBar() [SOLVED]
Replies: 5
Views: 4453

Re: How to count bars using CalcBar() [SOLVED]

Hi Ed,

please try the following:

Code: Select all

if (Bars.Status == EBarState.Close )
{
// code here runs only on last tick of bar
}
Happy Easter
Steve

Go to advanced search