hi any one can help me the EA of the attached file of indicator Buy when Ma change to green and Sell When MA change to Red #include<Trade\Trade.mqh> CTrade trade; MqlTick Tick; int ma_colored; datetime MAXIMO= D'2021.10.16 00:00' ; double MaBuffer[]; input double VOLUME= 0.01 ; //Lot input double
Please help mql5 code for attaching two indicator to one indicator i have opened RSI indicator in mt5 and then i drag maving average indicator on it any one can help the Code of indicator window 1
Hi I have tried to create need RSI EA with an moving average applied to an RSI, (using simple moving average instead of rsi line) Sells at a (MA)downward crossing of an oscillator overbought level, buys at an (MA)upward crossing of an oscillator oversold level but the EA IS NOT WORKING