Comments

Log in with itch.io to leave a comment.

🔘 Button Descriptions

  • Start Grid
    If the hedge system is triggered (e.g., when price exits the grid range), you can use this button to re-activate the grid system.

  • Reverse
    If the market moves dangerously against your grid direction and you want to hedge manually, this button will open reverse positions (opposite of currently open trades).

  • Close All
    Use this button to close all open positions immediately.

  • Close Worst
    This button closes the most losing position currently open.

  • Assign TP
    When the hedge system is triggered (either manually via the Reverse button or automatically), this button assigns a Take Profit level to all open trades (approximately 100 pips, defined by parameter).

  • Assign SL
    The grid system typically does not assign SL unless the grid limit is reached.
    If you want to manually assign Stop Loss to all open positions in advance, use this button (value is defined in parameters, e.g., 100 pips).

  • Labels
    These are reactive information labels that show real-time system status on the chart.

⚙️ Parameter Notes

  • Range Increase Limit
    Normally, grid spacing is defined by the “Gap Between Orders” parameter.
    The “Range Increase Limit” defines how many orders are opened before increasing the grid spacing.

    Once this limit is exceeded, the system increases the grid range by the value set in “Grid Range Increase Amount.”

    Example:

    • If your base spacing is 100 pips

    • And "Range Increase Limit" = 5

    • And "Grid Range Increase Amount" = 50
      → Then the spacing will expand like this:
      100 → 150 → 200 → 250 for every 5 trades.