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:
30 Week Hi Indicator - Display
Author/Uploader:
Geoff Mulhall - geoffmulhall [at] optusnet.com.au
Date/Time added:
2003-05-03 22:17:05
Origin:
Keywords:
Level:
semi-advanced
Flags:
indicator
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:
Refer 30 Week High Indicator - Calculate
The attached indicator builder afl ( _i.afl file ) plots the indicator calculated by the ( _s.afl file ).
Formula:
// 300 Week Highs Indicator
// Set Scaling to automatic
// Set Gridlines - Level 0, Show dates, Middle
// Plot on a weekly chart only
GraphXSpace = 10;
Plot(Foreign("~Idx30Wk_Close_HL","C",1),"Close_HL",colorRed,styleLine);
Plot(Foreign("~Idx30Wk_Abs_HL","C",1),"Abs_HL",colorBlue,styleLine);