-
Notifications
You must be signed in to change notification settings - Fork 158
✨ Multi-TimeFrame
usage + Automated zooming
#44
Comments
As @1337 pointed out on Discord, signals/indicators calculated using candles smaller then 15m are usually too clouded with volatility, leading to noisy/bad predictions. Best to not go under the 15m candle size when implementing this feature |
Finally started on this feature! 😄 But it's a big & hard one to implement so it'll take some time. "timeframes": {
"base_timeframe": "5m",
"roi_timeframe": "4h",
"unclogger_timeframe": "30m",
"weighted_signal_timeframes": ["15m", "30m", "1h", "2h"],
"core_trend_timeframe_multiplier": 4,
"ignore_sideways_trends": false
} I decided to split up the implementation into 4 parts: |
Multi-TimeFrame
usage + Automated zooming
Decided to close this issue. However the feature/multi-candle-usage branch won't be deleted. |
The idea here is to:
How this would be implemented:
Use multiple candle data like we're doing now with TimeFrame-Zoom (TFZ), but even more:
We'd use all that candle data to detect which candles we'd like to use:
If we detect sideways movement on 2hrs then we don't use that candle data for our buy/sell signals, but then:
The text was updated successfully, but these errors were encountered: