Quote:
|
Originally Posted by maje
You could indicate a practical example to me how to write icustom to have the last value for the indicator mentioned in top?
Thanks
|
To get the last value of the indicator mentioned above for the current bar:
double val1= iCustom(NULL,0,"SOLAR WIND",10,2,0);
And for the previous bar use:
double val1= iCustom(NULL,0,"SOLAR WIND",10,2,1);