B
B
Friends

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

B
Registered at MQL5.community
mohammed ghouse
mohammed ghouse 2014.12.08
sir i need your email id to contact
give us thanks
Zainal Ab Samat
Zainal Ab Samat 2017.01.23
Hi Muhammed... Contact me via http://facebook.com/zainal.samat
B
Added topic Can only open EURUSD chart
I don't know where to ask this question, but it's a general MT4 question rather than a MQL4 question. I can only open the EURUSD chart on my MT4 installation. Doing the chart+ button thing only shows EURUSD. Doing File->New Chart also only shows
B
Added topic Predicting EMA Crossover formula help
I found a fun read here ( article ) on predicting EMA crossovers. If I understood it correctly, for EMAs, we can see a recurrence relation between yesterday's EMA and today's EMA, and by shifting this relation forward, we can solve to figure out the
B
Added topic datetime construction
Hi all, I want to create an automatic expiration datetime instead of my usual method of counters and checks. My question is: given datetime CurrTime = blahblah, how do I create datetime ExpTime = CurrTime + x minutes? I looked at the doc to try and
B
Added topic Low[] and High[] details please?
Hi all, since trading is closed with my broker for the weekend, I have no way to test this reliably. I want to draw horizontal lines at the highest high and lowest low of the last five completed bars while the 6th bar is in progress. In other words
B
Added topic iFractals jumping values randomly
I'm having a weird problem with the value from iFractals jumping to a wrong value randomly. First, the code, then the problem: int start()   {    CurrTime = iTime( NULL , 0 , 1 );    if (PrevTime==CurrTime) return ( 0 );
B
Added topic ZigZag iCustom always getting value = 0
Hey again all, I have this code as part of an EA:    ZigCurr = iCustom ( NULL , 0 , "ZigZag" , 12 , 5 , 3 , 0 , 1 );    ZigPrev = iCustom ( NULL , 0 , "ZigZag" , 12 , 5 , 3 , 0 , 2 ); I also have the bar shift ranging from 1-49 in
B
Added topic OrderSend stop loss question
I'm in the middle of coding my strategy right now, and I'm about to enter the stage where I will start writing the OrderSend parts. Here's my question: Say I make sure only one order is open at a time for this strategy. If I do an OrderSend with a