Stefano Cerbioni:
hi guys i have app that write a txt with this syntax in Mql5\Files EURUSD,BUY,0.10
the mt5 read perfect load data but when execute return error but in my accont i have 10k and if i run the same command by hand it works
my code
my error with debug
anyone can tell me if i use a bad syntax ? or did do some mistake ? thanks
Error code 10030: TRADE_RETCODE_INVALID_FILL
Wrong filling mode specified.

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
hi guys i have app that write a txt with this syntax in Mql5\Files EURUSD,BUY,0.10
the mt5 read perfect load data but when execute return error but in my accont i have 10k and if i run the same command by hand it works
my code
my error with debug
anyone can tell me if i use a bad syntax ? or did do some mistake ? thanks