No internet connection
  1. Home

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

By system
    2026-04-27 09:01:05.215Z
    • 2 comments
    1. A
      algo_expert
        2026-05-03 20:43:37.172Z

        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.

        1. M
          In reply tosystem:
          MarginCaller77
            2026-04-27 09:01:05.237Z

            Can I tune it for different risk profiles (aggressive vs conservative)?