Forum

PLEASE: I need help to make this indicator multi-timeframe (mtf)

Please help me convert this fibo indicator to mtf. //------------------------------------------------------------------ // // //------------------------------------------------------------------ #property indicator_chart_window #property indicator_buffers 1 extern int ExtDepth = 30 ;

I Need Help with Alert

I want the indicator to give sound alert whenever price riches the lines. //+------------------------------------------------------------------+ //| SweetSpots.mq4 | //| | //|

Please help me put alert when arrow appears

//+------------------------------------------------------------------+ //| KM-Strength Arrow v1.mq4 | //| Khurram Mustafa | //| https://www.mql5.com/en/users/kc1981 |

Please, I need help to correct this code

I am a novice in code, but I really want to learn; hence I am trying to learn on the job. I got this EA online - it is an anti-martingale strategy. It opens position at every new bar. Instead, I want it to open a new position immediately when the existing position (in the trend direction) closes. I

I need help with this Moving Average EA

The EA does not take trade when Stoploss = 0. I want it to trade even if Stoploss = 0 //+------------------------------------------------------------------+ //| MovingAverage.mq4 | //| Copyright 2016, MetaQuotes Software Corp. |

I need help on this modification

I am just starting to learn coding. So, I tried modify a code I found on FF site, I am stuck - I don't know how to get this done smoothly. I actually wanted the EA to always use total lotsize of loosing trade to open the next trade. For example, if there are 0.01, 0.02, 0.03, 0.04 lots of four

Please help me correct the code of the EA!

I am learning to code using template from mql4trader, but I am stock. The experiment ea does not modify immediately it opens order until next candle opens. Please, anybody, help me correct the ea to modify orders immediately after it is opened. thanks