Declaring a boolean variable  [SOLVED]

Questions about MultiCharts and user contributed studies.
masber2000
Posts: 29
Joined: 15 Aug 2012
Has thanked: 2 times

Declaring a boolean variable

Postby masber2000 » 21 Jun 2022

Hello-

I know that a standard multi-timeframe variable is declared as:

Var1 (0),
Var2 (0, data2);

Do we declare boolean variables for multiple timeframes the same way:

var3(false),
var4(false, data2); ?

It seems simple, but I'm not really sure of the answer to this.

Thank you,

mb2k

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: Declaring a boolean variable  [SOLVED]

Postby ABC » 24 Jun 2022

masber2000,

yes, your variable declaration is correct.

Regards,

ABC


Return to “MultiCharts”