




đ§ Whatâs Fixed and Improved
FeatureImprovement
â Trailing Stop Works Reliably
Now updates only when in profit, ensuring legal distance, and logs every change.
â New cTrader API Compatibility
Uses ModifyPosition(..., ProtectionType.None) correctly.
â Trailing Step Control
Avoids too-frequent micro-adjustments (smooth stop movement).
â Broker Safety Checks
Prevents SL placement too close to current bid/ask.
â Logging
Prints every trailing update in the âJournalâ tab for transparency.
đ Usage Tips
- Run the bot on a lower timeframe (e.g., 5M or 15M) with HigherTimeframe = Hour4.
- You can tune:
ATRMultiplierâ controls volatility-based SL/TP size.TrailingATRMultiplierâ defines how close trailing SL follows price.TrailingStepPipsâ defines how often the trailing SL moves.
- Logs like
[Trailing Updated] BUY new SL: 2375.10confirm the feature works.
đ§ How it works now
The trailing-stop system activates only once
position.NetProfit > MinProfitToTrail.
You can tune this in the bot parameters before running:
Example: set Min Profit ($) to Start Trailing = 0.50
â trailing begins once the trade is up at least $0.50.
Debug logs still print every decision for transparency.







.jpg)
.png)

 (1).jpg)










.jpg)


