Type/to search

The Solid as a Rock VIP Quant Strategy

Cryptocurrency
Created: 2023-12-19 13:54:05
Last modified: 2 years ago
1
Follow
1779
Followers

img

Overview

This strategy is called "The Solid as a Rock VIP Quant Strategy". It combines the Modified WMA indicator and the SSL Channel indicator to build a stable and reliable quantitative trading framework.

Principle

The strategy incorporates two indicators. One is the Modified WMA indicator, which calculates the average price of each candlestick and then applies the exponential moving average method to determine the trend direction. The other one is the SSL Channel indicator, which uses moving averages of highest and lowest prices to determine the price channel and judge the current trend status.

When the Modified WMA indicator generates a buy signal, that is, the golden cross, we combine the SSL Channel indicator to determine if the price in the channel is suitable. If the candle body is completely below the channel's lower limit, we will place the buy order.

Advantages

  1. Combining two indicators makes the buy signal more reliable to avoid false breakouts.
  2. The Modified WMA Indicator can determine turning points more precisely.
  3. The SSL Channel clearly judges the price channel to avoid buying at high levels.
  4. Using the exponential moving average method is more conducive to determining long-term trends.

Risks and Solutions

  1. Stop loss points may be easily triggered in volatile markets. We can appropriately expand the stop loss range.
  2. Moving average systems are sensitive to short-term market noise, which may generate incorrect signals. We can properly increase the moving average parameters to enhance the filtering effect.
  3. Improper parameter settings can also affect strategy performance. We can optimize parameters through backtesting to find the best parameter combination.

Optimization Directions

  1. We can test different types of moving averages, such as EMA and VWMA, to find the best matching average line indicator.
  2. We can add volume indicators to avoid signals in low volume areas.
  3. We can try different methods of channel drawing, such as Donchian Channel, to make the channel boundaries more reliable.
  4. We can add other auxiliary indicators, such as MACD and RSI, to further confirm entry timing.

Summary

Through the ingenious combination of the Modified WMA indicator and the SSL Channel indicator, this strategy builds a stable and reliable quantitative trading framework. It has a strong ability to filter market noise while avoiding the risk of buying at high levels. With proper parameter settings and certain optimizations, it will be a highly outperforming strategy.

Source
Pine
/*backtest
start: 2022-12-12 00:00:00
end: 2023-12-18 00:00:00
period: 1d
basePeriod: 1h
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/
// © Darshana_Alwis

//@version=5
Strategy parameters
Strategy parameters
Wick Color
MA Line Length
Take Profit Percentage
Use Stop Percentage
StopLose Percentage
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)