To make our community more profitable we decided to start a series in which we will review open-source TradingView strategies. The aim of the review is to select a strategy (or a number of strategies) from TradingView and run a reality check on it, optimise them and convert into alerts, so you can set it up as a bot on Wunderbit Trading platform.
Note
What we will provide
Open-strategy source
Strategy adjustment for particular exchange, pair and timeframe
Backtest
Description
IMPORTANT
This is a trend strategy and works better in the trending market
We added the trend identifier using the EMA and SMA interaction
We Added Take profit and Stop Loss levels
We added inputs for the period selection, so you could see how the strategy is performing on a monthly basis.
Settings
Input
Value
Period
14
RSI-VWAP LENGTH LONG
20
RSI-VWAP OVERSOLD LONG
24
RSI-VWAP OVERBOUGHT LONG
94
RSI-VWAP LENGTH SHORT
16
RSI-VWAP OVERSOLD SHORT
12
RSI-VWAP OVERBOUGHT SHORT
66
Long Take Profit %
20
Long Stop Loss%
2.5
Trailing Stop Long
NA (100)
Short Take Profit %
8.5
Short Stop Loss%
4.5
Trailing Stop Short
NA (100)
Revised strategy script code
You can copy this code and paste it into your TradingView
Follow this guide to automate your TradingView STRATEGY alerts. (no need for study script).
You need a TradingView Pro subscription to be able to receive Webhook notifications on Wunderbit. Sign up to TradingView now:
This week we found a nice strategy for a 15 min time frame. The original idea was taken from: . Originally. This is a simple strategy that is using the RSI indicator with as a source instead of the closing price. You will find the original strategy code here: