show curPrice

This commit is contained in:
Sewmina 2025-01-05 22:44:13 +05:30
parent 8179a86002
commit c7feba5a4a

View File

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