NexusFi: Find Your Edge


Home Menu

 





Port 36973 ?


Discussion in NinjaTrader

Updated
    1. trending_up 1,866 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,860

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?
Synapse Pro - Trade Copier with topstep and MT5 integrat …
NinjaTrader
SEC and CFTC Unlock Customer Cross-Margining for Treasur …
Treasury Notes and Bonds
Irans Answer Due Today: Peace Surges to 33.5%, Invasion …
Prediction Markets & Event Contracts
Prop Firms Are Banning Gold Trading as Record Prices Mak …
Funded Trading Evaluation Firms
April FOMC Minutes: Most Divided Fed Since 1992 -- Many …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
24 thanks
2026 Jlab journal
10 thanks
Lady Vols Primer: Trading Volatility Journal
7 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Trying to learn Volume and price action correlation
5 thanks
  #3 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,756 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,632


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 X 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