-
Notifications
You must be signed in to change notification settings - Fork 158
⚡️ New trend detection hilbert transform #78
⚡️ New trend detection hilbert transform #78
Conversation
🔀 Fixes broken link in MGM_DOCUMENTATION.md
…form Update MasterMoniGoManiHyperStrategy.py
Hi, following the first idea of using SAR to improve trend detection I decided to give a go at another indicator : below is my first test of 800 epoch without ROI and trailing in order to really compare the buy sell impact. here is a comparison of the best results : New Trend on the left side / Vanilla (ADX) on the right side
this is confirmed when looking at epoch with duration less than a day : detailed files / log here : |
I'm thinking perhaps we could do this particular improvement at a later time! When I implement: #44 |
Good spot! 😄 But this will require new tests then! 👀 |
indeed, so here are the latest results of the night ;) total profit comparison : SharpeLoss newTrend left / SharpeLoss Vanilla right epochs lasting less than a day : epoch during between 24h and 48h : files / log here : |
same analysis with SortinoLoss instead of Sharpe vs Vanilla(Sharpe) total profit epochs < 24h epochs >= 24h < 48h files / log : |
continuing my research, this is a new plot with the following config : on a big picture it looks like we can avoid the big falls, but also miss some of the rebound in the downtrend. freqtrade-plot-BTC_USDT-1h.zip let's see what we get with different setups ;) |
…trend-detection-hilbertTransform
…ertTransform Improve new trend detection hilbert transform
Merged with: #79 |
No description provided.