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 GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,221 views
        0 likes
        Last Post xiinteractive  
        Started by andrewtrades, Today, 04:57 PM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        6 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        436 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        9 views
        0 likes
        Last Post FAQtrader  
        Working...
        X