Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

AFL Library

This is read-only version of AFL library entry. Ability to add user formulas and comment is only available from members-only area.

Details:

Formula name: Ultimate plus
Author/Uploader: D o j i * ABU REHAB - d.o.j.i [at] hotmail.com
Date/Time added: 2006-04-11 13:39:56
Origin:
Keywords:
Level: basic
Flags: system

DISCLAIMER: Most formulas present in AFL on-line library are submitted by the users and are provided here on an "as is" and "as available" basis. AmiBroker.com makes no representations or warranties of any kind to the contents or the operation of material presented here. We do not maintain nor provide technical support for 3rd party formulas.
Description:

Ultimate plus wthe line to sell and buy
under 30 is buy
up 65 is sell

Formula:

_SECTION_BEGIN("D o j i - Ultimate plus");
r1 = Param("Fast avg", 7, 2, 200, 1 );
r2 = Param("Med avg", 14, 2, 200, 1 );
r3 = Param("Slow avg", 28, 2, 200, 1 );
Plot( Ultimate( r1, r2, r3 ), _DEFAULT_NAME(), ParamColor("Color", colorCycle
), ParamStyle("Style"));
Plot(30, "", colorGreen);
Plot(50, "", colorRed);
Plot(65, "", colorBlue);
Plot(70, "", colorRed);


if( Status("action") == actionCommentary )
{
  printf( "(Interpretation is not available yet)" );
}

_SECTION_END();

Comments:

pman
p [at] z.com
2006-06-16 00:10:14
indicator not a system
pethkar
scidsuza [at] yahoo.co.in
2006-07-07 09:22:45
please give details how it works?

pethkar


About | Privacy | Terms of Use | Contact information
Copyright © 2001 AMIBROKER.COM