Forum

REQ: Trend Line Indicator

I am looking for a Trend Line Indicator that can plot the following: 1) Upper line connecting the higher high of the last 12 bars of the previous day with the higher high of the last 3 bars of the current day and 2) Lower line connecting the lower low of the last 12 bars of the previous day with the

Order of EMA crosses

Hi, I am trying to develop a code that identifies the order in which EMA crosses happen. For eg. I have 3 EMA's : 5, 8, & 14. I want to get an alert when EMA5 crosses EMA8 first and then crosses EMA14 (in that order). All these crosses must happen within a specified number of bars , say 5. Rules are

Move the MQL4 function to a DLL

Hi, How would I move the following function to a DLL please? if(iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0)>iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0)) trade=sell; Thanks -Maria

EA for MTF indicators

I am looking for someone to help me code an EA for a couple of MTF indicators. If anyone would be willing to do it, please let me know asap