Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now, It is Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Hi guys! I'm planning to make a Web application so I can check my positions, or even close some of them. I found 2 possibilities:
- Using Zen-Fire API directly
- Using Ninja Trader API
The former is possible, since Zen-Fire released their API to the public for free. But the problem is that you are tied to Zen-Fire, and cannot use TT. Zen-Fire API is also more powerfull than Ninja Trader API.
The Ninja Trader API is a little bit modest comparing to Zen-Fire API, but for just reading my account positions and close some of them eventually, this is enough.
The questions are:
- Has anybody done a Web application like this?
- If I deploy this application in a web hosting, would it block my app connections to Zen-Fire?
- Is it possible to use just the Ninja Trader DLL in my Web application, without having the Ninja Trader software installed in the machine?
[]s
Guilherme Ceschiatti (6qat)
Ps. Sorry my English as it's not my native language.
Can you help answer these questions from other members on NexusFi?
Site Administrator Swing Trader Data Scientist & DevOps
Experience: Advanced
Platform: Custom solution
Broker: Collect them all
Trading: Equities, Futures & Crypto
Posts: 49,972 since Jun 2009
Thanks Given: 32,946
Thanks Received: 100,923
Hi Guilherme,
Quite an ambitious project, I like it.
I have no experience in what you're trying to accomplish, except for some experience with web hosting. Your host should not block the traffic, even on non-standard ports there should be no reason it would be blocked. If they do, you need to find a better host.
Sorry, it's maybe a bit off-topic, but I've something like this with the IB API, in Java.
And with this API, it's very very easy...
I didn't find the a Zen-Fire API link, can you give us a link 6qat ?
Thanx for sharing the example. Is there no java api ...
i think java is easier to use ... you need only a servlet container, the api and some own created servlets ... put togehter with a database and apache and ssl and you can use on any plattform