mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-26 08:01:26 +00:00
reformat plot title
This commit is contained in:
2
bot.py
2
bot.py
@@ -155,7 +155,7 @@ def intra(update, context):
|
||||
mpf.plot(
|
||||
df,
|
||||
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,
|
||||
style="yahoo",
|
||||
mav=20,
|
||||
|
Reference in New Issue
Block a user