Comments for https://ctrader.com/products/3625
Comments for: https://ctrader.com/products/3625
- Aalgo_expert
The core session breakout logic is clearly implemented and matches the description well. The system correctly detects sessions, defines the signal candle, and executes one trade per session.
However, there are several critical issues:
The bot consistently opens BUY trades, suggesting a directional bias or a problem in sell conditions.
TP/SL values are extremely small, making the system highly sensitive to spread and execution quality.
The PAULO mode appears to be broken, with unrealistic trigger values that prevent proper operation.
It would be important to:
verify sell logic conditions
review TP/SL calculation model
fix PAULO mode trigger computation
With these fixes, the system could become a solid session-based breakout tool. - MIn reply tosystem⬆:MarginCaller77
Can I tune it for different risk profiles (aggressive vs conservative)?