Type/to search

RSI Target and Stop Loss Tracking Strategy

Common strategy
Created: 2024-01-17 11:52:23
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy uses the RSI indicator to generate buy and sell signals, combined with tracking stop profit and stop loss mechanisms to achieve the purpose of fixed profits and risk control. The strategy is suitable for medium and short term trading, with flexible and practical characteristics.

Strategy Principle

  1. Use the RSI indicator to judge overbought and oversold conditions in the market. A buy signal is generated when the RSI crosses above 60, and a sell signal is generated when it crosses below 40.

  2. After entering the market, set tracking stop profit and stop loss. The profit distance is the entry price plus the number of points set by the user, and the loss distance is the entry price minus the number of points set by the user.

  3. When the price reaches the profit or loss distance, the trade stops profit or loss automatically.

Advantage Analysis

  1. The RSI indicator works well in judging market trends, combined with tracking stop loss and profit taking, it can effectively control risks.

  2. The profit and loss distances are set in absolute number of points. No matter the entry price is high or low, the profit space and loss space are fixed, and the risk reward ratio is controllable.

  3. The strategy parameter setting is simple. Users only need to set the number of points for stop profit and stop loss based on their own risk preferences, without complicated optimization.

Risk Analysis

  1. RSI indicators may generate false signals, resulting in unnecessary losses. False signals can be reduced by adjusting RSI parameters or adding other indicators for filtration.

  2. Fixed stop profit and loss distances can lead to insufficient profit space or excessive losses. Users need to reasonably set stop profit and loss distances according to market volatility.

  3. Tracking stop loss may be broken in extreme market conditions, unable to limit the maximum loss. It is recommended to combine temporary stops to reduce risks.

Optimization Direction

  1. Optimize RSI parameter to find the best parameter combination.

  2. Add MA and other indicators to filter RSI signals and reduce unnecessary trades.

  3. Set stop profit and loss ratio instead of absolute number of points, which can automatically adjust distances based on price.

  4. Add temporary stops to prevent risks in extreme market conditions.

Summary

This strategy uses the RSI indicator to determine the timing of buying and selling, and uses tracking stop profit and loss to control risks and returns. The strategy is simple and practical. Parameters can be adjusted based on market and personal risk preferences. Combined with multi-indicator judgments and stop loss optimization, the stability and profitability of the strategy can be further enhanced.

Source
Pine
/*backtest
start: 2024-01-09 00:00:00
end: 2024-01-16 00:00:00
period: 45m
basePeriod: 5m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ChaitanyaSainkar

//@version=5
Strategy parameters
Strategy parameters
RSI Length
STOPLOSS LONG
TARGET LONG
STOPLOSS SHORT
TARGET SHORT
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)