show curPrice
This commit is contained in:
parent
8179a86002
commit
c7feba5a4a
|
|
@ -105,7 +105,7 @@ namespace SignalsTest
|
||||||
if(isStSwitch){
|
if(isStSwitch){
|
||||||
Picasso.DrawChart(reports, max ,min, symbol);
|
Picasso.DrawChart(reports, max ,min, symbol);
|
||||||
await Messenger.instance.SendLastChart(filename: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}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user