Type/to search

Ranged Volume DCA Strategy

Cryptocurrency
Created: 2023-09-21 10:41:52
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This strategy combines the ranged volume indicator and DCA bot strategy, taking positions when ranged volume signals trigger, using DCA bot parameters for pyramiding. It aims to follow trends with low-cost pyramiding.

Strategy Logic

  1. Use ranged volume indicator to identify volume spikes
  2. Go long on spike, pyramid with safety orders when price drops below threshold
  3. Calculate DCA parameters including safety order prices, sizes, max safety orders etc.
  4. Add safety orders when price triggers safety order price levels
  5. Take profit when reaching profit target or max safety orders

Specifically, it combines ranged volume analysis and DCA pyramiding mechanisms. It goes long on volume spike over recent high, and pyramids with safety orders when price drops to each layer. It can track trends but with stop loss limits.

Advantage Analysis

  1. Ranged volume improves entry accuracy
  2. Pyramiding allows low-cost trend following
  3. Flexible configuration of DCA parameters
  4. Take profit and stop loss manage risks

Risk Analysis

  1. Failed volume analysis risks wrong entry
  2. Too many pyramiding increases costs and risks
  3. Requires timely DCA parameter tuning
  4. Improper stop loss placement may expand losses

Risks can be reduced via parameter optimization, adding trend filter etc.

Optimization Directions

  1. Test volume parameter combinations for best setup
  2. Optimize DCA parameters for different products and timeframes
  3. Add trailing stop loss to track price changes
  4. Add re-entry rules to re-enter on trend momentum
  5. Evaluate trend filter to avoid wrong direction entries
  6. Compare stop loss algorithms to find optimal configuration

Summary

This strategy combines ranged volume and DCA mechanisms to enter on volume expansions and pyramid with low cost following trends. Pros are efficient capital use and configurability; Cons are high reliance on parameter optimization. Risks can be reduced through parameter tuning, stop loss optimization while retaining advantages. It allows traders to master using indicators and optimizing trading strategies with bots.

Source
Pine
/*backtest
start: 2022-09-20 00:00:00
end: 2023-09-20 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
args: [["v_input_8",500]]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Ranged Volume DCA Strategy - R3c0nTrader ver 2022-04-19
// For backtesting with 3Commas DCA Bot settings
Strategy parameters
Strategy parameters
Start Time
End Time
Volume Range Length
Heikin Ashi (Try toggling for different results)
Show Bar Colors
Show Break-Out
Show Range
Price deviation to open safety orders (%)
Target Take Profit (%)
Trailing deviation. Default= 0.0 (%)
Base order
Safety order
Safety order volume scale
Safety order step scale
Max safety orders
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)