• 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 :)
General chit-chat
Help Users
  • No one is chatting at the moment.

      New EA CyNera MT4 4.31 (no dll)

      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.
       
      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
       
      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
      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.

      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.
       
      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.

      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.
      thank you very much dimungo for your reply :)
       
      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.

      Can you upload file that you use ? Cynera 4.00 ?
       
      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
      how to solve "too many request" ?
       
      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!

      May I know which account type in openai you are using? is it chatgpt plus?
       
      Any one got SL? Last trade i got SL start trade as Sell since 30 Dec and hit SL today
      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
       
      Last edited:
      Back
      Top