Hi,
I use the MQL2LFOREX Converter to convert my MQL EA to java ,and run on the JForex platform for several days,but today it's stop working ,the error message is :java.lang.NullPointerException @ jforex.converted.XXXX.start(XXXX.java:324), I don't konow what's meaning of this error code, if anyone konw the reason please tell me ,thanks very much.
I check the code just now and i found that the error is appera when the strategies try to delete a buylimit order . Here is the code:
if (i_ticket_buy == 0 && i_ticket_buylimit != 0)
{
OrderDelete(i_ticket_buylimit);
}
I print the the i_ticket_buylimit and it's 7953952.
please help me,thanks!
