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 fx.practic, 10-15-2013, 12:53 AM
                5 responses
                5,406 views
                0 likes
                Last Post Bidder
                by Bidder
                 
                Started by Shai Samuel, 07-02-2022, 02:46 PM
                4 responses
                98 views
                0 likes
                Last Post Bidder
                by Bidder
                 
                Started by DJ888, Yesterday, 10:57 PM
                0 responses
                8 views
                0 likes
                Last Post DJ888
                by DJ888
                 
                Started by MacDad, 02-25-2024, 11:48 PM
                7 responses
                160 views
                0 likes
                Last Post loganjarosz123  
                Started by Belfortbucks, Yesterday, 09:29 PM
                0 responses
                9 views
                0 likes
                Last Post Belfortbucks  
                Working...
                X