1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 06:56:46 +00:00

removed moving average from intra plot

This commit is contained in:
Anson Biggs 2021-05-21 19:46:01 -07:00
parent f9b8921ba8
commit d8bbfb057f

1
bot.py
View File

@ -305,7 +305,6 @@ def intra(update: Update, context: CallbackContext):
title=f"\n{symbol.name}",
volume="volume" in df.keys(),
style="yahoo",
mav=20,
savefig=dict(fname=buf, dpi=400, bbox_inches="tight"),
)
buf.seek(0)