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

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 bortz, 11-06-2023, 08:04 AM
                47 responses
                1,607 views
                0 likes
                Last Post aligator  
                Started by jaybedreamin, Today, 05:56 PM
                0 responses
                9 views
                0 likes
                Last Post jaybedreamin  
                Started by DJ888, 04-16-2024, 06:09 PM
                6 responses
                19 views
                0 likes
                Last Post DJ888
                by DJ888
                 
                Started by Jon17, Today, 04:33 PM
                0 responses
                6 views
                0 likes
                Last Post Jon17
                by Jon17
                 
                Started by Javierw.ok, Today, 04:12 PM
                0 responses
                16 views
                0 likes
                Last Post Javierw.ok  
                Working...
                X