PureBytes Links
Trading Reference Links
|
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
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|