Type/to search

Quantitative Trading Strategy with Multi-Indicator Confirmation

Cryptocurrency
Created: 2023-09-15 11:55:04
Last modified: 3 years ago
1
Follow
1781
Followers

This article explains in detail a quantitative trading strategy that utilizes multi-indicator confirmation to generate signals. It combines different techniques to improve reliability.

I. Strategy Logic

The strategy synthesizes two techniques:

(1) 123 Reversal Pattern

  1. Identify potential bottoms and tops based on candle close relationships.

  2. Use stochastic to validate reversal signals and avoid false signals.

(2) Smoothed Accumulation/Distribution

  1. Calculate Accumulation/Distribution and moving average.

  2. Determine trends based on divergences between the indicator and MA.

  3. Only agreeable signals from both techniques are taken.

By requiring multiple confirmations, certain false signals can be filtered out and accuracy improved.

II. Advantages of the Strategy

The biggest advantage is multi-indicator confirmation, which overcomes single indicator limitations and enhances robustness.

Another advantage is combining two different technique types for greater comprehensiveness.

Finally, the combinations also provide more tuning options.

III. Potential Risks

However, some risks exist:

Firstly, multi-indicator combinations increase optimization difficulty and overfitting risks.

Secondly, discrepancies between indicators require clear judgment rules.

Finally, some indicators still have lagging issues.

IV. Summary

In summary, this article has explained a quantitative trading strategy utilizing multi-indicator confirmations. It improves signals through synthesis but requires managing optimization difficulty and indicator lags. Overall it provides a relatively robust approach.

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

//@version=4
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 21/07/2021
// This is combo strategies for get a cumulative signal. 
Strategy parameters
Strategy parameters
---- 123 Reversal ----
Length
KSmoothing
DLength
Level
---- Smoothed Williams AD ----
LengthWillAD
Trade reverse
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)