@fxDreema thanks for the fix.
Just a small item that maybe you could tidy up.
The problem can be seen in the code screenshot below declaring orderTicket as an 'int' at line 23,205.
This generates a "possible loss of data due to type conversion from 'long' to 'int'" compiler warning.
As can be seen in the same screenshot below in line 23,213 it is declared as a 'ulong' and that does not generate a warning.
If my understanding of the MQL5 documentation is correct it should be at least declared as a 'long'.
Thanks in advance and cheers!!


