Tagged Questions
0
votes
3answers
24 views
IB TWS & API, without IB account?
I'll be starting a MFE grad program in Fall, and some of the classes have a lab that use the IB TWS & API. I'd like to play around with it for fun this summer. Unfortunately, I don't have an IB ...
3
votes
1answer
266 views
Cross Bid and Ask prices for Forex trading
I am using ITCH protocol to get the Market Data information for Forex and trying to implement LOB on it and what i have noticed is that Bid and Ask prices are crossing very often.
Should that be ...
2
votes
2answers
458 views
Resequencing of MsgSeqNum in FIX 4.2
I am trying to achieve the following functionality using QuickFIX for FIX 4.2
Send a couple of orders and make sure they’re filled.
Then disconnect.
Change the incoming (from Broker) sequence number ...
8
votes
1answer
431 views
What tools and libraries may be used to model limit/stop systematic trading?
A lot of the tools/libraries out there seem to focus on close to close time series analysis. This is all fine but I typically do not trade close to close, I will use limit or stop orders that may or ...
6
votes
3answers
4k views
Trading C++ Libraries
Are there any free c++ libraries that would have some of the functions that would be used in developing a trading strategy. For instance, calculating drawdown, Volatility Forecasting, MAE, MFE....etc.
...