storageadapter. Forum. StockSharp


Atom



2
Votes
3
Answers
118
Views
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:

[code]
var dataPath = @"Data\" + _connectorAccount.AccountName;
_en...
Avatar
11/9/2017
To last

0
Votes
0
Answers
79
Views
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:

[code]
var dataPath = @"Data\" + _connectorAccount.AccountName;
_en...
Avatar
11/6/2017
To last