Esempio n. 1
0
 private void OnHeikinAshi(Candle candle)
 {
     HeikinAshi.Add(candle);
     OnPropertyChanged(nameof(FilteredHeikinAshi));
 }