mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 06:37:27 +08:00
Merge remote-tracking branch 'origin/concurrent-exchanges' into concurrent-exchanges
This commit is contained in:
@@ -35,9 +35,8 @@ def get_history(exchange_name, data_frequency, symbol, start=None, end=None):
|
||||
Required: The name identifier of the exchange (e.g. bitfinex, bittrex, poloniex).
|
||||
:param data_frequency: string
|
||||
Required: The bar frequency (minute or daily)
|
||||
*** currently only 'daily' is supported ***
|
||||
:param symbol: string
|
||||
Required: The trading pair symbol.
|
||||
Required: The trading pair symbol, using Catalyst naming convention
|
||||
:param start: datetime
|
||||
Optional: The start date.
|
||||
:param end: datetime
|
||||
|
||||
Reference in New Issue
Block a user