Type/to search

No Nonsense SSL Channel Trading Strategy

Cryptocurrency
Created: 2023-11-27 16:42:34
Last modified: 3 years ago
1
Follow
1778
Followers

img

Overview

This is a trend-following strategy based on the SSL Channel indicator. It incorporates stop loss and take profit management to lock in profits for steady capital growth.

Strategy Logic

The main logic of the code is to use the golden cross of the SSL upper and lower bands to determine trend direction. Specifically, go long when the SSL upper band crosses above the SSL lower band from below, and go short when the SSL lower band crosses below the SSL upper band from above.

After entering a position, the strategy will use ATR multiplied by a coefficient to set the stop loss and take profit prices. For example, the stop loss price is the price minus ATR * 1.5 and the take profit price is the price plus ATR * 1. This can effectively control single loss and lock in profits.

When the SSL channel crosses over, close the position. This can track inflection points in the trend for timely stop losses.

Advantage Analysis

  1. The SSL channel is highly accurate in determining trend direction
  2. Stop loss and take profit settings are reasonable to effectively control risk
  3. Timely stop losses track inflection points in the trend

Risk Analysis

  1. Trend trading can easily lead to overtrading
  2. There is a probability of failure in SSL channel judgement
  3. ATR coefficients need to be optimized

The corresponding solutions:

  1. Appropriately adjust the holding period
  2. Incorporate other indicators for confirmation
  3. Test different combinations of ATR coefficients

Optimization Directions

  1. Optimize ATR parameters to find the optimal parameter combination
  2. Increase other indicators for filtering and confirming signals
  3. Adjust holding periods according to different markets
  4. Optimize stop loss and take profit strategies

Summary

The overall logic of this strategy is clear, using the SSL channel to determine the trend, and setting reasonable stop loss and take profit. But further testing and optimization is still needed, incorporating other indicators to filter out false signals and find the best parameter combination. At the same time, parameters should be adjusted according to different markets to make the strategy more flexible. Overall, this strategy provides a reliable framework for achieving steady income.

Source
Pine
/*backtest
start: 2022-11-26 00:00:00
end: 2023-05-14 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=3
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Designed per No Nonsense Forex VP rules
Strategy parameters
Strategy parameters
SL
TP
ATR Length
Smoothing
SSL Length Period
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)