ProcessCandle
Atom
5/12/2018


Куда пропало событие ProcessCandle? Урок 3.1 Стратегии и дальше:
candleSeries.ProcessCandle - пишет такого определения не существует
Как это можно заменить? Заранее спасибо!



Thanks:


Дмитрий

Avatar
Date: 5/12/2018
Reply


Разобрался вроде бы. Сделал так:

_candleManager = new CandleManager(_trader);
_candleManager.Processing += Draw;

private void Draw(CandleSeries series, Candle candle)
{
....
}
Thanks:


Attach files by dragging & dropping, , or pasting from the clipboard.

loading
clippy