Preparing search index...
The search index is not available
chart-patterns
chart-patterns
types
ILocalRange
Interface ILocalRange
interface
ILocalRange
{
direction
?:
SIGNAL_DIRECTION
;
end
?:
string
|
number
;
fibs
?:
{
highToLow
?:
IFibonacciRetracement
;
lowToHigh
?:
IFibonacciRetracement
;
}
;
resistance
?:
number
;
start
?:
string
|
number
;
support
?:
number
;
}
Index
Properties
direction?
end?
fibs?
resistance?
start?
support?
Properties
Optional
direction
direction
?:
SIGNAL_DIRECTION
Optional
end
end
?:
string
|
number
Optional
fibs
fibs
?:
{
highToLow
?:
IFibonacciRetracement
;
lowToHigh
?:
IFibonacciRetracement
;
}
Type declaration
Optional
high
To
Low
?:
IFibonacciRetracement
Optional
low
To
High
?:
IFibonacciRetracement
Optional
resistance
resistance
?:
number
Optional
start
start
?:
string
|
number
Optional
support
support
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
direction
end
fibs
resistance
start
support
chart-patterns
constants
lib
types
Generated using
TypeDoc