OPEN-SOURCE SCRIPT

2% Averaging Buy-Sell Strategy

102
📘 Strategy Description: 2% Averaging Buy-Sell Strategy
This strategy is designed to simulate an averaging-down and scaling-out approach based on percentage-based price movements.

Entry Logic (Buy):

Initial buy of 1 lot is triggered at the start of the strategy.

Every time the price drops by 2% from the last executed buy level, the strategy adds 2 more lots.

Exit Logic (Sell):

When the price rises 2% from the last buy level, the strategy sells 2 lots.

Selling continues in batches of 2 lots as long as the upward movement continues and lots are available.

Core Idea:

This is a dynamic averaging system that increases exposure during drawdowns and reduces it during rallies, aiming to capture mean reversion or trend reversals.

Customizable Inputs:

Initial lot size

Additional lot size

Percentage threshold (default 2%)

⚠️ Note: This strategy is for simulation/backtesting purposes. It does not account for slippage, fees, or real-world order execution conditions.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.