I want 5 indicators, that when they agrree for a buy or sell signal, the EA will open order to the same or another instrument The interface of the EA should be like this: Signal Instrument (EURUSD, GBPUSD, CHINA50 SING50, GER30) Signal Timeframe (M1 to MN) Trend Direction true /false Aroon true/false ADX true/false Accelerator true/false Traditional MACD true/false Order Instrument (EURUSD, GBPUSD, CHINA50, SING50, GER30) Hours to function From (1 - 24) To (1 - 24) Lot (0.01 - 100.00) For example... I want the EA to start buying, when the chosen indicators show Green Lines If at the next candle, one indicator changes color I want it to close order. If later, all the chosen indicators became red, I want to open a SeLL order. If one changes to green to stop the Sell order. I mean when all the chosen have RED to Sell or all have GREEN to buy. In Details: Trend Direction : RED bar Sell , GREEN bar buy Aroon: when RED line is above green Sell , when GREEN line is above red Buy ADX cross RED arrow Sell, GREEN arrow buy Accelerator RED bar Sell , GREEN bar buy Traditional MACD https://www.mql5.com/en/market/product/2593 when RED line is above green and below 0 level Sell , when GREEN line is above red and above 0 level Buy I want the EA to function only the hours I programmed it, for example from 7.00 to 20.00. After close time all orders close. Expert Advisors must have LOT option (from 0.01 - 100.00) and TIME option (from 7 - 20.00) Orders: Only Buy, Only Sell, Both Buy and Sell All the above should be the same for the Indicator but instead of open orders will show BUY or SELL arrows with alert messages and push notifications For 40 USD