Не помогло [sad]Да и по первому логу видно, там куда больше 10%
Вот так пробовал
Код
_CandleManager.Sources.OfType<TimeFrameCandleBuilder>().Single().Timeout = 1;
результат
Candle RIU2 time 13.08.2012 20:17:00 volume 1534 local time 13.08.2012 20:17:08
Candle RIZ2 time 13.08.2012 20:17:00 volume 1 local time 13.08.2012 20:17:08
Candle RIU2 time 13.08.2012 20:18:00 volume 410 local time 13.08.2012 20:17:51
Candle RIU2 time 13.08.2012 20:19:00 volume 99 local time 13.08.2012 20:18:51
Candle RIU2 time 13.08.2012 20:20:00 volume 465 local time 13.08.2012 20:19:54
Candle RIU2 time 13.08.2012 20:21:00 volume 663 local time 13.08.2012 20:20:51
Candle RIU2 time 13.08.2012 20:22:00 volume 386 local time 13.08.2012 20:21:51
Candle RIU2 time 13.08.2012 20:23:00 volume 222 local time 13.08.2012 20:22:51
Candle RIU2 time 13.08.2012 20:24:00 volume 389 local time 13.08.2012 20:23:52
Candle RIU2 time 13.08.2012 20:25:00 volume 525 local time 13.08.2012 20:24:51
Candle RIZ2 time 13.08.2012 20:18:00 volume 3 local time 13.08.2012 20:25:07и вот так
Код
_CandleManager.Sources.OfType<TimeFrameCandleBuilder>().Single().Timeout.Value=1;
Candle RIU2 time 13.08.2012 20:44:00 volume 484 local time 13.08.2012 20:43:55
Candle RIU2 time 13.08.2012 20:45:00 volume 147 local time 13.08.2012 20:44:51
Candle RIU2 time 13.08.2012 20:46:00 volume 264 local time 13.08.2012 20:45:52
Candle RIU2 time 13.08.2012 20:47:00 volume 242 local time 13.08.2012 20:46:55
Candle RIZ2 time 13.08.2012 20:44:00 volume 1 local time 13.08.2012 20:47:04Candle RIU2 time 13.08.2012 20:48:00 volume 150 local time 13.08.2012 20:47:58
Candle RIZ2 time 13.08.2012 20:48:00 volume 1 local time 13.08.2012 20:48:09
Candle RIU2 time 13.08.2012 20:49:00 volume 1057 local time 13.08.2012 20:48:51
Candle RIU2 time 13.08.2012 20:50:00 volume 503 local time 13.08.2012 20:49:53
Candle RIZ2 time 13.08.2012 20:49:00 volume 3 local time 13.08.2012 20:50:17Candle RIU2 time 13.08.2012 20:51:00 volume 2188 local time 13.08.2012 20:50:51
Candle RIZ2 time 13.08.2012 20:51:00 volume 3 local time 13.08.2012 20:51:32
Candle RIU2 time 13.08.2012 20:52:00 volume 1402 local time 13.08.2012 20:51:51
Candle RIU2 time 13.08.2012 20:53:00 volume 1342 local time 13.08.2012 20:52:51
Candle RIU2 time 13.08.2012 20:54:00 volume 1222 local time 13.08.2012 20:53:52
Candle RIU2 time 13.08.2012 20:55:00 volume 460 local time 13.08.2012 20:54:51
Candle RIZ2 time 13.08.2012 20:52:00 volume 2 local time 13.08.2012 20:55:09Candle RIU2 time 13.08.2012 20:56:00 volume 1886 local time 13.08.2012 20:55:52
Candle RIU2 time 13.08.2012 20:57:00 volume 621 local time 13.08.2012 20:56:52
Пытался сделать вот так:
Код
_CandleManager.Sources.OfType<TimeFrameCandleBuilder>().Single().Timeout = new Unit(1,UnitTypes.Percent);
словил исключение -
Проценты нельзя сравнивать с не процентами 1% и 0.
StackTrace at StockSharp.BusinessEntities.Unit.op_GreaterThan(Unit u1, Unit u2)
at StockSharp.BusinessEntities.Unit.op_LessThan(Unit u1, Unit u2)
at StockSharp.Algo.Candles.Compression.TimeFrameCandleBuilder.set_Timeout(Unit value)
at ArbirageStat.Form1.OnStartButton(Object sender, EventArgs e)