Сообщения пользователя Pandotex. Поиск. StockSharp


июн 19, 2019 - Following up previous question, if "Position=-5" here, then what does it mean? Does it mean that I have 5 USDT in my account of exchange website?


июн 19, 2019 - Thanks for your explanation. But I still don't understand "Position" here. Lets say `Position=5` in here. Then what does it mean for? (selected security is BTC/USDT) Then it means that I own 5 BTC?


июн 17, 2019 - I assume that that "SmaStrategy.cs" only works with spot trading (no margin or leverage trading). Given that it is true, I don't understand why we use "position" term here. Because as long as I unders...


июн 17, 2019 - I can understand "Volume is parameterizable option". but I still don't understand that line. Would you please elaborate more? `var volume = Position == 0 ? Volume : Position.Abs().Min(Volume) * 2;` "P...


июн 17, 2019 - Hello Stocksharp team. Can you please explain in detail what's the meaning of this line? https://github.com/StockSharp/StockSharp/blob/master/Samples/Testing/SampleHistoryTesting/SmaStrategy.cs#L109 H...


май 20, 2019 - 1. When exchange rejects the order, what event we'll get? 2. How to get the latency of new order registration or cancel a placed order? 3. Is it possible to place a single order that contains multiple...