Just wondering if anyone else has tried something like this before - I need to connect to external sources from NT/C# through APIs and create some unsupported functionality that NT does not have. Anyone tried something like this before?
Quote from EliteTraderNYC:
This is what I had in mind: Have Ninja write some values to a text flat file, then have another C# program running in VS 2010 pick up those values and sign onto another site and do something else. Thats it. Should be accomplishable.

Quote from NetTecture:
Trivial to do as long as those sources are pull not push, otherwise the threading nature from Ninja comes back to haunt you, mostly as Ninja is written by people without in depth programming knowledge and has no invoke mechanism to move from an external thread back to the main thread. CAN be handled, though, but it is a little tricky (that is little - if you know the .NET injards it is trivial).
THAT SAID - Ninja is a program defined by problems, so a lot depends on what you plan to do.
Quote from NetTecture:
No, using our own inhouse / Partner codevelopped application for trading.
There are examples of the "writing-a-text-file-from-NT" part on the NT support forum ...Quote from EliteTraderNYC:
Just wondering if anyone else has tried something like this before - I need to connect to external sources from NT/C# through APIs and create some unsupported functionality that NT does not have. Anyone tried something like this before?