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

      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

      what is this function for?
       
      i think the EA which i have is copied from this EA,you can have a look

      I like these extravagant looking templates. They are useful because their colors help to calm us in the face of inevitable losses in the Forex market. :giggle:

      upload_2025-1-24_19-50-36.png
       

      Attachments

      • upload_2025-1-24_19-50-36.png
        upload_2025-1-24_19-50-36.png
        768.9 KB · Views: 437
      Avoid all EAs on MQL5 Market that use the scam broker Weltrade. Many write there that they only have losses but the seller has none.
       
      I set the auto responder to automatically convert the API and my chatgpt API key is now displayed in the header, but it's not working.
      Can you tell me the rules you set for the auto responder?

      p.s. I edited openai-organization and it now works

      thank you very much!!
      I can't seem to find the exact api request, can you please help in clearing how the current api request looks like within the webrequests.
      There are alot of them.
       
      Seems cynera v. 4.6 doesn't work anymore with the proxy. Probably changed the openai-organization field. Anyone can share the new openai-organization?
       
      If you have error message on news filter, please follow this step:
      1. Make sure your TF is at M30
      2. Go to tool > Option>Expert Tab
      3. Remove all the Web request link
      4. Close the Expert tab by clicking ok
      5. Repeat step 1 to 2.
      6. Now add these URL in the web request one by one a d make sure to tick "Allow WebRequest for listed URL" and add following URLs:
      https://nfs.faireconomy.media
      https://api.openai.com/
      https://ec.forexprostools.com/
      https://smartfx.com/
      https://www.dailyfx.com/
      https://www.economies.com
      https://www.investing.com/
      https://www.myfxbook.com
      https://www.worldtimeserver.com
      https://www.xe.com
      Once done, click OK. Hopefully this can help.
      I am using Cynera 4.41

      Tips: To avoid this problem, only use it on TF M15 and M30.
       
      Last edited:
      How to do that? I can’t find any reference on the openai account
      Ok, after a quick search on Google, seems that o3-mini model is available only to tier 3 or above level, i.e. funding the account of 100 usd and wait 7 days, then you are enabled to use o3-mini. Am I wrong?
       
      Back
      Top