Type/to search

Aroon Indicator Based Quantitative Strategy

Cryptocurrency
Created: 2023-09-19 15:47:21
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This strategy purely uses the Aroon indicator to determine market trend direction for generating simple buy and sell signals. It combines Aroon's trend capturing ability to build a mechanical trading system purely based on the indicator.

Strategy Logic

  1. Calculate bars with highest high and lowest low over 7 periods.

  2. Calculate ratio of highest high bar over total bars as upper line.

  3. Calculate ratio of lowest low bar over total bars as lower line.

  4. Generate buy signal when upper line is greater than lower line.

  5. Generate sell signal when lower line is greater than upper line.

  6. Control entry directions via strategy parameters.

  7. Open and close orders within specified timeframe.

Advantage Analysis

  1. Purely indicator driven trading based solely on Aroon.

  2. Simple indicator parameters, easy to understand and optimize.

  3. Flexible selection of long/short direction for different instruments.

  4. Customizable timeframe for backtest and live trading.

  5. Clear trading signals, easy to grasp and execute.

Risk Analysis

  1. Prone to false signals as a single indicator.

  2. Cannot accurately judge strength of uptrends/downtrends.

  3. Has some lag, unable to timely capture reversals.

  4. Cannot dynamically adjust based on market changes.

  5. Possibility of drawdown risks.

Optimization Directions

  1. Test across different instruments and timeframes.

  2. Add filters to improve signal quality.

  3. Incorporate trend indicators to determine overall trend.

  4. Develop dynamic exits based on evolving trends.

  5. Optimize parameters and test combinations.

  6. Add position sizing and risk management.

Summary

This strategy provides simple trend signals based on Aroon. There is room for improvement in avoiding misleading signals and risk control. But the logic is simple and clear, serving as basic quant strategy for enhancement. Overall a practical strategy worth further testing and optimization.

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

//Noro
//2018
//@version=2
Strategy parameters
Strategy parameters
Long
Short
length
From Year
To Year
From Month
To Month
From Day
To Day
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)