Drop multiplier setting
Drop Multiplier - a key Pine Algo strategy parameter: defines the strength of the response to price drops, allowing control over risk and position scaling.
Drop Multiplier - a key Pine Algo strategy parameter: defines the strength of the response to price drops, allowing control over risk and position scaling.
Pine Algo umożliwia rozwijanie i optymalizowanie strategii automatycznych w PineScript na platformie TradingView.
The Drop Multiplier parameter is used to dynamically scale the Drop Percent value based on the number of entries made within a single DCA (Dollar-Cost Averaging) sequence. It allows precise control over how the strategy reacts to consecutive price drops, adjusting the buy-in threshold according to increasing or decreasing positions.
This is a key setting that enables full control over the pace of position accumulation in DCA mode.
In DCA mode, the strategy buys additional positions after a price drop defined by Drop Percent. The Drop Multiplier modifies this value for each subsequent purchase, scaling the activation threshold up or down depending on the multiplier’s sign.
This allows Pine Algo to:
Such behavior allows traders to flexibly shape the accumulation strategy, adapting it to market dynamics and individual trading style.
Assume:
With this configuration:
Each subsequent entry requires a larger price movement before the strategy executes a new buy. In practice, this means that the larger the position, the more conservatively the strategy reacts - purchases are less frequent but occur at better-justified moments.
If Drop Multiplier is set to a negative value (e.g., -0.1), the logic reverses:
Negative values make subsequent entries more aggressive, as the required drop decreases with each new level. This setting can be useful in strategies focused on quickly accumulating positions during dynamic drops, capturing greater market volatility.