show curPrice
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user