CryptoMarketData
Documentation for CryptoMarketData.
CryptoMarketData.earliest_candle
CryptoMarketData.get_candles_for_day
CryptoMarketData.load
CryptoMarketData.save!
CryptoMarketData.save_day!
CryptoMarketData.earliest_candle
— Methodearliest_candle(exchange, market)
Return the earliest candle for the given market in the 1m timeframe.
CryptoMarketData.get_candles_for_day
— Methodget_candles_for_day(exchange, market, day)
Fetch all of the 1m candles for the given exchange, market, and day. The vector and candles returned is just the right size to save to the archives.
CryptoMarketData.load
— Methodload(exchange, market)
Load candles for the given exchange and market from the file system.
CryptoMarketData.save!
— Methodsave!(exchange, market)
Download 1m candles from the given exchange and market, and save them locally.
CryptoMarketData.save_day!
— Methodsave_day(exchange, market, candles)
Save a day worth of 1m candles for the given exchange and market.