Skip to content

Instantly share code, notes, and snippets.

@lamres
Created November 15, 2018 11:28
Show Gist options
  • Select an option

  • Save lamres/4b7e6274a2b9d9130209db9179e48a35 to your computer and use it in GitHub Desktop.

Select an option

Save lamres/4b7e6274a2b9d9130209db9179e48a35 to your computer and use it in GitHub Desktop.
run_algorithm(
capital_base = 10,
data_frequency = 'daily',
initialize = initialize,
handle_data = handle_data,
analyze = analyze,
exchange_name = 'bitfinex',
quote_currency = 'btc',
start = pd.to_datetime('2017-12-1', utc = True),
end = pd.to_datetime('2018-11-12', utc = True))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment