Forum

What am i missing?

i am new to this mql4 and i am trying to modify a existing RSI based ea and i want to set previous bars difference between high and low as the take profit and stop loss level by doing like this double pips= (High[ 1 ]-Low[ 1 ])/ 10 ; double StopLoss= pips; double TakeProfit= pips; but this is not

How to subtract previous bars value of 1st buffer with current bars value of the same buffer and show the result in the 2nd buffer?

How to subtract previous bars value of 1st buffer with current bars value of the same buffer and show the result in the 2nd buffer? please someone help me

How to create a indicator buffer which will show the gap between previous candles close and current candles open price?

i am a newbie to mql4, so please need some help now, as i said above, How to create a indicator buffer which will draw a chart of the gap between previous candles close and current candles open price

Ea for consecutive loss alert

HI Is there any Ea which alerts when a consecutive loss in a mt4 account exceeds a predefined number? If its not there is it possible to code it

Need help to modify a EA

hi. i attached an ea which closes all open positions and all pending orders once a defined profit target is reached. and we should input our previous equity and the profit target in dollars in this ea. so. what i want it to do is, it should automatically consider the current equity as previous