QuantDeveloper/ TT connectivity and other issues

Agree.
Something awkward just to set up the password on property and others on files.

By the way, do you have any schedulein your mind for update of TT account/position/order request/download feature ?(that you mention high prioirty in to-do-list)

Thanks.

Regards,
Smooth
 
We are currently working on specifications for QD 2.0 but I believe the features you've mentioned will be available in QD 1.1. , which will also feature new charting engine.

Regards,
Anton
 
Quote from QuantDeveloper:

Actually it's not that convinient to deal with QuickFIX config file. It would be much better to be able to set everything programmatically (or in QD properties window). Hopefully Oren Miller, QuickFIX author, is working on these issues :)

Regards,
Anton

http://www.ninjatrader-support.com/support_ConnectivityGuide_TradingTechnologies.htm

NinjaTrader 'absorbs' that TTFIX-cfg issue to configure programatically. Why don't you include this one in the specification2.0? Just a thought.

Regards.
 
Anton,

VF support gave me the infromation to connect to the demoserver as below.

Member ID TTORDXX
Group ID: A12
Trader ID: A12
Password: password
Account #: 50000A12
Gateway #: 12.34.56.789

*I changed it to XX or A or 1234.. from the original.

using the above infromation in the email from you, I overwrote
QuantDeveloper tt.cfg file as

#order session

[SESSION]
SenderCompID=TTORDXX
TargetCompID=TT_ORDER
SocketConnectHost=12.34.56.789
SocketConnectPort=10501
FileStorePath=logs/execution

#price session

[SESSION]
SenderCompID=TTORDXX
TargetCompID=TT_PRICE
SocketConnectHost=12.34.56.789
SocketConnectPort=10502
FileStorePath=logs/price


Then, QD TTFIX property as

Account: 50000A12
ClearingAccount: (<=BLANK)
Password: password


I didn't use
Group ID: A12
Trader ID: A12

Unfortunately, I cannot connect to the server.
Could you instruct me?

Thanks in advance.
Regards,

Ken
 
Anton,

Instruments request and real time quote works fine, and now Order stage.

Looks like TTAdapter doesn't feed back Fill information to QD, is this normal in this version?
I can send an order from QD to TTAPI, and it can be confirm the order filled at XTrader Window. However, the filled information is not reflected in QD.
All I can see is order-sent and rejected information. No Pending/Filled/Cancelled info.

Please advise.

regards.
 
Indeed QD should receive and process execution reports from TT FA (and consequantly provide you with variety of executionreport / orderstatus and portfolio / position events).

PS. You should set proper Account property in QD TT FIX properties to be able to send your orders to TT gateways (I am not sure about TTSIM but it's required for VF).

Regards,
Anton
 
Quote from QuantDeveloper:

Indeed QD should receive and process execution reports from TT FA (and consequantly provide you with variety of executionreport / orderstatus and portfolio / position events).

PS. You should set proper Account property in QD TT FIX properties to be able to send your orders to TT gateways (I am not sure about TTSIM but it's required for VF).

Regards,
Anton

Anton,

You mean, my situation that QD cannot receive filled info is not normal, right?

I am sure I sent orders properly to TT/VF gateway because I can confirm the filled info in Xtrader which is running at the same time. Just the filled status does not refrect to QD.

Regards.
 
Back
Top