Topics of Johan Kirsten. Search. StockSharp
Sign in
|
Register
Products
Pricing
Blog
Development
Chat
Storing positions
Nov 7, 2017 - Hi I need to store my positions so that when my application starts up it can load the existing positions. The code I use is: var dataPath = @"Data\" + _connectorAccount.AccountName; _entityRegistry = ...