Bill Brian / Publications
Forum
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); if(copied>0 && index<copied) high=High[index]; return(high); } This doesnt work It crashes my
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
138 messages only with sell
Getting 138 orderclose messages only with sell orders , Any ideas why
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
different optimisation results
Im getting different optimisation results each time I optimise Seriously, what is this shit ? It's pissing me off
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
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
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
OrderClose error
Hi I keep getting 138 errors on OrderClose Does anyone have any idea why ? Could not find proper answer on the forum