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

Calling BidSize function in NT8

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

    Calling BidSize function in NT8

    Hello, does NT8 still plug into the Continuum CCQ API? Also, does NT8 have a BidSize() function when using the DLL method? I want to be able to call the number of contracts on the Bid (i.e. BidSize) for a given futures market using NT8, is this possible? Regards, Rocket.

    #2
    Hello Rocket130713,

    Yes, NinjaTrader still has a connection adapter to connect CQG/Continuum connections. The NinjaTrader Brokerage uses the NinjaTrader Continuum connection type.


    Below is a link to a forum post with details about using the API through the dll interface.


    The MarketData call would use 1 as the 'type' parameter to specify bid. (2 is ask, 0 is last)
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chelsea for your reply. Does using the 1 in MarketData call give me the Bid price or Bid size? The Bid size comes from the market depth data and is the total number of contracts on the inside Bid.

      Comment


        #4
        Hello Rocket130713,

        May I confirm you are reviewing the help guide API functions linked in that post?

        From the help guide:
        "double MarketData(string instrument, int type)
        Gets the most recent price for the specified instrument and data type. 0 = last, 1 = bid, 2 = ask. You must first call the SubscribeMarketData() function prior to calling this function."

        Unfortunately, the volume is not provided.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Gerik, Today, 09:40 AM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by RookieTrader, Today, 09:37 AM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by alifarahani, Today, 09:40 AM
        0 responses
        5 views
        0 likes
        Last Post alifarahani  
        Started by KennyK, 05-29-2017, 02:02 AM
        3 responses
        1,284 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by AttiM, 02-14-2024, 05:20 PM
        11 responses
        186 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X