Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Data

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

    Data

    How do I retrieve the data for each individual buy and sell order that has been filled? Looking to build an indicator similar to trade detector, and so I need each individual order that has gone through.

    #2
    Hello wavestrader,

    Thank you for your note.

    Each trade of a instrument is going to be contained in the tick data, so adding a secondary tick series to an indicator or strategy and referencing the close, volume and time of that tick wouold reveal the trade price, size, and time.

    I've attached a sample indicator which when you apply to a chart will print to the output window the price, size, and time.

    Please let us know if you need further assistance.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Thanks. How do I separate bid/ask volume to know which is which?

      Comment


        #4
        Hello wavestrader,

        You could pull in a bid and a ask series, and compare the tick to the bid and ask to identify which price the tick/trade took place at.

        Below would be a link to the helpguide covering adding a bid/ask series.


        Another and maybe a better approach you could go with would be to see the BuySellVolume indicator preloaded on NinjaTrader, which uses OnMarketData to check at which price a trade occurred.


        Please let us know if you need further assistance.
        Alan P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by trilliantrader, Today, 03:01 PM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by geddyisodin, Today, 05:20 AM
        6 responses
        34 views
        0 likes
        Last Post geddyisodin  
        Started by pechtri, 06-22-2023, 02:31 AM
        9 responses
        122 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by frankthearm, 04-18-2024, 09:08 AM
        16 responses
        67 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by habeebft, Today, 01:18 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X