Hefajatur Rahman:
Hlw
i hv an indicator but i want to merge it with my EA code, how can i call buffer value as set double variable? i dont want to call indicator value with icustom
my indicator here:
how can i call 3 buffers value in my EA
its not working...so confused...i dont want to call indicator value with icustom
You can't call indicator butfer from EA without using the iCustom unless you implement its logic inside the EA call . Meaning that you have to apply the same calculations in the EA code
is it possible to collect array value as double variable like this
what should i do for collect array value
double x,xx,xxx; for (int ii=0;ii< 10;ii++) { x = vol[i]; xx = volavg[i]; xxx = volsteps[i]; }
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hlw
i hv an indicator but i want to merge it with my EA code, how can i call buffer value as set double variable? i dont want to call indicator value with icustom
my indicator here:
how can i call 3 buffers value in my EA
its not working...so confused...i dont want to call indicator value with icustom