Skip to main content

Modify Variables

Modify stored values in real time to optimize trading strategies.

Updated over 11 months ago

Purpose

The Modify Variables block updates one or more variables dynamically during EA execution, allowing for adaptive trade logic.

How It Works

  • Select a variable and assign a new value.

  • Modify values based on market conditions or trade events.

  • Works alongside Formula to update trading logic dynamically.

Use Case

  • Track how many trades have been executed.

  • Store high/low prices of a session for breakout strategies.

  • Reset counters or adjust trade filters in response to conditions.

⚠ Note: Use modification blocks carefully to avoid unintended logic loops.

Did this answer your question?