exp_iCustom_v5 Expert Advisor - Expert Advisor for MetaTrader 4
New version of exp_i custom EA that can be used with any custom indicator and draw buy/sell arrows.
Change the type of variables _O_M3_BuyLevel, _O_M3_SellLevel, _C_M3_CloseBuyLevel, _C_M3_CloseSellLevel from int to double to allow decimals to be entered.
More details can be found on the exp_iCustom_v1 page.
Implemented the function of including additional checks when closing orders based on indicators: checking the profit of the order (only orders whose profit is not lower than the specified are closed), checking the stop loss position of the order (if the stop loss is fixed to the specified profit, the order will not be closed).
Added tracking capabilities based on custom metrics.
It is possible to use any indicator, such as PriceChannel Stop NK Channel, Bicolor Alternating NRTR Water , draw points or arrows, and the sequence modification will only occur if a point or arrow is present.
Added the ability to use two-color indicators (_O_mode=5, _C_mode=5 ). You can use an indicator like NRTRNK , or a colored moving average, for example, MA_In_Color_wAppliedPrice .
It is not possible to use a large number of colored indicators, some indicators used to draw a bar (in this case it is worth trying to increase the value of _O_iShift and _C_iShift by 1), others just overlap a line of one color with a line of another color (these cannot be used).
Added MarketWatch mode - open a market order without stop loss/take profit, and stop loss/take profit is set afterwards.
New parameters:
In the "Open Indicator" parameters section:
In the "Close indicator" parameters section:
In the "Order" parameters section:
Attachment download
📎 exp_iCustom_v5.mq4 (127.38 KB)
📎 exp_iCustom_v6.mq4 (139.19 KB)
Source: MQL5 #8524
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •