Community. StockSharp. Page 66

Atom

<< < 64 65 66 67 68  > >>

2
Votes
1
Answers
108
Views
Hi

When I register an new order it does not reflect in IB TWS. In the connector log I get the following error:

[code]
2017/11/10 15:07:32.572| |InteractiveBrokersTrader|RegisterOrder: 0/...
Tags:
Avatar
11/13/2017
To last

2
Votes
3
Answers
131
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
210
Views
Recently, interest in crypto currencies has grown in leaps and bounds. New exchanges have opened, hard forks, ICO, new crypto-currencies are being created and this whole movement generates a huge sea ...
Avatar
11/8/2017
To last

0
Votes
0
Answers
92
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

1
Votes
4
Answers
99
Views
I have been having problems with Saving and Loading candle data from local Binary storage. When I save a set of s# candles to local storage, then immediately reload that data into another list o...
Tags:
Avatar
11/5/2017
To last

1
Votes
5
Answers
114
Views
Hi

How do I get Orders collection on connector populated with my open orders after connecting the connector? (i.e. if I have open orders on application startup and want to access them through Order...
Tags:
Avatar
11/2/2017
To last

1
Votes
0
Answers
90
Views
Hi

How do I get S# to trigger NewMyTrade? And how do I get MyTrade collection populated after connecting? (If I already have open trades and then start my application)

Regards

Tags:
Avatar
11/1/2017
To last

1
Votes
1
Answers
98
Views
Hi

I tried to register for trade updates by calling RegisterTrades(security), but then I received the error message: No suitable adapter found for Trades S#:SPXW 171215C02580000@SMART, Native:,Typ...
Tags:
Avatar
11/1/2017
To last

3
Votes
4
Answers
132
Views
I have a windows service that hosts a web api interface. The service connects to an interactive broker TWS. A call to the web api must register the security to receive level 1 price updates. The code ...
Avatar
11/1/2017
To last

0
Votes
4
Answers
128
Views
I have a windows service that hosts a web api interface. The service connects to an interactive broker TWS. A call to the web api must lookup the security and return the Id. The code to do this is:
...
Avatar
10/31/2017
To last

<< < 64 65 66 67 68  > >>