What type of constant do I need to show a boolean display?
-
I want to show a true/false display menu in some of my input parameters but I simply can't find the mql4 documentation showing what type of constant should I use for that. Could someone please help?
-

-
What I mean is what I need to type here...

...to get this in my input parametres' EA:

-
@l-andorrà its "bool".
https://docs.mql4.com/basis/types -
Great! Thank you.