NexusFi: Find Your Edge


Home Menu

 





Port 36973 ?


Discussion in NinjaTrader

Updated
    1. trending_up 1,241 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
 

Port 36973 ?

 
 
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

Does anybody know what is the format of the dialog on port 36073 of NinjaTrader ?

Seemed there was a kind of remote client in development but the site is offline..

https://www.openhub.net/p/ninjatrader-remote

Couldn't find any doc on the port.

I know there is a DLL for ATI.
It probably generates a dialog over this port that can be sniffed and documented.

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
NexusFi Journal Challenge - May 2024
Feedback and Announcements
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
34 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
 
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629


Here is a piece of Python code for this, without socket init/connect/blahblah:
 
Code
                            
socket.socket(socket.AF_INETsocket.SOCK_STREAM)

         ...
        
# 1 2 : last
        # 1 1 : bid
        # 1 0 : ask
        
s.send('1\x00')
        
s.send('2\x00')
        
s.send('SPY\x00')
        
s.send(last+'\x00')
        
s.send(volume+'\x00')
        
s.send(dateTime+'\x00')
        
#s.send('\x00')

        
s.send('1\x00')
        
s.send('1\x00')
        
s.send('SPY\x00')
        
s.send(bid+'\x00')
        
s.send('100\x00')
        
s.send(dateTime+'\x00')
        
#s.send('\x00')

        
s.send('1\x00')
        
s.send('0\x00')
        
s.send('SPY\x00')
        
s.send(ask+'\x00')
        
s.send('100\x00')
        
s.send(dateTime+'\x00'

rleplae View Post
Does anybody know what is the format of the dialog on port 36073 of NinjaTrader ?

Seemed there was a kind of remote client in development but the site is offline..

https://www.openhub.net/p/ninjatrader-remote

Couldn't find any doc on the port.

I know there is a DLL for ATI.
It probably generates a dialog over this port that can be sniffed and documented.


Success requires no deodorant! (Sun Tzu)
Follow me on Twitter
Thanked by:

 



Last Updated on October 25, 2015


© 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