TradingView
K-zax
2021年5月25日晚上11點07分

Kzx | RSI + Div 

Bitcoin Perpetual FuturesFTX

描述

A simple RSI with divergence highlighted

發布通知

Added: EMA of the RSI

發布通知

added: Level 50 line (can be hidden like others plots)
評論
vtoshixbt
Not sure if you're still updating this but if you could stick a 50 level line on there along with the overbought/oversold 70/30 that you've already included, that would be goated
K-zax
@vtoshixbt, sorry for the very late reply... i have pushed new version with the 50 level line
MahmoudE70
repait?
K-zax
@MahmoudE70, hi, yes div detection need confirmation (for accurate top/bot detection), you can modifiy the repaint delay by adjusting the confirmation parameter in the divergence section (min 1 candle).
you can remove repaint completly by editing the input confirmation in the source and replace it by this:
confirmation = input(defval=0, minval=0, title="Confirmation", group = "Divergence")
but with no confirmation lot of false signal appear
更多