Analyze the signals of the developers carefully and you will find that the EA really started to be used from October 28th, 2024, because the trading time of this EA is only within the time range from 16:00 to 19:00.
This is an update to change the API keyVersion 4.52 has just been launched, and the OpenAI key has been updated.
View attachment 166572
With a proxy, no problem; it continues to work as usual!
Can you help how can use proxyView attachment 166572
With a proxy, no problem; it continues to work as usual!
Please if you can share what proxy do you use or where we can find a proxy that actually work..thank youView attachment 166572
With a proxy, no problem; it continues to work as usual!
I am using auto responder, but is there any difference between this and setting it with rules?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";
}
AutoResponder in Fiddler does not send the request to OpenAI. It intercepts the request and provides a preconfigured response locally, bypassing the original server entirely. Custom Rules modify the request and still send it to the openAI server.I am using auto responder, but is there any difference between this and setting it with rules?
I would like to change the settings if it would improve the speed of AI analysis.
AutoResponder in Fiddler does not send the request to OpenAI. It intercepts the request and provides a preconfigured response locally, bypassing the original server entirely. Custom Rules modify the request and still send it to the openAI server.
I would like to know how to fix this errorAutoResponder in Fiddler does not send the request to OpenAI. It intercepts the request and provides a preconfigured response locally, bypassing the original server entirely. Custom Rules modify the request and still send it to the openAI server.