shararath2004
shararath2004
Friends

Add friends via their profile or user search and you will be able to see if they are online

shararath2004
Added topic 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
shararath2004
Added topic 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
shararath2004
Added topic 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 ;
shararath2004
Added topic 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
shararath2004
Registered at MQL5.community
shararath2004
Added topic 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