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}"); } }