Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Level 2 data stream

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Level 2 data stream

    Where can I find more detailed info on how the level 2 data stream works?

    I am studying the OnMarketDepth() and noticed a few behaviors I cannot explain nor find more info on. If there's a white paper or something more technical on the topic that might help answer the questions below, I would be grateful. First, I'm studying by writing an indicator. It is only reading the level 2 data stream, then stream writing to a file. I'm receiving no errors. Set to Calculate.OBC, 1-minute chart. Only a single Print() in the OBU().

    1) I have noticed at times order entries in the text file can be several seconds out of chronological order. What might cause this? How often is it expected? How accurate/reliable is the data?

    2) Are there sync issues? Specifically within the stream and also syncing with other streams like combining level 2 with T&S?

    3) Times have huge gaps between entries. Does the chart running the indicator need to have focus? Just be visible?

    #2
    Hi Chippy, thanks for posting.

    The best example to study the level 2 data and how to use it is the Level 2 book example we have made:


    1. The first question depends on how you have written your test script. If you study the above script it should resolve. Writing to a .txt file can be a slow and expensive procedure, so it should not be called very frequently.
    2. The T&S window is more of a representation of the OnMarketData method. A SuperDOM window would be a representation of OnMarketDepth.
    3. Indicators have a property IsSuspendedWhileInactive. Make sure this is set to false and it will run when minimized/non-active.

    Kind regards,
    -ChrisL

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    26 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    182 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    335 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    260 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X