Hello, I'm Sasha/Alexandre using your platform with Switch Markets account, my account name is Alexandre4558. this is the only platform ever that i used and use and my one and only account ever. recently i tried to learn and try to build a robot by my self, he is working. But not well. I completely deleted him. because he was spamming the server with a lot of positions with buy and sell , then i got message autotrading is disabled by server, i did it on demo account anyway, but it wasnt my point. just wanted to try to do things by myself. i have a new robot and I can send the code if needed for a check.
i'd like to get some answers and help.
If I'm reading you correctly, your broker-dealer disabled your autotrading--not Metaquotes. The terms of your live trading agreement are between you and your broker-dealer. Switch has obviously declared a violation thereof.
Contact your broker-dealer directly. Good luck.
By the way, accounts are usually terminated for this. It might be easier just to change your broker-dealer.
Every broker has a limit of how many requests that you can make to its server, both demo and real account. But normally you would get a warning beforehand. But if you contact your broker and convince them that you are not using the same robot anymore, then, i am sure that they will allow you to open a new demo.
I also doubt that what you said is correct. You said that "he is working". I think that is incorrect, or you would not have been blocked. If you robot is created by ChatGPT or some automatic generator, then, it will have issues, both minor and serious.
You can post your code in full here for use to see and recommend to you what to change. However, if it is created by ChatGPT or some auto generator, then, dont bother. These robots rarely get responses, because they are treated with disdain and disgust. most have too many issues to fit in a thread such as this.
Forum on trading, automated trading systems and testing trading strategies
How to make a mql5 EA with OpenAI
William Roeder, 2023.02.21 13:42
Chatgpt (the worst), EA builder, EA Builder Pro, EATree, Etasoft forex generator, Forex Strategy Builder, ForexEAdvisor (aka. ForexEAdvisor STRATEGY BUILDER, and Online Forex Expert Advisor Generator), ForexRobotAcademy.com, forexsb, FX EA Builder, fxDreema, Forex Generator, FxPro, Molanis, Octa-FX Meta Editor, Strategy Builder FX, Strategy Quant, Visual Trader Studio, MQL5 Wizard, etc., are all the same. You will get something quick, but then you will spend a much longer time trying to get it right, than if you learned the language up front, and then just wrote it.
-
Since you haven't learned MQL4/5, therefor there is no common language for us to communicate.
If we tell you what you need, you can't code it.
If we give you the code, you don't know how to integrate it into yours.We are willing to HELP you when you post your attempt (using Code button) and state the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own.
ChatGPT - Mixing MT4 and MT5 code together.
- Creating multiple OnCalculate/OnTick functions.
- OnCalculate returning a double.
- Filling buffers with zero in OnInit (they have no size yet). Setting buffer elements to zero but not setting Empty Value to correspond.
- Calling undefined functions.
- Sometimes, not using strict.
- Code that will not compile.
- Creating code outside of functions.
- Creating incomplete code.
EA builder - Counting up while closing multiple orders.
- New bar code: Bars is unreliable (Max bars in chart), volume is unreliable (miss ticks.) Always use time.
- Not adjusting for 4/5 digit brokers, TP/SL and slippage.
- Not adjusting for ECN brokers. pre-Build 500)
- Not checking return codes.
EATree Uses objects on chart to save values — not persistent storage (files or GV+Flush.) No recovery (crash/power failure.) ForexEAdvisor FX EA Builder - Not checking return codes.
- Loosing open tickets on terminal restart. No recovery (crash/power failure.)
- Not adjusting stops for the spread.
- Using OrdersTotal directly.
Every broker has a limit of how many requests that you can make to its server, both demo and real account. But normally you would get a warning beforehand. But if you contact your broker and convince them that you are not using the same robot anymore, then, i am sure that they will allow you to open a new demo.
I also doubt that what you said is correct. You said that "he is working". I think that is incorrect, or you would not have been blocked. If you robot is created by ChatGPT or some automatic generator, then, it will have issues, both minor and serious.
You can post your code in full here for use to see and recommend to you what to change. However, if it is created by ChatGPT or some auto generator, then, dont bother. These robots rarely get responses, because they are treated with disdain and disgust. most have too many issues to fit in a thread such as this.
GPT youll have to deal with a lot of errors.
Unless your code is fixed, then you will have the same issue with the next broker and then the next.
GPT code rarely gives obvious errors, just does not do what you expect it to do because of the wrong code or incorrect way to code it.Unless your code is fixed, then you will have the same issue with the next broker and then the next.
Exactly.
A broker-dealer will disable/terminate even if a trader transaction-bombs its demo server.
This is one reason that I do my development in the beta version of MQ's demo MT5 platform--no broker-dealer involved.
If I'm reading you correctly, your broker-dealer disabled your autotrading--not Metaquotes. The terms of your live trading agreement are between you and your broker-dealer. Switch has obviously declared a violation thereof.
Contact your broker-dealer directly. Good luck.
By the way, accounts are usually terminated for this. It might be easier just to change your broker-dealer.
Unless your code is fixed, then you will have the same issue with the next broker and then the next.
GPT code rarely gives obvious errors, just does not do what you expect it to do because of the wrong code or incorrect way to code it.They told me(my broker) that autotrading is on from their side...
Both statements above cannot be true because Metaquotes does not control automated trading on your broker's servers--your broker does.
When you contact your broker make sure that they are checking account# Alexandre4558 on their demo server.
Most likely, their demo server is programmatically set to automatically disable automated trading for your account when high frequency trading is detected. Your broker must manually reverse this.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
i'd like to get some answers and help.