Quote:
|
Originally Posted by homicida
but you could probably post how youve done it ^^
greets homi
|
homicida,
I'm so sorry for the delay.
Please find attached modified version of LSMA and iCustom_Demo.
I've added a new buffer to LSMA to hold the current color (1=red, 2=green and 3=yellow).
Where's (1=downtrend , 2=uptrend and 3=no trend).
To use
iCustom function to get the value of this buffer, you may write:
Code:
double clr = iCustom(NULL,0,"LSMA in Color",14,1500,5,0);