mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +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(
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user