Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

VPCI indicator

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

    VPCI indicator

    Im looking for a VPCI indicator...you know, "volume Price Confirmation Indicator".

    I've read an article on the internet about it and cant seem to find a completed indicator the way it is described in this document.

    Here's the article in a pdf file...

    Im sure someone on this forum already has this indicator.

    Some feedback would be much appreciated....

    thanks.
    .
    RMT
    Last edited by Rocky Mtn Trader; 07-25-2008, 09:26 PM.

    #2
    cant seem to download the pdf file describing the indicator....if you dont know about this indicator and want to see the article explaining it...then i can email it too you....Thanks
    .
    RMT
    .
    .

    Comment


      #3
      As a last resort you can also try contacting one of the NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
      Josh P.NinjaTrader Customer Service

      Comment


        #4
        Originally posted by Rocky Mtn Trader View Post
        cant seem to download the pdf file describing the indicator....if you dont know about this indicator and want to see the article explaining it...then i can email it too you....

        NTRay has done this a while back but never posted it in the indicator section.


        From within the NinjaTrader Control Center window, select the menu Tools > New > NinjaScript.

        1. Within the wizard, press the "Next" button.
        2. Add "VolumePriceConfirmation" for the name field and any additional descriptive information, then press the "Next" button.
        3. Add an input parameter "LongTerm," and set the default value to 50. Add a second input parameter, "ShortTerm," set the default value to 20, and press "Next."
        4. Add the plot name, "Vpci," set the color of the plot, and press "Next."
        5. Add a line "ZeroLine," set the color of the line, and press the "Generate" button.


        By pressing "Generate," the wizard will launch the NinjaScript Editor and automatically create the indicator code for you. Within the editor, replace the code contained within the OnBarUpdate() method with the following code:

        double vpc = VWMA(LongTerm)[0] - SMA(LongTerm)[0];
        double vpr = (VWMA(ShortTerm)[0] / MA(ShortTerm)[0]);
        double vm = SMA(Volume, ShortTerm)[0] / SMA(Volume, LongTerm)[0];
        VPCI.Set(vpc * vpr * vm);


        6. Within the editor, press F5 to compile the indicator.
        7. You have now created your Vpci indicator.

        Comment


          #5
          thanks for the response for my indicator request. I did go to that website to create this indicator. However, I am the furthest thing from a programmer. I followed the instructions, but where "exactly" to put the added code is somewhat of a mystery...and the indicator didn't work.

          Would anyone be so kind and quickly create the indicator for me....or cut and paste the added code where it belongs and take a screen shot of where you put it...

          Not being a programmer...this stuff is like reading chinese.

          Any help would be much appreciated.

          RMT
          Last edited by Rocky Mtn Trader; 07-29-2008, 04:05 PM.

          Comment


            #6


            That is the link from the same page. It already has the indicator as mentioned. Just follow the install instruction in the download.

            Comment


              #7
              VPCI causing system to SLOW nearly FREEZE

              Hi all,

              Has anyone experienced trying to use the VPCI in a strategy and if you go out more than 2-3 days on a chart, it either takes nearly forever to load, or just freezes up NT?

              Is there anything in this indicator that could cause NT to behave this way? Is there something about the personality of this indicator that might do this?


              Thank you,

              Comment


                #8
                I just optimized a system including VPCI using five months of 1-minute bars with no apparent issue in doing so or displaying the chart. I can only offer this data point rather than input - sorry.
                Last edited by KrisS; 06-06-2009, 12:22 PM.

                Comment


                  #9
                  Originally posted by thrunner View Post
                  http://www.traders.com/Documentation...ips.html#ninja
                  NTRay has done this a while back but never posted it in the indicator section.

                  Error! The file you requested was not found.

                  Comment


                    #10
                    Originally posted by paulg View Post
                    Error! The file you requested was not found.

                    Try this link:

                    Traders' Tips, a collection of code provided by developers to help implement trading ideas and techniques presented in the pages of Technical Analysis of Stocks & Commodities Magazine.


                    astra
                    Last edited by astra; 06-19-2009, 05:02 AM.

                    Comment


                      #11
                      Originally posted by richa61416 View Post
                      http://www.ninjatrader.com/SC/Vpci.zip

                      That is the link from the same page. It already has the indicator as mentioned. Just follow the install instruction in the download.

                      the instructions at #1 quotes:

                      >>Save the file VolumePriceConfirmation.cs to the folder My
                      Documents\NinjaTrader 6\bin\Custom\Indicator
                      >>

                      Where is the .cs file?!
                      I can't find inside the VPCI.zip

                      Comment


                        #12
                        paulg, please try importing the attached file using the File > Utilities > Import NinjaScript command. Thanks.
                        Attached Files
                        BertrandNinjaTrader Customer Service

                        Comment


                          #13
                          Hi. I've downloaded the VPCI. Would someone be so kind to add a smoothing period into the indicator? Essentially, it is a moving average of the VPCI. Preferably as a variable.

                          Thank you so much.

                          Comment


                            #14
                            Originally posted by jenova View Post
                            Hi. I've downloaded the VPCI. Would someone be so kind to add a smoothing period into the indicator? Essentially, it is a moving average of the VPCI. Preferably as a variable.

                            Thank you so much.
                            If you use NT7, you could create your smoothing of VPCI (indicator of indicator).

                            Comment


                              #15
                              Originally posted by NinjaTrader_Bertrand View Post
                              paulg, please try importing the attached file using the File > Utilities > Import NinjaScript command. Thanks.
                              Hello,

                              I just tried the VPCI indicator but it doesn't seem to work on NT7. When I backtest, the application freezes (or infinite loop). Anyone else is experiencing the same issue ? Is there an updated version of the Volume Price Confirmation Indicator that works on NT7 ?

                              Thanks a lot

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by Gerik, Today, 09:40 AM
                              2 responses
                              6 views
                              0 likes
                              Last Post Gerik
                              by Gerik
                               
                              Started by RookieTrader, Today, 09:37 AM
                              2 responses
                              10 views
                              0 likes
                              Last Post RookieTrader  
                              Started by alifarahani, Today, 09:40 AM
                              1 response
                              7 views
                              0 likes
                              Last Post NinjaTrader_Jesse  
                              Started by KennyK, 05-29-2017, 02:02 AM
                              3 responses
                              1,285 views
                              0 likes
                              Last Post NinjaTrader_Clayton  
                              Started by AttiM, 02-14-2024, 05:20 PM
                              11 responses
                              186 views
                              0 likes
                              Last Post NinjaTrader_ChelseaB  
                              Working...
                              X