Forum

MQL4 calling a custom indicator into an EA that has 100+ input parameters

Hello everyone, So I am running into a problem when developing an EA and I needed some suggestion on how to deal with this problem. My problem is that I need to develop an EA for customer that uses an indicator with a lot of parameters, they are almost 100+. Now I know that I can use iCustom()

Issues with OrderSelect method. Please Help.

int Check_OrderIgnore() { //If the previous order was a stop loss and was buy order //Set the buyIgnore flag to true // Else if previous order was a sell and was a stoploss //Set the sellIgnore flag to tue //---------------------------------------------------------- if