Сlose positions by result, time passed or at specific time – EA MetaTrader 4

Сlose positions by result, time passed or at specific time - expert for MetaTrader 4
Description: This EA will watch your open positions and close the ones that meet the preset conditions. You can filter positions by: Magic Number By side: Short or Long By result By time: for how long are opened It can be used for hidden Stop Loss and Take Profit as well. Recommendations: Please note: EA … Read more

Specific support and resistance indicator – indicator MetaTrader 4

Specific support and resistance indicator
Author: Marwi1 Displays lines of support and resistance. Characterized in that the support line sets 10 and 10 of the line resistance. Works on all intervals and very well indicate compaction resistance and support levels from which you can infer what stage is the price. To work properly, download files, “MW_ZigZag.ex4” and “High_Low v2.ex4” which … Read more

Close all orders once the drawdown reaches a specific percentage – EA MetaTrader 4

Close all orders once the drawdown reaches a specific percentage - expert for MetaTrader 4
This code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance. You will just enter the magic number of the orders (enter 0 for control all orders), and the maximum percentage of drawdown that will allow the code logic to close the order once it … Read more

Disable auto trading but ONLY for a specific EA – library MetaTrader 4

Disable auto trading but ONLY for a specific EA - library for MetaTrader 4
This script is made to disable the EA on the chart from trading, Its made to click the following buton on the image, automatically : In the following code, its getting the handle of the main Metatrader and open the Expert tab (command 33048 is in mt4, for mt5 It’s different) int hMetaTrader = GetAncestor(WindowHandle(Symbol(),Period()),2);         … Read more

Expert Advisor specific day and time – EA MetaTrader 4

Expert Advisor specific day and time - expert for MetaTrader 4
It’s an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached. Parameters Day Open Orders – Set day open orders. Hour Open Orders – Set hour open orders. Minute Open Orders – Set minutes open orders. Open Buy Orders – Select if open buy orders. … Read more