Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ask/bid volume difference bars

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

    ask/bid volume difference bars

    Good Afternoon to All,

    I need to know how to include this indicator in NT8, or how to custom build it myself for this platform. Thks

    Ask/Bid Volume Difference Bars

    This study displays candlestick bars which represent the difference between Ask Volume and Bid Volume for each of the main price bars in the chart. The High of a candlestick bar indicates the maximum difference between Ask Volume and Bid Volume that occurred during the formation of the main price graph bar. The Low of a candlestick bar indicates the minimum difference between the Ask Volume and Bid Volume during the formation of the main price graph bar.
    Last edited by Amedhs; 07-25-2018, 12:43 PM.

    #2
    Hello Amedhs,

    Thank you for your note.

    How do you define ask volume and bid volume?

    I look forward to your reply.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Hello Amedhs,

      I received your PM. Going forward we typically prefer to handle communication via the forum or email.

      To do this you would need to pull into the indicator/strategy a tick series and a bid and ask series.

      The following would be an example of the syntax for the tick series,
      Code:
      AddDataSeries(BarsPeriodType.Tick, 1);
      The following would be the syntax you would need to use to pull in the Bid and Ask Series,
      Code:
      AddDataSeries(string instrumentName, BarsPeriodType periodType, int period, MarketDataType marketDataType)
      I suggest reading about both at the following section of our helpguide,


      You should see the following link on using historical bid/ask series,


      Then you would need to write the logic to compare whether the tick occurred at the bid/ask series. I would suggest looking at the VolumeProfile indicator preloaded with Ninjatrader for an example of how you might set this up.

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

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X