Skip to content

Commit

Permalink
style: linted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-mackle committed Oct 24, 2022
1 parent 00547cf commit 39c6bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/macd_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def generate_exit_levels(self, signal, i):
at.configure(verbosity=1, show_plot=True, mode="periodic", feed="yahoo")
at.add_strategy(config_dict=config, strategy=SimpleMACD)
at.plot_settings(show_cancelled=False)
at.backtest(start_dt=datetime.now()-timedelta(days=30), end_dt=datetime.now())
at.backtest(start_dt=datetime.now() - timedelta(days=30), end_dt=datetime.now())
at.virtual_account_config(
initial_balance=1000,
leverage=30,
Expand Down

0 comments on commit 39c6bf3

Please sign in to comment.