Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ploting values and signals on candlestick chart from volumetric bars data .

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

    ploting values and signals on candlestick chart from volumetric bars data .

    Is it possible to plot values and signals on candlestick chart from volumetric bars data series indicator.

    #2
    I case you mean by candlestick chart a chart that is based on time, you can add a second data series the chart and use it as the input series to indicators on your primary chart. However I don't know if the visualization of the second data series can be suppressed.

    A second option is to rewrite the indicators that require a custom input to add the data series you desire.

    Code:
                else if (State == State.Configure)
                {
                    AddDataSeries(Data.BarsPeriodType.Volume, 2000);
                }
    
                ....
    
            protected override void OnBarUpdate()
            {
                if(BarsInProgress != 1) {
                    return;
                }
    Last edited by MojoJojo; 02-23-2020, 08:56 AM.

    Comment


      #3
      Originally posted by MojoJojo View Post
      I case you mean by candlestick chart a chart that is based on time, you can add a second data series the chart and use it as the input series to indicators on your primary chart. However I don't know if the visualization of the second data series can be suppressed.

      A second option is to rewrite the indicators that require a custom input to add the data series you desire.

      Code:
      else if (State == State.Configure)
      {
      AddDataSeries(Data.BarsPeriodType.Volume, 2000);
      }
      
      ....
      
      protected override void OnBarUpdate()
      {
      if(BarsInProgress != 1) {
      return;
      }
      Thank you so much i will try the same

      Comment


        #4
        Hello avrege,

        Are you wanting to call Order Flow Volumetric bars information in an indicator?

        Below is a link to the help guide on calling Volumetric bars.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_ChelseaB View Post
          Hello avrege,

          Are you wanting to call Order Flow Volumetric bars information in an indicator?

          Below is a link to the help guide on calling Volumetric bars.
          https://ninjatrader.com/support/help...tric_bars2.htm
          Thank you , actually i want to make an indicator based on Volumetric data and use the signals and values on normal candlestick chart.

          Comment


            #6
            How to get Interactive Brokers continuous Futures contract on Ninjatrader 8 platform.

            Comment


              #7
              Hello avrege,

              Unfortunately, using continuous contracts (##-##) is not supported by NinjaTrader with Interactive Brokers.

              NinjaTrader will automatically merge historical data with the MergeBackAdjusted merge policy.

              Chelsea B.NinjaTrader Customer Service

              Comment


                #8
                Originally posted by NinjaTrader_ChelseaB View Post
                Hello avrege,

                Unfortunately, using continuous contracts (##-##) is not supported by NinjaTrader with Interactive Brokers.

                NinjaTrader will automatically merge historical data with the MergeBackAdjusted merge policy.
                ok if made possible in near future it will be great for many traders using IB data.Thank you.

                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