UnknownUnicorn2151907

RSI-VWAP

Backtest script based on the previous RSI-VWAP indicator:

It's the popular RSI indicator with VWAP as a source instead of close:
- RSI_VWAP = rsi(vwap(close), RSI_VWAP_length)

What is the Volume Weighted Average Price ( VWAP )?
VWAP is calculated by adding up the dollars traded for every transaction (price multiplied by the number of shares traded) and then dividing by the total shares traded.

Trades are laddered to improve the average entry price and each entry is increased, improving the entry but increasing the risk of being liquidated.

It can be easily converted to study (alerts)

Settings for BTCUSDT at 30m






Release Notes:
Another sub-level of overbought and oversold has been added for more possible entries.
A condition has been added so that each entry is better than the previous one according with the average price of the position.
The closing percentage for the Take Profit has been added.
Bulls and bears can be activated independently or all at once.

Happy Trading...
Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?