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

Again POC OF BAR

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

    Again POC OF BAR

    Hello everyone,

    is there any way to get the POC of a bar from the OrderFlow + package ??

    that's what i need

    I use simple code

    Code:
    If (Volume[0] >100)
    {
      // Draw.Line.. (POC of this BAR)
    }

    #2
    Hello memonolog,

    Thank you for the post.

    The orderflow package currently has no way to access the POC it calculates. You could try calculating it yourself however I don't have any specific examples or insight on how you could do that.
    You may be able to use the GetMaximumVolume method from the volumetric series to find the maximum volume as the POC is the single largest data point in the profile.




    Please let me know if I may be of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Hey memonolog,

      If you import this and read and understand the code you'll find its actually pretty easy to establish the POC of whatever you want.

      Comment


        #4
        I have converted that code to use a tick data series, saves on enabling tickreplay if you don't want it/need it.
        Attached Files

        Comment


          #5
          Hello All,

          Is there any way to modify the above _dPOC2.cs indicator for different time frame use? To be specific, "Current" timeframe or in addition, hourly.

          I am new to coding... appreciate your inputs and thoughts.

          Marble

          Comment


            #6
            Originally posted by Marble View Post
            Hello All,

            Is there any way to modify the above _dPOC2.cs indicator for different time frame use? To be specific, "Current" timeframe or in addition, hourly.

            I am new to coding... appreciate your inputs and thoughts.

            Marble
            The enclosed file gives you tick resolution but can be used for any display timeframe. Are you saying you want to be able to use different resolutions/timeframes to build the volume data??
            Last edited by iq200; 04-26-2022, 10:06 AM.

            Comment


              #7
              iq200,

              Yes. for example I want to see 5min POC while using 1min.

              Best regards,
              Marble

              Comment


                #8
                Originally posted by 12tkram View Post
                I have converted that code to use a tick data series, saves on enabling tickreplay if you don't want it/need it.
                Hi 12tkram could you perhaps write and share here a similar indicator to this _dPoc2, but which instead will plot bar by bar the extreme values of the developing Value Area, i.e. the “Value Area High” and the “Value Area Low”, so that one can use them on the strategy builder? Thanks.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by arvidvanstaey, Today, 02:19 PM
                2 responses
                7 views
                0 likes
                Last Post arvidvanstaey  
                Started by jordanq2, Today, 03:10 PM
                0 responses
                5 views
                0 likes
                Last Post jordanq2  
                Started by traderqz, Today, 12:06 AM
                10 responses
                18 views
                0 likes
                Last Post traderqz  
                Started by algospoke, 04-17-2024, 06:40 PM
                5 responses
                46 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Started by mmckinnm, Today, 01:34 PM
                3 responses
                6 views
                0 likes
                Last Post NinjaTrader_ChelseaB  
                Working...
                X