Error when compiling
-
I get this error when compiling on 2 lines of the code. Any idea how to help? Thanks.
possible loss of data due to type conversion RSI Crossover.mq4 5869 10
TimeLocal(tm);
offset = TimeLocal() - TimeCurrent(); -
@mark-hal Can you please share the link to your project? That would help.
-
-
@mark-hal I can't upload it. Are you sure this is the correct file? Can you please share the link to the prokect instead of the file?
-
@l-andorrà I figured it out. It has to do with the code being written from a 32 bit program vs. a 64. seems to work.
-
@mark-hal Great you found out. Congrats.