godzillaxxx
New Member
- Credits
- 0
Please anyone, i'm using 4.5 version and what TF do you recomand? m15 or m30...on backtesting both of them give good results...thank you
I conducted two backtests with this EA using low settings ( v4.41): one normal and one with data shifted into the past to detect any potential cheating. The results were slightly different, suggesting that the EA has hardcoded values to avoid specific dates, like 22/10/24, to reduce its drawdown. This indicates the EA is manipulating results to display perfect backtests. Beware!
Please anyone, i'm using 4.5 version and what TF do you recomand? m15 or m30...on backtesting both of them give good results...thank you
For the last few hours have an error, but usually is working , i notice around news stop working after that it's rebooting itself..thank you4.5 is working for you? If it's use it on m30
Everything is explained here : Shifting the tick data to the past : eareview.net supportWhat do you mean data shifted into past, can you share the report screenshot.
Thanks yohmiyes
And don't forget to enable the proxy.
It's in Japanese, but...
These versions are working but i did a backtest for prop firm and exceed DD, even with low risk and low lots size, any sugestion? thank youv4.0 and v3.80 works, open 3 trades today
Hi Yohmi, have downloaded the fiddler classic, but i dont know what next to do. Please kindly guide me. Thanks.You can do it using fiddler classic
And then you need to get the api with openai
Next, enable the proxy for mt4.Hi Yohmi, have downloaded the fiddler classic, but i dont know what next to do. Please kindly guide me. Thanks.
1. Install Fiddler ClassicHi Yohmi, have downloaded the fiddler classic, but i dont know what next to do. Please kindly guide me. Thanks.
Nice man. Do you know why mine didn't take any trades? Started running it today with 4.0. Screenshot attached.v4.0 and v3.80 works, open 3 trades today
can you share link to download fiddler? tqHi Yohmi, have downloaded the fiddler classic, but i dont know what next to do. Please kindly guide me. Thanks.
Thank you for sharing your discovery, Dimugo.I conducted two backtests with this EA using low settings ( v4.41): one normal and one with data shifted into the past to detect any potential cheating. The results were slightly different, suggesting that the EA has hardcoded values to avoid specific dates, like 22/10/24, to reduce its drawdown. This indicates the EA is manipulating results to display perfect backtests. Beware!
Thank you for documenting the comprehensive procedure, Dimugo! Impressive!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
When I downloaded the latest version 4.50, directly selling after starting it led to a drawdownI guess we have to wait for 4.51 . When I ran EA two day back it's opened sell trade immediately but for me it closed in profit but i can see for some people its in dd. For smother experience i guess we need use 4.51.
is it possible to redirect mt4 web request? has anyone tried it?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