Skip to content

Commit

Permalink
Merge pull request #8 from stephenhky/develop
Browse files Browse the repository at this point in the history
debugged, and updated telebot inline commands
  • Loading branch information
stephenhky authored Jun 10, 2024
2 parents 37a37e8 + 6e4d8fe commit c09e4f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions misc/telebot_inline_commands.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c09e4f4

Please sign in to comment.