Comments for https://ctrader.com/products/3257
By system
Comments for: https://ctrader.com/products/3257
- Aalgo_expert
During optimization testing an unusual parameter anomaly was observed.
The bot initialized positions with:
SL ≈ 102,401,888 pips
TP ≈ 205,159,381 pips
These values appear in the optimization logs and are clearly outside any realistic trading range.
This may indicate:
• parameter overflow during optimization
• incorrect pip / point conversion
• missing bounds for optimization inputs
Could you clarify:
how SL/TP parameters are constrained during optimization
whether pip values are converted using Symbol.PipSize or TickSize
why the optimization log generates extremely large SL/TP values
Fixing this issue would significantly improve the reliability of the testing results.