SignalDTO¶
stonepy.models.SignalDTO.SignalDTO
¶
Bases: ResponseModel
All service calls and DTOs related to Predicted Markets are for internal StoneX use only. Basic information about a Predicted Markets trading signal.
signal_id
class-attribute
instance-attribute
¶
The unique identifier for the trade signal.
percentage
class-attribute
instance-attribute
¶
The percentage.
market_id
class-attribute
instance-attribute
¶
The market's unique identifier.
rank
class-attribute
instance-attribute
¶
Signal rank.
trigger_price
class-attribute
instance-attribute
¶
The signal trigger price.
stop_price
class-attribute
instance-attribute
¶
The signal stop price.
expiration_date_time
class-attribute
instance-attribute
¶
Expiry date and time for the trade signal.
trade_type
class-attribute
instance-attribute
¶
Indicates the trade type for the signal.
possible_action
class-attribute
instance-attribute
¶
If PossibleAction = 4 or 6, then return 0 = nothing. When PossibleAction = 2, then return 1 = CanPlaceLimitOrders. When PossibleAction = 3, then return 2 = CanPlaceMarketOrders.
study_id
class-attribute
instance-attribute
¶
The study unique identifier.
start_date_time
class-attribute
instance-attribute
¶
Start date and time for the trade signal.
hv_c
class-attribute
instance-attribute
¶
The HvC value.
hv_c_pct
class-attribute
instance-attribute
¶
Percentage value for the HvC.
lv_c
class-attribute
instance-attribute
¶
The LvC value.
lv_c_pct
class-attribute
instance-attribute
¶
Percentage value for the LvC.
cv_c
class-attribute
instance-attribute
¶
The CvC value.
cv_c_pct
class-attribute
instance-attribute
¶
Percentage value for the CvC.
cv_c_pct_previous
class-attribute
instance-attribute
¶
The previous CvC percentage value.
cv_h
class-attribute
instance-attribute
¶
The CvH value.
cv_h_pct
class-attribute
instance-attribute
¶
Percentage value for the CvH.
cv_l
class-attribute
instance-attribute
¶
The CvL value.
cv_l_pct
class-attribute
instance-attribute
¶
Percentage value for the CvL.
close
class-attribute
instance-attribute
¶
The close value.
over_how_many_bars
class-attribute
instance-attribute
¶
The number of bars value.
threshold
class-attribute
instance-attribute
¶
Signal threshold value.
threshold_pct
class-attribute
instance-attribute
¶
Percentage signal threshold value.
lower_bound
class-attribute
instance-attribute
¶
The lower bound value.
upper_bound
class-attribute
instance-attribute
¶
The upper bound value.
move
class-attribute
instance-attribute
¶
The move value.
move_pct
class-attribute
instance-attribute
¶
Percentage value for the move.
new_low_of_more_than
class-attribute
instance-attribute
¶
New low value.
new_high_of_more_than
class-attribute
instance-attribute
¶
New high value.
hot
class-attribute
instance-attribute
¶
Flag indicating whether the signal has hot status.