This is the strategy version of the multi supertrend indicator. The RoMDD looks good :) Checked in ETHUSDT 1hour with auto HTF ON. Have a look :)
This indicator has 2 Supertrends to filter the trend. The Default one uses the same timeframe as chart. The additional Supertrend is non-repaint type and can run on higher timeframes. It has an auto-higher timeframe selection option, thanks to LonesomeTheBlue, the original author. It is accurate on current timeframe also.
Using rsi with security function directly will cause repaint. Hence, doing it based on close price and calculating rsi via formula to avoid that. Hope this solves repainting issue. Thanks to @Jittra for requesting this :)
Hello Everyone, While using "Security" function for Higher Time Frames (htf) you must accept "Repainting" issue or better you must use previous day data such "security(syminfo.tickerid, 'D', close, lookahead=barmerge.lookahead_on)" that's best normally (or barmerge.lookahead_off). But the problem is (as you can see) it uses previous day data, and this causes...