TradingView
tweakerID
15 juil. 2021 00:32

ADX + RSI Strat 

Bitcoin / TetherUS PERPETUAL CONTRACTBinance

Description

// This is a strategy that uses the 7 Period RSI to buy when the indicator is shown as oversold (OS) and sells when
// the index marks overbought (OB). It also uses the ADX to determine whether the trend is ranging or trending
// and filters out the trending trades. Seems to work better for automated trading when the logic is inversed (buying OB
// and selling the OS) wihout stop loss.

Notes de version

Added an input to close the trades when the ADX is above certain level

Notes de version

Fixed minor details

Notes de version

Added RSI to the chart

Notes de version

Changed Initial Capital amount and some levels
Commentaires
CryptoSingh25
Backtested all your strategies as per our discussion on "Inside Bar Strategy w/SL", and found that this strategy of your is the best.

Why don't you implement SL in this.

Also, try testing the entry with different RSI values. So, can you allow the RSI value to be put in manually.
drmch2020
Very clever! thank you!
Plus