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.