PureBytes Links
Trading Reference Links
|
Hi ,
I am trying to plot the advissues : i show the code below .
Actually I would like to learn how to use this fucntion but the help does not give you much ...... so im messing around ... but dont seem to be able to get to far .
any suggestions ?
Regards
Malcolm
Code :
----------------------------------------
/* Absolute Breadth Index AFL implementation by Tomasz Janeczko.
*/
Graph0 = abs( AdvIssues() - DecIssues() );
Plot(Graph0,"name", ParamColor( "Color", colorCycle ), ParamStyle("Style") ); ---------------------------------------
-- Malcolm A.B Croucher
__._,_.___
**** 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/
__,_._,___
|