• 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)

      Here's a small update to the custom rules for Fiddler. This version is more generic and designed to work with the next version of Cynera:

      //Cynera 4.xx
      if ( oSession.oRequest["openai-organization"] === "org-NuRdGlqfwjzKchAXzaZNcOze" )
      {
      oSession.oRequest["Authorization"] = "Bearer sk-ReplaceWithYourOwnKey";
      oSession.oRequest["openai-organization"] = "org-ReplaceWithYourOwnOrg";
      }
      Hi Dimugo, I didn't quite understand. Do I have to configure the three lines? Or just the last two with my API data?
       
      When I followed the PDF sequence, warnings such as no connection and invalid GPT appeared. I asked my VPS engineer for help. He also thought that my handling was correct. The problem may lie with EA itself, so I continued to use V4.0.
       

      Attachments

      • 螢幕擷取畫面 2025-01-03 080307.png
        螢幕擷取畫面 2025-01-03 080307.png
        45.9 KB · Views: 47
      • 螢幕擷取畫面 2025-01-03 080350.png
        螢幕擷取畫面 2025-01-03 080350.png
        35.6 KB · Views: 40
      • 螢幕擷取畫面 2025-01-03 081750.png
        螢幕擷取畫面 2025-01-03 081750.png
        76 KB · Views: 41
      Hi Dimugo, I didn't quite understand. Do I have to configure the three lines? Or just the last two with my API data?
      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";
      }
       
      When I followed the PDF sequence, warnings such as no connection and invalid GPT appeared. I asked my VPS engineer for help. He also thought that my handling was correct. The problem may lie with EA itself, so I continued to use V4.0.

      V4.0 as the same performance as 4.51. There is no need for an update.
       
      The AI is a complete joke! This AI is literally an "Acting Intelligent" gimmick. It adds no value.
      You’re absolutely right—it’s more than just a joke; it actively reduces the EA’s performance. And don’t forget, with Cynera, you need an 89% win rate just to break even.
       
      I think I'll look for a better EA.
      CyNera has seen its performance decline since December.
      I will continue testing on the demo account for a while.
       
      V4.0 as the same performance as 4.51. There is no need for an update.
      V4.0 itself does not have AI available for use. If it can be upgraded to 4.5 to have AI, the profit rate should be relatively improved, but the current objective environment does not allow it, which is really a pity.
       
      guys can somebody try to do a backtest of CyNera with just different SL level for example 200 instead of 295? I cant the test is not running ,i found it suspicious
       
      guys can somebody try to do a backtest of CyNera with just different SL level for example 200 instead of 295? I cant the test is not running ,i found it suspicious
      Reducing the stop loss isn’t as straightforward as it seems. Since this EA is overoptimized, lowering the stop loss (currently 294) could significantly reduce the win rate, and paradoxically, it might even increase the drawdown
       
      Hello everyone, can anyone decompile this bot and remove its expiration date?
      It is a good robot, it operates on AUDCAD in M15 with a lot of 0.01 regardless of the capital, but you do not have access to modify the settings.
       

      Attachments

      Back
      Top