What am I missing with ENUM variables for MT5?
-
@jstap
I can build a bot for MQL4 simply operate it I can also build a bot for MQL5 But I can't turn it on Do I have a problem or does it require a subscription? -
I can build a bot for MQL4 simply operate it I can also build a bot for MQL5 But I can't turn it on Do I have a problem or does it require a subscription?
I can't add it to chart.  -
@abbas3 The free is limited to connections, if it gives EA then it is a problem with the logic, create a new thread and ask a question, then questions can be answered.
-
The difference between = and == is actually very very important (I confuse them often myself lol).
= sets the variable value
== compares two variables together, returning True if they match, False if they dont matchedit: hmm, dont know why I ended up answering to 2 year old thread

-
-
@roar said in What am I missing with ENUM variables for MT5?:
The difference between = and == is actually very very important (I confuse them often myself lol).
= sets the variable value
== compares two variables together, returning True if they match, False if they dont matchedit: hmm, dont know why I ended up answering to 2 year old thread


hmm food for thought, thanks Roar
