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

Ask Volume Backtesting

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

    Ask Volume Backtesting

    Hi !!! i wonder if possible to backtest strategy base on Ask/Bid Volume
    i override it but backtesting wont work
    protected override void OnMarketDepth(MarketDepthEventArgs e)

    #2
    Hello GainForex,

    Thank you for your post.

    In backtesting on the Strategy Analyzer the BID is used. If you wish to add the Ask series to submit orders to and calculate values you will need to use Add(): http://ninjatrader.com/support/helpGuides/nt7/add3.htm

    This would require using logic for multiple series, you can find information on this at the following link: http://ninjatrader.com/support/helpG...nstruments.htm

    Please let me know if I may be of further assistance.

    Comment


      #3
      Hi !!! i add line
      Add("$GBPUSD",PeriodType.Tick, 1, MarketDataType.Ask);
      but i try to access GetCurrentAskVolume

      Comment


        #4
        Hello GainForex,

        Thanks for your post.

        To obtain ask volume, instead of a 1 tick series, simple add the same period bars as the chart bars for the Ask data. Then use Volume[1][0] for the ask volume and Volume[0][0] for the bid/last volume.
        Paul H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Stanfillirenfro, Today, 07:23 AM
        1 response
        2 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by cmtjoancolmenero, Yesterday, 03:58 PM
        2 responses
        20 views
        0 likes
        Last Post cmtjoancolmenero  
        Started by olisav57, Yesterday, 07:39 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by cocoescala, 10-12-2018, 11:02 PM
        7 responses
        943 views
        0 likes
        Last Post Jquiroz1975  
        Started by oviejo, Today, 12:28 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X