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 […]
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 […]
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 […]
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.
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 […]
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 […]
This function is to judge once every 1 minute; This EA one side: Click to All two side; Lots-、floss- (percentage) and order- are control switch; TInput box : he default parameter in the first input box is greater than or equal to, and the value in the second input box is less than; 1, 2, […]
Load the saved setting, eliminating the trouble of frequent parameter setting. See Saving Settings:https://bangea.com/2021/12/14/save-settings/
If the position of the panel is messed up or cannot be clicked, you can use the “Reset Panel” function to rearrange the panel. The Reset Panel will also clear some stored variables, such as the multiple of the loss doubled in the calculation of the open position.