NexusFi: Find Your Edge


Home Menu

 





Level II market data for NQ ?


Discussion in Emini and Emicro Index

Updated
      Top Posters
    1. looks_one DavidHP with 1 posts (1 thanks)
    2. looks_two artemiso with 1 posts (0 thanks)
    3. looks_3 yotinky with 1 posts (0 thanks)
    4. looks_4 Fu510n with 1 posts (0 thanks)
    1. trending_up 541 views
    2. thumb_up 1 thanks given
    3. group 5 followers
    1. forum 5 posts
    2. attach_file 1 attachments




 
Search this Thread

Level II market data for NQ ?

  #1 (permalink)
yotinky
Buenos Aires
 
Posts: 4 since May 2021
Thanks Given: 0
Thanks Received: 0

Hey guys I've been trading futures for 2 years now and I just subscribed to level 2 market data just to experiment. My question for those who trade NQ or MNQ is , how can u read all the orders so fast, is it useful? do u see just some orders? It is so fast that I cannot see clearly the functionality. But please tell me if you have experience with it .

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
About a successful futures trader who didnt know anythin …
Psychology and Money Management
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
 
  #2 (permalink)
 
Fu510n's Avatar
 Fu510n 
Suffield, CT
 
Experience: Advanced
Platform: MC, TS, Python, Rust
Broker: IB, IQFeed, TS, Kraken
Trading: ES, NQ, RTY, YM, CL, RB, 6E
Frequency: Several times daily
Duration: Seconds
Posts: 144 since Oct 2009
Thanks Given: 902
Thanks Received: 143


yotinky View Post
Hey guys I've been trading futures for 2 years now and I just subscribed to level 2 market data just to experiment. My question for those who trade NQ or MNQ is , how can u read all the orders so fast, is it useful? do u see just some orders? It is so fast that I cannot see clearly the functionality. But please tell me if you have experience with it .

Simple - "you" can't

I'm sure there are a few DOM traders out there that may say otherwise, but processing tick-level data at those rates presumes you've written code to process it all in real-time and make decisions based on pattern recognition (be it TA-based, order flow/book-based or a combination of both). Sprinkle some machine learning in there to help optimize and proper money management and you end up with a tradable system.

My .02

Follow me on Twitter Reply With Quote
  #3 (permalink)
drawdownaddict
Madrid Spain
 
Posts: 1 since Aug 2023
Thanks Given: 0
Thanks Received: 0


Reading orders from the order book is not that useful.
You can run a market footprint or a market profile indicator to show deltas between bids and asks, that will be a lot more readable.

Reply With Quote
  #4 (permalink)
 
StoxFox's Avatar
 StoxFox 
N. California
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES, NQ, CL
Posts: 36 since Oct 2019
Thanks Given: 8
Thanks Received: 36

Guys, check out Bookmap. It's essentially a visual DOM. Some refer to it as "Level 3" data.

Not affiliated with them. Software and data isn't free.

Reply With Quote
  #5 (permalink)
 artemiso 
New York, NY
 
Experience: Beginner
Platform: Vanguard 401k
Broker: Yahoo Finance
Trading: Mutual funds
Posts: 1,152 since Jul 2012
Thanks Given: 784
Thanks Received: 2,685

To be honest, you shouldn't be able to without building some derived signal over it.

Just picking a random minute (2023-07-31T13:00Z+00) for NQ lead month, there are nearly 10k book updates, or 166 updates per second. The refresh rate of a typical monitor is 60 Hz, so at times even your monitor can't refresh as fast as it's updating, much less your own human discretion. This is just the average rate—during important moments, the traffic spikes even more.


 
Code
                                                               ts_event  rtype  publisher_id  instrument_id action  ...       order_id  flags  ts_in_delta  sequence  symbol
ts_recv                                                                                                             ...
2023-07-31 13:00:00.000521418+00:00 2023-07-31 13:00:00.000024365+00:00    160             1           2130      C  ...  6845306502122    130        13940   7398365  NQ.n.0
2023-07-31 13:00:00.000827400+00:00 2023-07-31 13:00:00.000100267+00:00    160             1           2130      C  ...  6845306509537    130        14042   7398398  NQ.n.0
2023-07-31 13:00:00.000891234+00:00 2023-07-31 13:00:00.000121181+00:00    160             1           2130      C  ...  6845306501874    130        14719   7398404  NQ.n.0
2023-07-31 13:00:00.001205300+00:00 2023-07-31 13:00:00.000197271+00:00    160             1           2130      C  ...  6845306502431    130        14526   7398434  NQ.n.0
2023-07-31 13:00:00.001228104+00:00 2023-07-31 13:00:00.000203197+00:00    160             1           2130      C  ...  6845306508954    130        14152   7398435  NQ.n.0
...                                                                 ...    ...           ...            ...    ...  ...            ...    ...          ...       ...     ...
2023-07-31 13:01:59.944566006+00:00 2023-07-31 13:01:59.944468501+00:00    160             1           2130      C  ...  6845306517514    130        16305   7431597  NQ.n.0
2023-07-31 13:01:59.955101630+00:00 2023-07-31 13:01:59.955015643+00:00    160             1           2130      C  ...  6845306531705    130        14917   7431601  NQ.n.0
2023-07-31 13:01:59.955210304+00:00 2023-07-31 13:01:59.955112333+00:00    160             1           2130      C  ...  6845306531748    130        17529   7431603  NQ.n.0
2023-07-31 13:01:59.956776386+00:00 2023-07-31 13:01:59.956670919+00:00    160             1           2130      A  ...  6845306531800    130        17204   7431604  NQ.n.0
2023-07-31 13:01:59.969066201+00:00 2023-07-31 13:01:59.968958369+00:00    160             1           2130      C  ...  6845306531771    130        18394   7431607  NQ.n.0

[9481 rows x 14 columns]
Moreover a lot of feeds or UIs conflate the events, in a way that obscures important features like trade sign autocorrelation, uptick/downtick, etc.

Reply With Quote
  #6 (permalink)
 
DavidHP's Avatar
 DavidHP 
Isla Mujeres, MX
Legendary Market Wizard
 
Experience: Advanced
Platform: NinjaTrader
Broker: Ninjatrader / Optimus Futures / AmpFutures
Trading: ES / 6E / 6B / CL
Frequency: Every few days
Duration: Minutes
Posts: 1,612 since Aug 2009
Thanks Given: 11,342
Thanks Received: 2,747

NQ is a special avatar.
It reminds me of the wild days before 2000 on the ES.
It moves FAST to say the least.

I've attached a chart of today's ending on NQ.
Notice the BLUE bars at the bottom of the chart.
Some of them seem to be missing.
They are not missing, they are completed in the same time section so NT can't measure them.
On the Data Box the vertical line highlights one bar that had 48 volume but ZERO bar speed.
If you can stand the rhythm it is a nice ride.

This is typical of NQ.
It is as wild as my first girl friend and much hotter.



Rejoice in the Thunderstorms of Life . . .
Knowing it's not about Clouds or Wind. . .
But Learning to Dance in the Rain ! ! !
Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on August 4, 2023


© 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