OPEN-SOURCE SCRIPT
RVWAP Mean Reversion Strategy

After reading "Everyone uses VWAP wrong" by EdgeTools I had to built a quick Rolling VWAP Mean Reversion Strategy.
I took the TradingView Rolling VWAP indicator and defined simple long and short entry conditions.
The strategy takes long positions if we dip below the lower band of the RVWAP standard deviation and then crossover and close above. For shorts, if we crossunder and close below the upper band, we enter a short trade.
For both longs and shorts we exit the position after crossing the RVWAP.
The strategy quickly showed its amazing potential. By tweaking the rolling period and the first standard deviation, you can create some amazing backtests.
High win rates are usual and expected, as price always returns to the volume weighted mean average. Depending on the configuration, the Sharp and Sortino ratio indicate a real edge. Though fast declines and rises in the underlying asset may result in bigger drawdowns.
I built in the possibility to chose which direction you want to trade. So you can go only long or only short.
I also included a tool to define your own backtesting range, as the inbuilt tradingview backtester isn't optimized for that in my opinion.
I highly encourage you, to take the code, make a copy and add your own ideas. You may want to have different standard deviations for long and short entries, or you want to define entries with simple crosses. The code is easily edited as long as you don't touch the indicator.
If you got this far reading you absolutely must look into "Everyone uses VWAP wrong"!
I took the TradingView Rolling VWAP indicator and defined simple long and short entry conditions.
The strategy takes long positions if we dip below the lower band of the RVWAP standard deviation and then crossover and close above. For shorts, if we crossunder and close below the upper band, we enter a short trade.
For both longs and shorts we exit the position after crossing the RVWAP.
The strategy quickly showed its amazing potential. By tweaking the rolling period and the first standard deviation, you can create some amazing backtests.
High win rates are usual and expected, as price always returns to the volume weighted mean average. Depending on the configuration, the Sharp and Sortino ratio indicate a real edge. Though fast declines and rises in the underlying asset may result in bigger drawdowns.
I built in the possibility to chose which direction you want to trade. So you can go only long or only short.
I also included a tool to define your own backtesting range, as the inbuilt tradingview backtester isn't optimized for that in my opinion.
I highly encourage you, to take the code, make a copy and add your own ideas. You may want to have different standard deviations for long and short entries, or you want to define entries with simple crosses. The code is easily edited as long as you don't touch the indicator.
If you got this far reading you absolutely must look into "Everyone uses VWAP wrong"!
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。