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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      28 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      284 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      281 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      132 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      90 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X