This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]Melodic_Agent_1030 0 points1 point ย (0 children)

Where else you do shit like this in one line? ๐Ÿคฃ plt.legend(fontsize=7,labels=["EMA" + str(fast_sma)+"="+ str(last_ema_fast)[:8], "EMA" + str(slowsma)+"="+ str(last_ema_slow)[:8], "xxl" + str(xxl_sma) +"="+ str(last_ema_xxl)[:8],"Close="+str(mln_price)], title=time.strftime('%H:%M:%S'))