mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
removed moving average from intra plot
This commit is contained in:
parent
f9b8921ba8
commit
d8bbfb057f
1
bot.py
1
bot.py
@ -305,7 +305,6 @@ def intra(update: Update, context: CallbackContext):
|
|||||||
title=f"\n{symbol.name}",
|
title=f"\n{symbol.name}",
|
||||||
volume="volume" in df.keys(),
|
volume="volume" in df.keys(),
|
||||||
style="yahoo",
|
style="yahoo",
|
||||||
mav=20,
|
|
||||||
savefig=dict(fname=buf, dpi=400, bbox_inches="tight"),
|
savefig=dict(fname=buf, dpi=400, bbox_inches="tight"),
|
||||||
)
|
)
|
||||||
buf.seek(0)
|
buf.seek(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user