Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 2 reads | 0 comments |

Sensitive - expert for MetaTrader 5

Sensitive - expert for MetaTrader 5

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 ())); 


Sensitive - expert for MetaTrader 5

Sensitive - expert for MetaTrader 5


Attachment download

📎 sensitive.mq5 (40.72 KB)

Source: MQL5 #22087

Verification code Refresh