Search found 3 matches

by DPTrade
02 Jun 2016
Forum: MultiCharts
Topic: how to loop Conditions
Replies: 2
Views: 1303

how to loop Conditions

Is there an example that shows how to loop Conditions.

For example, if Condition1=C>C[1] and C[1]>C[2] and C[2]>C[3].......C[n-1]>C[n];

Cant be programmed like this:

Inputs: NBars(10);
Vars: inc(0);

For inc=0 to NBars;
Begin
Condition1=C[inc]>C[inc+1];
End;

What am I missing?
by DPTrade
14 Feb 2014
Forum: MultiCharts .NET
Topic: MC.NET previous day close
Replies: 9
Views: 4819

Re: MC.NET previous day close

Thank you for posting this - this works really well.
by DPTrade
12 Feb 2014
Forum: MultiCharts .NET
Topic: MC.NET previous day close
Replies: 9
Views: 4819

Re: MC.NET previous day close

So HighD and LowD do not reset at midnight in MultiCharts? If so, is there a way to track the high and low of the current session on 1 min charts since the start of the session, even if the session crosses over into a different calendar day?

Go to advanced search