MT5 problem with Point
-
HELLO
When i use Point in mt5 and compile it in show error and i should add
double Point ;
As global variable with hand
Please fix it
Thanks -
Where do you put that? In MQL5 I think there is no predefined variable Point, so I guess it is available to be used.
-
I used that in draw arrow

And when compile it with MT5 it show error and i should add double Point ; in first
Thanks -
Again, there is no predefined constant or variable called Point in MT5. Yes, Point is valid predefined variable in MT4, but it doesn't exist in MT5. It is _Point in MT5, or you can use the function Point()