diff --git a/.idea/misc.xml b/.idea/misc.xml index 108c61d..e13460f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/main.py b/main.py index d21b170..142a5dd 100644 --- a/main.py +++ b/main.py @@ -17,7 +17,7 @@ import boto3 from finportbotutil.tipcalc import calculate_tips -from finportbotutil.syminfo import get_symbol_inference, get_symbols_correlation, get_plots_infos, search_symbols, get_ma_plots_info, fit_lppl +from finportbotutil.syminfo import get_symbol_inference, get_symbols_correlation, get_plots_infos, get_ma_plots_info, fit_lppl logging.basicConfig(level=logging.INFO) diff --git a/misc/telebot_inline_commands.txt b/misc/telebot_inline_commands.txt index 772a550..05f8fb8 100644 --- a/misc/telebot_inline_commands.txt +++ b/misc/telebot_inline_commands.txt @@ -1,2 +1,4 @@ help - Get a list of commands. maplot - Plotting indices of your choice and its 50- and 200-day moving average. +sp500ma - Plotting the S&P 500 index and its 50- and 200-day moving average. +predictcrash - Predict the next market crash.