Hi! looking for a Freqtrade expert
What I'm looking for is to take my strategy and hyperoptimize it in a particular way. What I need is to change literally all the parameters of the strategy. I know that this can be done with freqtrade in a custom way, the code needs to be modified and adapted to do so. By finding all the combinations of the indicator's parameters, along with sl and tp, we can find the best overall configuration. I know it will require a very powerful server, but I have access to that so that's not a problem. For example: I'm using a strategy that uses 3 emas, the stochRSI cross as a trigger and ATR fro stoploss and Take profit. I'd like to see all the results from different combinations of the parameters of all these indicators (including R:R), to get the best performing, safer and more constant configuration.
Kindly bid if only you Can you do that?
Thanks for your response.
Похожие заказы
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
can anyone help me with building a complete automated pine code strategy and indicator that work for both FXs & CFDs and have a high winning rate proved through back testing. I have a very complex current code that developed mostly using AI but lots of gaps are there although it translate exactly what I have in my mind. So, you are free to decide whether wo build a complete new code or fix my current working code ( i