Forum

EA Slope Direction Line

Hello guys, I am new to MQL4 programming. I started an EA using the indicator Slope Direction Line Modified. I checked the EA in very old post https://www.mql5.com/en/forum/178852 https://c.mql5.com/forextsd/forum/49/slopedirectionline_v3_1.mq4 SlopeDirectionLine_v3.mq4 . Test on EURUSD M5, M15, M30

Hull variation 2 indicator EA

Hello guys, I am new to MQL4 programming . Now I'm trying to use the indicator Hull variation 2 I'm trying the code below but it does not work opens in the wrong direction //Entry_Logic //Culclate Indicator double Hull_Up = iCustom(NULL,0,"Hull variation 2", HMAPeriod,HMAPrice,HMADivisor,0,0);;

Hull variation 2 EA

Hello guys, I am new to MQL4 programming. I started an EA using the indicator Slope Direction Line Modified. I checked the EA in very old post https://www.mql5.com/en/forum/178852 https://c.mql5.com/forextsd/forum/49/slopedirectionline_v3_1.mq4 SlopeDirectionLine_v3.mq4 . Test on EURUSD M5, M15, M30