Type/to search

Bitcoin Trading Strategy Based on Quantitative Indicators

Common strategy
Created: 2023-12-26 11:06:12
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy uses multiple quantitative indicators to determine the timing of buying and selling Bitcoin and automate trading. It mainly includes the Hull indicator, Relative Strength Index (RSI), Bollinger Bands (BB) and Volume Oscillator (VO).

Strategy Principle

  1. Use the modified Hull Moving Average to determine the main trend direction of the market, combined with Bollinger Bands to assist in determining breakout buy and sell points.

  2. The RSI indicator combined with an adaptive volatility range determines the overbought and oversold zones to generate trading signals. Two sets of parameters are also set up for duplicate signal verification.

  3. The Volume Oscillator determines the momentum of buying and selling to avoid false breakouts.

  4. Set stop loss/take profit ratios in advance to preset stop loss and take profit levels for risk management.

Advantage Analysis

  1. The Hull curve can capture trend changes faster, and Bollinger Bands can help reduce false signals.

  2. Optimization of RSI parameters and verification of duplicate signals make it more reliable.

  3. Volume Oscillator combined with trends and indicator signals avoids inaccurate trading.

  4. Preset stop loss and take profit methods can automatically control single profit and loss and effectively manage overall risk.

Risk Analysis

  1. Improper parameter settings may result in too high trading frequency or deteriorated signal performance.

  2. Sudden market events may cause prices to fluctuate violently, resulting in stop loss being triggered and greater losses.

  3. When the trading variety is changed to other coins, the parameters need to be retested and optimized.

  4. If volume data is missing, the Volume Oscillator will fail.

Optimization Directions

  1. Test more RSI parameter combinations to find the optimal parameters.

  2. Try combining RSI with other indicators like MACD and KD to improve signal accuracy.

  3. Add model prediction modules and use machine learning to judge market direction.

  4. Test the parameters when applied to other trading varieties.

  5. Optimize the stop loss and take profit algorithms to maximize profits.

Summary

This strategy combines multiple quantitative technical indicators to determine entry and exit timing. Through parameter optimization, risk control and other methods, it has achieved automated Bitcoin trading with good results. But it still requires continuous testing and optimization to adapt to market changes. It can serve as a reference for investors to assist in trading decisions.

Source
Pine
/*backtest
start: 2023-11-25 00:00:00
end: 2023-12-25 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/


// © maxencetajet

//@version=5
Strategy parameters
Strategy parameters
Source
Risk/Reward
beginning Backtest
Start Date
Start Month
Start Year
number of past candles
Swing High
Swing Low
Hull Suite
Hull Variation
Length
Length multiplier
QQE MOD
RSI Length
RSI Smoothing
Fast QQE Factor
Thresh-hold
RSI Source
Bollinger Length
BB Multiplier
RSI Length
RSI Smoothing
Fast QQE2 Factor
Thresh-hold
RSI Source
Volume Oscillator
Short Length
Long Length
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)