• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA CyNera MT4 4.31 (no dll)

It's explained in the documentation ( Where there is the keyword replace then your replace ... , but you keep org-NuRdGlqfwjzKchAXzaZNcOze as an input filter):
Customize the Fiddler rules to replace the Authorization and openai-organization headers:

1. Press CTRL+R to open the built-in script editor.

2. Locate the function: 'static function OnBeforeRequest(oSession: Session)'

3. Add the following code snippet to the script, replacing the placeholders with your own ChatGPT Secret key and organization ID:
if (oSession.oRequest["openai-organization"] === "org-NuRdGlqfwjzKchAXzaZNcOze") {
oSession.oRequest["Authorization"] = "Bearer sk-ReplaceWithYourOwnSecretKey";
oSession.oRequest["openai-organization"] = "org-ReplaceWithYourOwnOrgID";
}

How to fix it?
ERROR - Please add Auto-GMT URL
 

Attachments



I have added all links, removed and reattached the EA, then restart MT4 but it hasnt worked yet.
Could you please help me? Thanks.

upload_2025-1-11_1-3-33.png
 

Attachments

  • upload_2025-1-11_1-3-33.png
    upload_2025-1-11_1-3-33.png
    190.3 KB · Views: 430
Back
Top