Topics of aerv. Search. StockSharp
Sign in
|
Register
Products
Pricing
Blog
Development
Chat
Как подхватить в стратегии текущий размер позиции
Jan 7, 2011 - После успешного старта стратегии обнаруживаю разницу var pos = _trader.Positions.First(p => p.Security == _security); int tp = pos != null ? pos.CurrentValue : 0; // = 1 int sp = _strategy.PositionMan...