Bill Brian
Bill Brian
Friends

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

Bill Brian
Added topic High[x] not working.... D:
double High[]; double iHigh(string symbol,ENUM_TIMEFRAMES timeframe,int index)   {    double high=0;    ArraySetAsSeries(High,true);    int copied=CopyHigh(symbol,timeframe,0,Bars(symbol,timeframe),High);
Bill Brian
Registered at MQL5.community
Bill Brian
Added topic 138 messages only with sell
Getting 138 orderclose messages only with sell orders , Any ideas why
Bill Brian
Added topic iMA problem
Hi With ima crosses, why do they not work ? With one EA, it draws the ima's in the window, but in the other you can see no ima's Why is this
Bill Brian
Added topic different optimisation results
Im getting different optimisation results each time I optimise Seriously, what is this shit ? It's pissing me off
Bill Brian
Added topic Another iCustom question
Hi, The EA draws the indicator I use in iCustom in seperate window. It seems the values posted in this window differ from the ones the EA uses. Is this a common problem ? Thanks, BB
Bill Brian
Added topic iCustom question
With iCustom , it only seems to work when I put the last parameter(shift) as 1. If I leave it, it don't work. What does shift do ? Thanks
Bill Brian
Added topic BillBrian
I'm BillBrian
Bill Brian
Added topic Indicator delay ?
It seems buy and sell orders come 1 minute after indicator singals them in the EA. I am using opening price as model. What could be the reason for the delay ? Thank you
Bill Brian
Added topic OrderClose error
Hi I keep getting 138 errors on OrderClose Does anyone have any idea why ? Could not find proper answer on the forum
Bill Brian
Added topic 138 errors on data
It seems I get 138 errors on different inputs of dates May-June gives many 138 errors March-April doesn't I find this somewhat strange
Bill Brian
Added topic strange testing result
Hi, I was wondering what is the difference between the green and the blue line. the green line goes down right away, while the blue line does not
Bill Brian
Added topic simple expert advisor example
Hi, I am new to mql. In the simple expert advisor example in the book is a line that says if(total < 1) should this not be if(total > 1)
Bill Brian
Added topic Indicator doesnt show up
Hi all I just downloaded an indicator in .mq4 format But it doesn't show up in the indicator list in the navigator window after compilation Any ideas
Bill Brian
Added topic Making actual money with an EA
Hi, This is BillBrian again. I have been googling to see if there were people with successtories using EA's. But most I find is commercial sites, offering EA's. Are there people here having experience making money with EA's ? Question because I read
Bill Brian
Added topic MT4 loads like hell
Hi, Ive got 768MB ram in my pc running XP Seems my harddisk is running like crazy running MT4 Do I need more ram ? Or is there something else .. wrong Bye