NexusFi: Find Your Edge


Home Menu

 





Creating a data feed connection provider for NT


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one rleplae with 23 posts (7 thanks)
    2. looks_two 33rdvirus with 7 posts (0 thanks)
    3. looks_3 KillerJukeBox with 6 posts (0 thanks)
    4. looks_4 sam028 with 5 posts (4 thanks)
      Best Posters
    1. looks_one NinjaTrader with 1 thanks per post
    2. looks_two Koepisch with 1 thanks per post
    3. looks_3 sam028 with 0.8 thanks per post
    4. looks_4 rleplae with 0.3 thanks per post
    1. trending_up 29,334 views
    2. thumb_up 14 thanks given
    3. group 19 followers
    1. forum 55 posts
    2. attach_file 2 attachments




 
Search this Thread

Creating a data feed connection provider for NT

  #31 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


33rdvirus View Post
And sir where can I find rithmics spec's or IB spec's? and by specs do you mean the protocol?

1. Rithmic you will need a supporting broker
2. IB it is on their website, follow this link : https://www.interactivebrokers.com/en/index.php?f=1325

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
22 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #32 (permalink)
33rdvirus
navi mumbai
 
Posts: 7 since Nov 2016
Thanks Given: 0
Thanks Received: 0


rleplae View Post
1. Rithmic you will need a supporting broker
2. IB it is on their website, follow this link :

thank you for all that.

Reply With Quote
  #33 (permalink)
33rdvirus
navi mumbai
 
Posts: 7 since Nov 2016
Thanks Given: 0
Thanks Received: 0



rleplae View Post
1. Rithmic you will need a supporting broker
2. IB it is on their website, follow this link : https://www.interactivebrokers.com/en/index.php?f=1325

https://github.com/ValYouW/pxNetAdapter/tree/master/pxNetAdapter

Sir, is this something I can use?? I mean edit and rebuild?

Reply With Quote
  #34 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


33rdvirus View Post
https://github.com/ValYouW/pxNetAdapter/tree/master/pxNetAdapter

Sir, is this something I can use?? I mean edit and rebuild?

Yes,

this is a connector skeleton to extend ninjatrader
it's a bit poor on the documentation side, but if your skills are advanced,
you can edit/modify and go with this.

this is not supported by NT, it's also not clear what version this is using
as the code is 3 years old, you may need to update it a bit

good luck !

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #35 (permalink)
33rdvirus
navi mumbai
 
Posts: 7 since Nov 2016
Thanks Given: 0
Thanks Received: 0


rleplae View Post
OK

Then you don't only need a datafeed, but also a broker (order) connection.

You could take the rithmic spec's or the IB spec's and make a bridge.

This would look like this :

NT -> {rithmic or IB} <-- you bridge app --> {your broker rest APIs}

you bridge app would then be responsible for parsing and mapping back and forward.
that belongs to the kind of 'heavy' lifting category, not easy but not impossible.


If I use that, would I still need to use the same method [ NT-> rithmic or IB <-- bridge app --> (broker rest APIs)]

My question might sound a bit silly, my apologies. I am going to take help of a coder after I get some clear understanding of this.

Reply With Quote
  #36 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


33rdvirus View Post
If I use that, would I still need to use the same method [ NT-> rithmic or IB <-- bridge app --> (broker rest APIs)]

My question might sound a bit silly, my apologies. I am going to take help of a coder after I get some clear understanding of this.

NO,

this is the structure to 'extend' Ninjatrader with a new type of connector.
you then no longer need a proxy, it would be 'built-in' as the other connectors.

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #37 (permalink)
blueboxster
Toronto/Canada
 
Posts: 3 since Oct 2017
Thanks Given: 0
Thanks Received: 0

Dear sir,


Thanks rleplae for sharing these information.

I am on the same boat as 33rdvirus.

May I ask what language (C++ etc.) did you use for writing your "IQfeed bridge" ?


And question for 33rdvirus,

Any success on developing this "bridge" program ?

If yes, may I ask which data feed are you emulated ? IQfeed, IB or FIX etc ? What programming language did you use ?


Thanks in advance.

Blueboxster

Reply With Quote
  #38 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863

c#

but could have c++ or java or python
does not matter, tcp/ip connection is independent from
programming language


blueboxster View Post
Dear sir,


Thanks rleplae for sharing these information.

I am on the same boat as 33rdvirus.

May I ask what language (C++ etc.) did you use for writing your "IQfeed bridge" ?


And question for 33rdvirus,

Any success on developing this "bridge" program ?

If yes, may I ask which data feed are you emulated ? IQfeed, IB or FIX etc ? What programming language did you use ?


Thanks in advance.

Blueboxster


Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #39 (permalink)
blueboxster
Toronto/Canada
 
Posts: 3 since Oct 2017
Thanks Given: 0
Thanks Received: 0

Hi rleplae,

Thanks for the prompt reply.

I am not a programmer myself and trying to gather as much info as I can before meeting the coder.

Just wondering if the IQfeed to Ninjatrader connection protocol is available to public ?

The exchange which I want to connect is using REST API, if IQfeed is perfect for this type of connection?






Best regards


Blueboxster

Reply With Quote
  #40 (permalink)
blueboxster
Toronto/Canada
 
Posts: 3 since Oct 2017
Thanks Given: 0
Thanks Received: 0


Hi rleplae,

I was trying to pm you but system refused cos I am new

will try again after 5 posts


Blueboxster

Reply With Quote




Last Updated on March 7, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts