Skip to content

Commit

Permalink
Fixed typo with multiplier keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Apr 28, 2021
1 parent e38ec4b commit 1a48299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finmarketpy/backtest/backtestengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@ def _grab_signals(self, strategy_signal, date=None, strip=None):
return last_day

def _plot_signal(self, sig, label=' ', caption='', date=None, strip=None, silent_plot=False, strip_times=False,
ret_with_df=False, split_on_char=None, mulitiplier=100):
ret_with_df=False, split_on_char=None, multiplier=100):

######## Plot signals

Expand Down

0 comments on commit 1a48299

Please sign in to comment.