Couple things why I personally stay away and coded up my own platform years ago:
1) Binary format they store ticks in is not very efficient, reading quotes back from file is very slow, nowhere close to the 5million ticks I process per second on historical data (and that includes the binary random access reads (can specify any start/end dates in between), deserialization, merging of several symbols to create a true market simulated feet (the stream is truly time sorted not first symbol then time when loading multi symbols). I have not seen even the capability in Tradelink to merge multi symbol data into one stream.
2) The profiling and backtest platform is different from the live trading one, which I personally really dislike. I can turn a switch to change from my historical data feed to real-time data and the quote streams flow through the architecture in the exactly same way (I use TPL Dataflow to link different dataflow blocks in a purely concurrent framework).
3) They over advertise, they say they have a lot of adapters and interfaces to brokers but when really looking into those they severely lack. Its easy to say "hey we offer some sort of fix connectivity to IB" but when you look closely its nowhere close to even be usable for testing purpose let alone for trading purposes.
4) Gui? No gui, no charts, no data grids, at least not what I would call it as such. So, if you get to run a backtest after all the hard work to get it up and running how do you profile the results? You still end up writing pretty much everything on your own.
For me the the time it would take to understand all the coding nuances and profitably peruse does not justify to mix and match it with the necessary extensions and code I would need to come up with to even get it up and running.
Its only my 2cents, but to be honest I do not see the product taking off (have been following it for more than 1.5 years now) for the precise reasons above. I got the impression its used by those who actually developed it and maybe by some who paid to get all the wheels fixed to the car because they do not have in-house coders. The biggest problem I see with Tradelink is that the documentation and code is too opaque, it would take even experienced coders a life time to really easily integrate and continue where Tradelink hits the limits.
My suggestion would be to look for a product (or submit the suggestion to Tradelink) to provide a ROCK SOLID basic platform (a way to stream historical and real time ticks at high throughputs into a strategy development container/framework) with some basic but solid way to output results to some sort of dashboard.) That is something that attracts people to continue adding their own bells and whistles (and would ultimately make people pay for it as well).
Quote from bluelou:
Is anyone here using Tradelink in live trading or has at least tried it out? I'd like to know what traders DON'T LIKE about the product.
I have yet to demo the product but I've spoken to them and watched some videos. There's a lot to like, especially coming from NinjaTrader. I'd like to know what there is not to like about Tradelink.
One area of concern for me is that there doesn't seem to be much, if any, documentation. I'm talking about pdfs or searchable guides, not Intellisense. I'm guessing that the no-doc/doc-light approach is to push people to the paid product, Glean. I'm not saying that's a bad thing - they have to make money somehow. But, if that's the case, are users satisfied w/Glean support in lieu of documentation?