From c7feba5a4ade9eca44a22aa5fdbcdfbb6ffbb0b0 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Sun, 5 Jan 2025 22:44:13 +0530 Subject: [PATCH] show curPrice --- SignalsTestCmd/CoinWatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalsTestCmd/CoinWatch.cs b/SignalsTestCmd/CoinWatch.cs index 77ce41a..97eb28b 100644 --- a/SignalsTestCmd/CoinWatch.cs +++ b/SignalsTestCmd/CoinWatch.cs @@ -105,7 +105,7 @@ namespace SignalsTest if(isStSwitch){ Picasso.DrawChart(reports, max ,min, symbol); await Messenger.instance.SendLastChart(filename:symbol); - await Messenger.instance.SendMessage($"Checkout {symbol}! It just switched the SuperTrend lines"); + await Messenger.instance.SendMessage($"Checkout {symbol}! It just switched the SuperTrend lines. Current price: {reports[reports.Count-1].Close}"); } }