mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 23:16:48 +00:00
reformat plot title
This commit is contained in:
parent
7ec1c02a8b
commit
c76784647c
2
bot.py
2
bot.py
@ -155,7 +155,7 @@ def intra(update, context):
|
|||||||
mpf.plot(
|
mpf.plot(
|
||||||
df,
|
df,
|
||||||
type="renko",
|
type="renko",
|
||||||
title=f"Intraday chart for ${symbol.upper()}\n{datetime.date.today().strftime('%d, %b %Y')}",
|
title=f"\nIntraday chart for ${symbol.upper()} on {datetime.date.today().strftime('%d, %b %Y')}",
|
||||||
volume=True,
|
volume=True,
|
||||||
style="yahoo",
|
style="yahoo",
|
||||||
mav=20,
|
mav=20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user