Signs ahead of input values in MT5
-
Anyone any Idea what these signs mean? I have rewritten my MT4 EA to MT5. Seems to be working but on each variable I see a half (1/2) sign. No I dea what it means.

-
They are the data type in MQL5 language. From top to bottom : string, int, int, enum, enum, double, double
-
@ambrogio Ok thanks. I was a bit worried but everything works as it should.

-
