Skip to content

Commit

Permalink
change code format to more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelHub committed May 5, 2021
1 parent 59f31cb commit 60584ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/display_plot_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def __init__(self, parent=None):


def display_candlestick_chart_with_indicators(self, list_of_indicators_with_options):
self.candle_chart_widget.setHtml(plot_data.plot_ohlcv_with_indicators(load_ohlcv_data_from_csv_file(), list_of_indicators_with_options))
self.candle_chart_widget.setHtml(plot_data.plot_ohlcv_with_indicators(load_ohlcv_data_from_csv_file(),
list_of_indicators_with_options))


def close_window(self):
Expand Down

0 comments on commit 60584ce

Please sign in to comment.