No internet connection
  1. Home

Comments for https://ctrader.com/products/3257

By system
    2026-03-11 18:40:09.156Z
    • 1 comments
    1. A
      algo_expert
        2026-03-13 08:21:56.885Z

        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.