Discussion of article "The checks a trading robot must pass before publication in the Market" - page 9

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
now new validation error :)
suggesting these can be non-critical error e.g. EA can still be published without having them resolved, as opposed to other critical type of error which require programmer to fix. For non-critical validation error, you should have the publish button enabled too with some sort of messages to let the programmer know that validation interuppted by error but its non-critical
Fix your code so that it properly considers the contract specifications for the symbol being traded.
The article mention at the beginning of this topic, specifically guides you to carry out many of the required checks to achieve this.
Read it, and apply it to your code.
Please help me, I don't understand what's cause my validation to show like this, if I understand the problem, I will know where to fix my code. Thanks
Please help me, I don't understand what's cause my validation to show like this, if I understand the problem, I will know where to fix my code. Thanks
Hi, you need to check positions for Margin Stop Out and close positions before Stop Out.
ACCOUNT_MARGIN_SO_SO
Hi, you need to check positions for Margin Stop Out and close positions before Stop Out.
ACCOUNT_MARGIN_SO_SO
Thank you so much sir, let's me try to fix now.
I really need help—I'm stuck here with a 'no trading operation' error. I would appreciate any advice or assistance on how to fix my code so that I can resolve this issue. I've attempted several shortcuts, but no matter what I do, I keep encountering this error.