mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
pre-commit fixes
This commit is contained in:
@@ -209,8 +209,8 @@ class Arguments:
|
||||
start_lookahead_analysis, start_new_config,
|
||||
start_new_strategy, start_plot_dataframe, start_plot_profit,
|
||||
start_recursive_analysis, start_show_trades,
|
||||
start_strategy_update, start_test_pairlist,
|
||||
start_trading, start_webserver)
|
||||
start_strategy_update, start_test_pairlist, start_trading,
|
||||
start_webserver)
|
||||
|
||||
subparsers = self.parser.add_subparsers(dest='command',
|
||||
# Use custom message when no subhandler is added
|
||||
|
||||
@@ -59,7 +59,7 @@ class RecursiveAnalysis:
|
||||
|
||||
# check and report signals
|
||||
base_last_row = self.full_varHolder.indicators[pair_to_check].iloc[-1]
|
||||
|
||||
|
||||
for part in self.partial_varHolder_array:
|
||||
part_last_row = part.indicators[pair_to_check].iloc[-1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user