You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is this in a function?
If not, why are you using return in a loop?
Why are you using the value of OrdersTotal and then checking History?
OrdersTotal can only be a positive number or zero, so your loop will not run with i<0.
Is this in a function?
If not, why are you using return in a loop?
Why are you using the value of OrdersTotal and then checking History?
OrdersTotal can only be a positive number or zero, so your loop will not run with i<0.
Chances are its way wrong. Only stated with MQL4 this week. I tried some of the other "last profit" codes in the forum. Cant seem to get it right though.
This is another piece of code I am trying.
Ill keep at it til I get it right.
Is this in a function?
If not, why are you using return in a loop?
Why are you using the value of OrdersTotal and then checking History?
OrdersTotal can only be a positive number or zero, so your loop will not run with i<0.