Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Bar Data Series

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

    Custom Bar Data Series

    I'm adding a data series with a custom bar type into a strategy. With the help of some other forum posts, I have the custom bar loaded into the strategy with the default instrument as the data source. However i would like to have this custom bar pull the data from a secondary source such as Ask or Bid instead of the default Last market data. How would i be able to add this? Currently, the code is as follows:

    else if (State == State.Configure)
    {
    AddDataSeries(new BarsPeriod(){BarsPeriodType = (BarsPeriodType) 2018, BaseBarsPeriodValue = 100, Value2 = 100, Value = 100});
    }

    #2
    Hey NinjaTrader Support!

    Could y'all help me out with this?

    Comment


      #3
      Hello IonRadio,

      Thank you for your post.

      To have the added series use the Ask/Bid market data instead of Last market data, you could use the following which uses MarketDataType.Ask.

      AddDataSeries(new BarsPeriod(){BarsPeriodType = (BarsPeriodType) 2018, BaseBarsPeriodValue = 100, Value2 = 100, Value = 100, MarketDataType = MarketDataType.Ask});

      Please see the following Help Guide link about available BarsPeriod properties for more information - https://ninjatrader.com/support/help...barsperiod.htm

      Let us know if we may further assist.
      <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      70 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      152 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      100 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      288 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X