Methods
-
reconstruct(stx [, obj])
-
Reconstruct a fibonacci
Parameters:
Name Type Argument Description stx
STXChart The chart object
obj
object <optional>
A drawing descriptor
Properties
Name Type Argument Description col
string <optional>
The border color
fc
string <optional>
The fill color
pnl
string <optional>
The panel name
v0
number <optional>
Value (price) for the first point
v1
number <optional>
Value (price) for the second point
d0
number <optional>
Date (string form) for the first point
d1
number <optional>
Date (string form) for the second point
tzo0
number <optional>
Offset of UTC from d0 in minutes
tzo1
number <optional>
Offset of UTC from d1 in minutes
parameters
object <optional>
Configuration parameters
Properties
Name Type Argument Description trend
object <optional>
Describes the trend line
Properties
Name Type Argument Description color
string <optional>
The color for the trend line (Defaults to "auto")
parameters
object <optional>
Line description object (pattern, opacity, lineWidth)
fibs
array <optional>
A fib description object for each fib (level, color, parameters)
extendLeft
boolean <optional>
True to extend the fib lines to the left of the screen. Defaults to false.
printLevels
boolean <optional>
True (default) to print text for each percentage level
printValues
boolean <optional>
True to print text for each price level