How to track positions from EAs?

1 View
Thomas Ball
Answered 1 year, 8 months ago
<p id="isPasted">Tracking positions from Expert Advisors (EAs) in MT4 can be achieved through various methods, depending on your desired level of detail and access to additional tools. Here are some options:</p><p>1. MT4 Terminal:</p><ul><li><p>The "Terminal" window in MT4 displays information about all open positions,&nbsp;including those opened by EAs.&nbsp;You can access this window by clicking "Terminal" in the bottom toolbar.</p></li><li><p>The "Trade" tab in the "Terminal" window shows open positions,&nbsp;including details like symbol,&nbsp;entry price,&nbsp;current price,&nbsp;volume,&nbsp;and profit/loss.</p></li><li><p>Double-clicking on a specific position opens an "Order" window with further details,&nbsp;including stop-loss and take-profit levels.</p></li></ul><p>2. MQL4 Function Calls:</p><ul><li><p>EAs can utilize various MQL4 …</p></li></ul>