If the same code works on a demo account but not on a live account AND you have checked trading is allowed by EA : it's a broker issue.
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
I'm trying to execute trades on VTMarkets MT5 using Python API. Every order returns error 10030 "Unsupported filling mode" regardless of which filling mode I use.
What I've tested:
print(f"Mode {mode}: {'ALLOWED' if allowed else 'NOT ALLOWED'}")
Results:
Current situation:
Error example:
Retcode: 10030
Comment: Unsupported filling mode
Has anyone encountered this issue with VTMarkets? Is this a known broker limitation? Any workarounds?