Sensitive - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources


The author of the idea - the screenwriter
mq5 code author - Bara Bashkakon
The EA checks for entry opportunities only when a new bar appears, while tracking is done for every price movement. When checking signals, in addition to comparing the main and signal line values on the current and previous bars, there is another verification: converting the main line values into points and comparing them to the MACD opening level range. When the buy opening signal arrives, the sell position is closed and vice versa.
Boolean value open_buy_signal=(main[0]<0 && main[0]>signal[0] && main[1]<signal[1] && Mathematical antibodies (main[0])>(MACDOpenLevel*m_symbol.Point()));
Sell:
boolean open_sell_signal=(main[ 0 ]> 0 && main[ 0 ]<signal[ 0 ]&& main[ 1 ]>signal[ 1 ]&& mathAb (main[ 0 ])>(MACDOpenLevel* m_symbol.view ()));


Attachment download
📎 sensitive.mq5 (40.72 KB)
Source: MQL5 #22087
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •