Trading Assistant API Documentation - v0.1.0
Preparing search index...
types
Signal
Interface Signal
interface
Signal
{
symbol
:
string
;
signal_type
:
"BUY"
|
"SELL"
|
"HOLD"
;
strength
:
number
;
strategy
:
string
;
price_target
?:
number
;
stop_loss
?:
number
;
confidence
:
number
;
generated_at
:
string
;
}
Index
Properties
symbol
signal_
type
strength
strategy
price_
target?
stop_
loss?
confidence
generated_
at
Properties
symbol
symbol
:
string
signal_
type
signal_type
:
"BUY"
|
"SELL"
|
"HOLD"
strength
strength
:
number
strategy
strategy
:
string
Optional
price_
target
price_target
?:
number
Optional
stop_
loss
stop_loss
?:
number
confidence
confidence
:
number
generated_
at
generated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
symbol
signal_
type
strength
strategy
price_
target
stop_
loss
confidence
generated_
at
Trading Assistant API Documentation - v0.1.0
Loading...