View Single Post
  #1 (permalink)  
Old 01-31-2007, 11:03 AM
spence's Avatar
spence spence is offline
Member
 
Join Date: Jan 2007
Posts: 35
spence is on a distinguished road
ADXcrosses EA suggestion

hi @ all

in front of all - sorry for my bad english

i used the ADXcrosses indi i attached, on h1/h4 EURUSD and have a lot of profit in metatrader demo account.
now i tryed to code an EA for backtest...

i try to realize it with icustom() (only 2 buffers)


//----
double value1=iCustom(NULL, 0, "ADXcrosses",50,0,0);

double value2=iCustom(NULL, 0, "ADXcrosses",50,1,0);
//----


but it only gives the same value for both buffers every time --> 2147483647

the ADXcrosses uses arrows as signals and no lines could this be the
source of error?

did anybody know?

i will be grateful for every help.
Attached Files
File Type: mq4 ADXcrosses.mq4 (3.4 KB, 43 views)
Reply With Quote