UpdatedUniverseResult#
API documentation for tradeexecutor.strategy.pandas_trader.decision_trigger.UpdatedUniverseResult Python class in Trading Strategy framework.
- class UpdatedUniverseResult[source]#
Bases:
object
Describe the result of universe waiting operation.
- __init__(updated_universe, ready_at, time_waited, poll_cycles, max_diff)#
Methods
__init__
(updated_universe, ready_at, ...)Attributes
Trading Universe with updated candles
When we finished waiting
How long we waited
How many cycles we did waiting
Maximum difference between timestamp and last available candle.
- updated_universe: TradingStrategyUniverse#
Trading Universe with updated candles