OHLCVCandle#
API documentation for tradingstrategy.direct_feed.ohlcv_aggregate.OHLCVCandle Python class in Trading Strategy framework.
- class OHLCVCandle[source]#
Bases:
object
One 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
pair
timestamp
start_block
end_block
open
high
low
close
volume
exchange_rate
- __init__(pair, timestamp, start_block, end_block, open, high, low, close, volume, exchange_rate)#