OPEN-SOURCE SCRIPT
Actualizado Vol-Targeted Position Size Strategy

Instructions
Click here for a video demonstration of using the Vol-Targeted Position Size strategy. The link also includes detailed written instructions if you prefer.
Overview
This strategy seeks to maintain a constant-volatility exposure to the underlying asset.
The user inputs a volatility target and a half-life for the exponentially weighted volatility estimate used as a volatility forecast.
The user also inputs a no-trade buffer parameter that controls the fidelity with which the strategy rebalances back to the target position size. The strategy rebalances back to the target position size when the current position falls outside of the region:
Pine Script®
This region is highlighted in the strategy's chart window, as are the current and target positions.
Click here for a video demonstration of using the Vol-Targeted Position Size strategy. The link also includes detailed written instructions if you prefer.
Overview
This strategy seeks to maintain a constant-volatility exposure to the underlying asset.
The user inputs a volatility target and a half-life for the exponentially weighted volatility estimate used as a volatility forecast.
The user also inputs a no-trade buffer parameter that controls the fidelity with which the strategy rebalances back to the target position size. The strategy rebalances back to the target position size when the current position falls outside of the region:
targetPosition - tradeBuffer*targetPosition : targetPosition + tradeBuffer*targetPosition :
This region is highlighted in the strategy's chart window, as are the current and target positions.
Notas de prensa
Updated label of the positionNotas de prensa
Use v2 of VolTargeting libraryScript de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.