NexusFi: Find Your Edge


Home Menu

 





Port 36973 ?


Discussion in NinjaTrader

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




 
Search this Thread
  #1 (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: 2,947 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,855

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 X Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Memorandum Watch: How the 60-Day MOU Framework Makes May …
Prediction Markets & Event Contracts
Strike Pause Holds, Oil Erases Monday Spike -- May CPI W …
Traders Hideout
CME Group CEO Calls CFTC-Approved Crypto Perps Dangerous …
Traders Hideout
Ninjatrader users - good CONNECTIONs post and article fr …
NinjaTrader
Warsh Opens Today, Hormuz June 19 -- WTI Below $80, Fran …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
10 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #3 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,759 since Jun 2009
Thanks Given: 3,828
Thanks Received: 4,645


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)
Reply With Quote
Thanked by:




Last Updated on October 25, 2015


© 2026 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 - Downloads - Top
no new posts