NexusFi: Find Your Edge


Home Menu

 





Port 36973 ?


Discussion in NinjaTrader

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




 
Search this Thread

Port 36973 ?

  #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: 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 Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
Are there any eval firms that allow you to sink to your …
Traders Hideout
Deepmoney LLM
Elite Quantitative GenAI/LLM
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Build trailing stop for micro index(s)
Psychology and Money Management
 
  #3 (permalink)
 
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 Reply With Quote
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