|
Description |
This formula renders a horizontal line at the 52 week high. |
|
|
Formula |
FibHi(INPUT, Periods=262, Days=1)=begin retval = Quote(Chart((RangeMax($1.high, 0, Periods))[-1], Days, 2, 100, 0, 1)) end |
|
|
Parameters |
INPUT The INPUT directive makes this formula available as a Formula Overlay. INPUT refers to the instrument in the chart. INPUT does not become an overlay parameter.
Periods This parameters specifies the number of bars to evaluate in determining the high price of a Fibonacci retracement. If the Days parameter is set to 1, this parameter represents daily bars. The default is 262, an approximate number of business days in a year.
Days This formula calls the Chart() function. This parameter specifies the number of days per bar in the Chart() call. The default is 1, or 1 day. |
|
|
Return Value |
The 52 week high. |
|
|
Examples |
See Fibonacci. |
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.