Codes

PipStriker-com for MetaTrader 4

The indicator shows top and bottom ranges of price movement

Forum

help with this simple EA, i dont know why it is not working

hi i want to make this simple EA which will simply do reverse trade of the movement in the daily candle, so suppose the daily candle has moved 100 pips then it will do revrese for 10 pip TP the following code i tried to make, it is not working...can you help? extern int MagicNumber = 33333 ; double

moving average indi from mt5 to mt4

hi first of all, thanks for reading this article, this code i have taken from a mql5 EA, in this EA moving average indicator is used, and i am fascinated by its use, i want to try it in mt4 input int MA_RED_PERIOD = 7 ; input int MA_YEL_PERIOD = 14 ; int ma_red_handle, ma_yel_handle, macd_handle;

help with step in the trailing SL & TP in MQL5

hi guys, I appreciate that you took time to read this. the problem is that i am new in mql5 coding , i know a lot in mql4, but in mql5 i am not able to make the SL trailing, I have an EA which works on mql5, the EA does trail SL for loosing trade as well as profiting trade, but i cannot change the