Display information includes Balance,Equity,Profit and Loss,Leverage,Number of orders,Used margin,Available ratio,Liquidation ratio.
Monthly Archives: December 2021
Cost Line
Single Close:Click the button to close the order. Cost Line:Transaction cost line,Including overnight fees, it handling fees, and spreadsLike the yellow dotted line in the blue box. Panel front size:Modify panel font size.
Alarm
Alarm when the set conditions are reached. When the floating loss is greater than the principal percentage, it will alarm; when the order volume is greater than the number of lots, it will alarm. You can set “mail alarm”. Setting E-mail Alarm:
Screenshot
EA saves the screenshot of the current chart into a file when opening and closing positions; The file is saved in the “MQL5\Files\ea file name” directory; The file name includes time, variety, position opening and closing actions, position opening type, lot size, price reported to the platform, order number; The picture has information such as …
Send open times
When there is a signal to open or increase a position, the EA will send an opening order to the platform. If the order is sent once and the position opening is unsuccessful, then whether the EA will send the opening order again. The value in the input box is that the EA will send …
Delay Setting
After sending the order to open or close a position, the EA will stop working for a period of time, in milliseconds, 1 second = 1000 milliseconds. Some platforms will not update the open position immediately after opening a position. For example, if the opening condition is to open a position unconditionally, ea will determine …
Only Opening
The EA will only run once at the first quotation at the opening of the market, and will run again when the next candle opens. The period can be set by yourself(M1/M2/M3—-W1). This function can make the backtest and the real offer more consistent.
Manual Orders
After opening, the EA will not only manage the orders opened by this EA, but also manage other Ea and manual opening orders (only the varieties managed by this Ea). For example, you can manually open an order. If you turn on the “Manual Orders” function, EA will manage your manual orders and perform operations …
Restore Initial
The settings on the panel are cleared When you click Restore Initial.
Save Settings
Save the current EA settings as a file, which is convenient for other charts to call. Other charts can use the same Ea to directly call the setting file to avoid setting parameters for each chart separately. You can also copy the setting file to other clients or send it to others. You can save …