Skip to content

Instantly share code, notes, and snippets.

@lamres
Created September 3, 2019 18:00
Show Gist options
  • Save lamres/064cc5664adcf3f43444574aed8fe9b9 to your computer and use it in GitHub Desktop.
Save lamres/064cc5664adcf3f43444574aed8fe9b9 to your computer and use it in GitHub Desktop.
run_algorithm(
capital_base = 100000,
data_frequency = 'minute',
initialize = initialize,
handle_data = handle_data,
analyze = analyze,
exchange_name = 'bitfinex',
quote_currency = 'usd',
start = pd.to_datetime('2018-1-1', utc = True),
end = pd.to_datetime('2019-5-22', utc = True))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment