Solutions1978

RSI Mean Reversion Bot Strategy

Solutions1978 已更新   
I started developing this strategy as a way to plug in and test values before defining them in the bots on 3Commas, Coinrule, and Quadency. None of those bots performed the same way my script did and I kept working on it until the strategy finally yielded the same simulated results when paired with the Tradingview bot on Quadency. I looked at all the different RSI strategies already published and saw what each was missing and changed it in mine to make it better:

1. Backtest an actual timeframe by date and time
2. Define the RSI price source
3. Fully manipulate the RSI length
4. Define a stop loss that works
5. Pick Long or Short, or both, based on market conditions. Or compare side by side to decide which you want.

版本注释:
Since I saw quite a few likes to my previous script I decided to try and make it better since it was taking me so much time tinkering and guessing the right upper and lower values. After I figured out that I could move the strategy to its own pane, I decided to snazz it up.

1. This provides you with the visualizations of the Fast vs Slow EMA as background colors showing bear and bull conditions
2. It shows a Stochastic RSI overlay to give you a visual check of whether or not you are setting the oversold and overbought values in the wrong region
3. I used the EMA and OHLC to create a smooth candle for the price with the RSI overlaid on it so it is easier to see
4. I added risk management to it with target profit and stop loss

I tested the strategy today on MANA with $450 and it has yielded $109 in actual profit which is close enough to what the strategy shows for the time period I let it run in Short Only mode. When I tried adding trailing to the stop loss and take profit functions I received the re-drawing warning so I abandoned that. This is a solid strategy that pairs the three leading strategies to help you with setting it up.

Word of caution to anyone new to using strategies on bots, the RSI strategy is not a set it and forget it strategy. It requires tinkering on a daily basis with the crypto market. The date range can be set into the future to avoid any shedding of tears, I typically have it run through 5 am and then check on it when I wake up and adjust accordingly. It has not failed me yet in the previous iterations and this one just makes the adjustments take 5 minutes as opposed to 20 minutes.
版本注释:
Published wrong version, this one has the smooth candle for price that is rescaled to work.
版本注释:
Forgot to update the showcase when I published the previous fix. I need sleep.
版本注释:
1. Fixed Risk Management bug that was not calculating exit prices correctly
2. Fixed the color of the RSI plot so it shows clearly
3. Added option to hide the Stochastic RSI background
4. Fixed the cross logic to maximize profits in entry and exit
版本注释:
I've updated this script with some of the updates I made to my other scripts, but still kept this one focused on a simple RSI strategy. The inputs only depend on the RSI inputs and back test dates. The other inputs for K, D, and EMA are only for visualization of the zone overlays to help visualize bear and bull markets.

The back test settings shown in this publication are for EOS on the week of 23 May through 30 May.

Chart Resolution = 30 minutes

Start Time = 24 May 2021 00:00
End Time = 31 December 2021 00:00

Trade Types = Long/Short
Stop Loss % = 2.27
Target Profit % = 12.18

RSI Length = 11
Source = Close
Overbought = 77
Oversold = 31

All other settings are default.

Performers follow, high performers break from convention.
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?