No internet connection
  1. Home

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

By system
    2026-03-10 19:33:31.060Z
    • 1 comments
    1. A
      algo_expert
        2026-03-10 19:33:31.125Z

        The concept of a volatility-adaptive grid combined with smart recovery logic is very interesting and technically promising.
        During testing on XAUUSD we observed repeated InvalidRequest errors when the system attempted to place recovery limit orders. This may indicate a volume calculation mismatch related to symbol specifications for metals.
        Additionally, the Smart FIFO Recovery mechanism did not appear to activate during testing.
        The logs show repeated single trade cycles:
        Market entry - TP - position closed - pending order cancelled
        No clear evidence of FIFO-based position reduction was observed, such as closing the oldest trade when position limits are exceeded.
        This may be caused by:
        • recovery orders failing to be created
        • the grid not reaching the configured maximum number of positions
        • FIFO logic not triggering under current conditions.
        It may be helpful to verify:
        • order volume calculations for XAUUSD
        • maximum position thresholds
        • FIFO trigger conditions within the grid management logic.
        Overall the system runs smoothly and demonstrates stable execution, but verifying these mechanisms would ensure that the full risk-management architecture operates exactly as intended.