Hello,
I've plotted 2 studies on a chart (Support Line and Fib Ret).
I would like to get the studies values in column in AA window.

I've set the study ID of the support line as "SU"
and "RE" for FIB RET

The code I've implement in AFL is :
Support Line :
SUPPORT =       (Study("SU",GetChartID() );
AddColumn(SUPPORT,"Support",6.3);

and for FIB quite the same :

FIBRET618 =     (Study("RE",GetChartID() );
AddColumn(FIBRET618,"Fib 61.8",6.3);

the AA is not returning any value. and I do not know where to code the study() 
"F6" to get the value of le 61.80% fib.

Sorry to bother with so basic things and thanks in advance
Inet 


Reply via email to