OHLCVCandle#
API documentation for tradingstrategy.direct_feed.ohlcv_aggregate.OHLCVCandle Python class in Trading Strategy framework.
- class OHLCVCandle[source]#
Bases:
objectOne OHLCV candle in the direct data feed.
- __init__(pair, timestamp, start_block, end_block, open, high, low, close, volume, exchange_rate)#
Methods
__init__(pair, timestamp, start_block, ...)get_dataframe_columns()Attributes
pairtimestampstart_blockend_blockopenhighlowclosevolumeexchange_rate- __init__(pair, timestamp, start_block, end_block, open, high, low, close, volume, exchange_rate)#