Methods
-
reconstruct(stx [, obj])
-
Reconstruct a fibonacci
Parameters:
Name Type Argument Description stxSTXChart The chart object
objobject <optional>
A drawing descriptor
Properties
Name Type Argument Description colstring <optional>
The border color
fcstring <optional>
The fill color
pnlstring <optional>
The panel name
v0number <optional>
Value (price) for the first point
v1number <optional>
Value (price) for the second point
d0number <optional>
Date (string form) for the first point
d1number <optional>
Date (string form) for the second point
tzo0number <optional>
Offset of UTC from d0 in minutes
tzo1number <optional>
Offset of UTC from d1 in minutes
parametersobject <optional>
Configuration parameters
Properties
Name Type Argument Description trendobject <optional>
Describes the trend line
Properties
Name Type Argument Description colorstring <optional>
The color for the trend line (Defaults to "auto")
parametersobject <optional>
Line description object (pattern, opacity, lineWidth)
fibsarray <optional>
A fib description object for each fib (level, color, parameters)
extendLeftboolean <optional>
True to extend the fib lines to the left of the screen. Defaults to false.
printLevelsboolean <optional>
True (default) to print text for each percentage level
printValuesboolean <optional>
True to print text for each price level