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
Sorry, but I have difficulty believing that you are checking the Freeze Level and Stops Levels properly, because from your original post it was clear you were not aware of them, and simply stating "etc." shows that you don't even know what other checks you need to do, or else you would have referenced them.
If you want us to help check your code then you are going to have to show your code. Just because you "say" you are doing it does not mean you are doing it correctly. If you don't want to show your code, then you will have to debug it and figure it yourself and try to find what it is doing wrong.
抱歉,但我很难相信您正在正确检查冻结级别和停止级别,因为从您的原始帖子中可以清楚地看出您不知道它们,并且只是说“等”。表明您甚至不知道您需要执行哪些其他检查,否则您会引用它们。
如果您希望我们帮助检查您的代码,那么您将不得不展示您的代码。仅仅因为你“说”你在做这件事并不意味着你做对了。如果您不想显示您的代码,那么您将不得不调试它并自己弄清楚它并尝试找出它做错了什么。
I did try everything and had no problems running EA on MT5. The code is posted, please help me to have a look, thank you!
No! You can't just interchange Stops Levels and Freeze Levels. They are completely different concepts and limits.
StopLevel Minimum Distance Limitation.
A trade operation will not be performed if any of the following conditions is disrupted.
FreezeLevel Limitation (Freezing Distance).
Market orders can not be closed if the StopLoss and TakeProfit values violate the FreezLevel parameter requirements.
StopLoss or TakeProfit orders can not be modified if StopLoss or TakeProfit values violate the StopLevel parameter requirements.
Pending orders can not be deleted or modified if the declared open price violates the FreezeLevel parameter requirements.
Also read the following in detail ... The checks a trading robot must pass before publication in the Market
Especially these points:
另请详细阅读以下内容...交易机器人在市场上发布之前必须通过的检查
尤其是这几点:
You are very detailed, it is very useful indeed, thank you very much!
Do not double post!
I have deleted your duplicated topic.
I recalculated STOPLEVEL and FREEZELEVEL according to the method provided in the article, but it still couldn't pass directly. I had to add some extra points. At present, I added 50 points to pass the verification, but it was wrong for my trading system. Who can help me to see if there is a problem with the code? Thanks very much!