- Credits
- 5
I just followed this operation, but I still encounter problems. How can experts help?
I just followed this operation, but I still encounter problems. How can experts help?
I've added a troubleshooting section.I just followed this operation, but I still encounter problems. How can experts help?
I followed your new steps and an error occurred. When I went back to the old steps, the same error occurred. I don't know where the error is? Can you testify?I've added a troubleshooting section.
I followed your new steps and an error occurred. When I went back to the old steps, the same error occurred. I don't know where the error is? Can you testify?I've added a troubleshooting section.
Thank you, Dimugo.I compared backtest results for version 4.50 and version 4.00, and it turns out version 4.00 performs slightly better! So, there’s really no need to upgrade—you can stick with version 4.00.
The proxy will only modify OpenAI requests from a specific OpenAI orgID, so it won’t interfere with other EAs running on the same VPS. Even if another EA happens to use the same orgID, it will just use your OpenAI account for requests, but it won’t change how the EA operates or behaves.hi everybody, I have a question, if I set up a proxy so Cynera would work, will this affect my other EA's working on different instances on the same VPS? thanks
thank you very much dimungo for your replyThe proxy will only modify OpenAI requests from a specific OpenAI orgID, so it won’t interfere with other EAs running on the same VPS. Even if another EA happens to use the same orgID, it will just use your OpenAI account for requests, but it won’t change how the EA operates or behaves.
However, if you’re still uncomfortable, you can set up a specific instance of MT4 just for Cynera and configure the proxy for that instance only. This way, your other EAs remain completely unaffected.
any have cynera mt4 v4.52 ?
I compared backtest results for version 4.50 and version 4.00, and it turns out version 4.00 performs slightly better! So, there’s really no need to upgrade—you can stick with version 4.00.
how to solve "too many request" ?1. Install Fiddler Classic
Download and install Fiddler Classic from the official website:
https://www.telerik.com/download/fiddler
2. Enable HTTPS Decryption
Follow this guide to activate HTTPS decryption in Fiddler:
https://learn.microsoft.com/en-us/power-query/web-connection-fiddler
3. Customize Fiddler Rules
Customize Fiddler rules to replace the Authorization and openai-organization headers. Refer to the documentation for modifying rules:
https://docs.telerik.com/fiddler/extend-fiddler/addrules
Add the following rules to your script (replace with your own ChatGPT key and organization ID):
if (oSession.oRequest["Authorization"] == "Bearer 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") {
oSession.oRequest["Authorization"] = "Bearer sk-proj-xxxx";
}
if (oSession.oRequest["openai-organization"] == "org-NuRdGlqfwjzKchAXzaZNcOze") {
oSession.oRequest["openai-organization"] = "org-xxxx";
}
5. Configure Proxy Settings in MT4
Activate the proxy in your MT4 settings by using the following configuration:
- Server: 127.0.0.1
- Port: 8888
I used Fiddler software to intercept the OpenAI-related URLs sent by MT4 and then modified them with my own OpenAI key. Now it works.
I used http toolkit. Point the EA to it via the proxy.
Wait for it to make a request to openai. Edit the header with your own org and api key.
Works like a charm.
Took me about an hour to figure it out. Google is your friend.
Good luck!
Turn off Ai, its just garbage based on my experience. Gpt is not flexible, rigid and inconsistent. Now he opens sell with Ai, and buy without Ai. Its suckAny one got SL? Last trade i got SL start trade as Sell since 30 Dec and hit SL today
Yes right now i got new order with sell it so suck this.Turn off Ai, its just garbage based on my experience. Gpt is not flexible, rigid and inconsistent. Now he opens sell with Ai, and buy without Ai. Its suck
Is this a proven system? I don't think so, one day we will fall with it