How did you solve the ChatGPT error problem?Solved Chatgpt error. now getting news error. do you guys have the full list of news sources?
How did you solve the ChatGPT error problem?Solved Chatgpt error. now getting news error. do you guys have the full list of news sources?
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
It works for me too.what is this function for?
have you backtested 10 years?can anyone test it, it's looks like cynera
History readerhave you backtested 10 years?
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.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!!
nice colourI 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.
View attachment 167291
Mine too. Set mine at TF30 as recommended. But no open position for the past two days.My 4.41 cynera didnt trade any position since yesterday. Did you all got the same condition?
Trade high, non turbo, non AI, H15
Hopefully it is working and once it trade, it will give good resultsthis eas don't trade every hour or might every day.. it works based on its own algo.. and mostly I see it gets in profit.. and correct time frame is M30
Update for Cynera 4.6Seems cynera v. 4.6 doesn't work anymore with the proxy. Probably changed the openai-organization field. Anyone can share the new openai-organization?
Thanks!Update for Cynera 4.6
If you're openai account allow you to access to o3-mini model then you don't need the update.Thanks!
How to do that? I can’t find any reference on the openai accountIf you're openai account allow you to access to o3-mini model then you don't need the update.
You need to be API usage tiers 3 minimum.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?How to do that? I can’t find any reference on the openai account