Forum

I have create this RSI EA with MA as a filter but wont take trade is there any one can help help

I have create this RSI EA with MA as a filter but wont take trade is there any one can help help check the code below //+------------------------------------------------------------------+ //| RSI.mq5 | //|

HELP TO CHANGE EA TO TRADE Synthetic Indices like volatility 75 step index because now this Ea trade only currency

Hi is there any one who can help me to make this Ea to trade Synthetic Indices like volatility 75 step index because now this Ea trade only currency

fractals ea mt5 buy when down arrow and sell when up arrow appear

I have created EA for fractals indicator but when i run on strategy tester wont run is any one can help me below is mql5 code for EA #include <Trade/Trade.mqh> int handle; int barsTotal; CTrade trade; ulong posTicket; void OnTick () { //we calculate ask price double Ask=

EA for Triangular moving average

is there any one can help to create EA this Triangular moving average indicator buy when the price cross bottom line upward and sell when the price cross top line down ward the following are the code for above indicator #property description "Extreme TMA Line indicator" #property

how to add candle gap alerts to mt5 indicator

is there anya one can help to add alerts when gap occur in this indicator //+------------------------------------------------------------------+ //| Gaps_cb.mq5 | //| Tapochun | //|

is it possible to make this EA to close opening trade after 30 second

Any one can help me to make this EA to close opening trade after 30 second

EA for color MA (BUY when MA Chane to green and Sell When MA change to Red)

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

MQL5 code for attaching two indicator to make one indicator

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

Rsi ea with moving average instead of rsi line

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