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

klinger volume oscillator

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

    klinger volume oscillator

    was reading about the klinger volume oscillator in another thread, didn't see one that had been coded, so i found an article with the tradestation "formula" (cf. http://trader.online.pl/ELZ/t-i-Klin...scillator.html)

    if anyone is familiar with the indicator, can you give this a look and let me know if i got it right, pls.

    cheers,
    -e

    EDIT: updated export to ensure compatibility with NT7
    Attached Files
    Last edited by e-man; 04-08-2010, 07:14 AM.

    #2
    Thanks for sharing e-man, looks good!
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Klinger + ATR

      e-man - here's the TS8 code for a version put together by Trend39 on the TS forums : he's added "ATR summation", which improves the indicator tremendously imho. I find it much easier to read than volume bars or any of the VSA variants. Any chance you could translate this into Ninja, please ?

      Inputs:
      ATRLength(10),
      Trigger(13),
      UpColor(green),
      DwnColor(magenta),
      SmoothATR(1),
      Smooth(1);

      value1= summationif(close > open,truerange,ATRlength);
      value2=summationif(close < open,truerange,ATRlength);
      value3= value1-value2; {Sum}
      value4 = average(value3,SmoothATR)*.5;


      value5= Average((_KlingerVol+ Value4)*1/2,Smooth);

      plot1(value5,"Klinger+ATR");
      plot2 (average(value5,Trigger),"Trigger");
      plot3 (0, "Zero Line");

      If Plot1>Plot1[1] then begin
      plot1[1](Plot1[1],"Klinger+ATR",upcolor);
      plot1(Plot1,"Klinger+ATR",upcolor);
      end else begin

      If plot1<plot1[1]then begin
      plot1[1](Plot1[1],"Klinger+ATR",dwncolor);
      plot1(Plot1,"Klinger+ATR",dwncolor);
      end; end;

      If plot1>Plot3 then begin
      plot3[1](plot3[1],"Zero Line",GREEN);
      plot3(plot3,"Zero Line",Green);
      end else begin
      if plot1<plot3 then begin
      plot3[1](plot3[1],"Zero Line",red);
      plot3(plot3,"Zero Line",red); end; end;
      Attached Files

      Comment


        #4
        hi jtrade,

        lemme see what i can come up with -- may be a couple days, tho, b/c of the holiday wknd over here.

        will post a revised version next week.

        cheers,
        -e

        Comment


          #5
          Thanks, -e,

          Have a great one !

          J.

          Comment


            #6
            Originally posted by e-man View Post
            hi jtrade,

            lemme see what i can come up with -- may be a couple days, tho, b/c of the holiday wknd over here.

            will post a revised version next week.

            cheers,
            -e
            Hello.
            Did you or someone else post the revised version here ?

            Comment


              #7
              Yes, I posted it on our website. Here are some screenshots:


              KVO is part of the "bundle" which you can download from this page:


              Note: We're in the process of updating our website so you no longer have to register, etc. We're moving towards a github-like setup, but for now I've posted a "Direct download link" so you can get the code easily.

              Hope you enjoy :-)

              cheers,
              -e

              Comment


                #8
                Thanks a lot

                Comment


                  #9
                  Hi there... e-man looks like those links are not working these days. Any chance i can find the KVO indicator for NT8 you speak about on 04-09-2014 02:37 AM ?
                  thank you

                  best
                  John

                  Comment


                    #10
                    Hello JBWTrader,

                    Welcome to the NinjaTrader forums.

                    I did a search in the User App Share of the NinjaTrader ecosystem for KVO and found one item for NinjaTrader 7 you might be interested in.
                    https://ninjatraderecosystem.com/use...e-oscillatoer/

                    This thread will remain open for any community members that may know of a version for NinjaTrader 8, but you may have better luck asking in the NinjaTrader 8 section of the forums.

                    You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.


                    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
                    Chelsea B.NinjaTrader Customer Service

                    Comment


                      #11
                      Any news on the KVO indicator?? It’s on trade station now??

                      Comment


                        #12
                        Hello Bobbyj78,

                        As far as I know, no community members have made a KVO indicator for NinjaTrader 8 and uploaded this to the User App Share.

                        Please let me know if you would like a list of consultants that would be happy to make this at your request.
                        Chelsea B.NinjaTrader Customer Service

                        Comment


                          #13
                          Yes please Chelsea I would be interested in that.

                          thanks

                          Comment


                            #14
                            This is Tiffinie from the NinjaTrader Ecosystem responding on behalf of my colleague Chelsea.

                            You can search our extensive library of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more!

                            https://ninjatraderecosystem.com/sea...mming-services

                            Educators - https://ninjatraderecosystem.com/sea...ures=education
                            You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third party services for NinjaTrader all pricing and support information will need to be obtained through the consultant.

                            This NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

                            Please let me know if you have any questions, concerns or if I can provide any further assistance by responding to this thread at your convenience.
                            Tiffinie S.NinjaTrader Customer Service

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by MarianApalaghiei, Today, 10:49 PM
                            2 responses
                            8 views
                            0 likes
                            Last Post MarianApalaghiei  
                            Started by love2code2trade, Yesterday, 01:45 PM
                            4 responses
                            28 views
                            0 likes
                            Last Post love2code2trade  
                            Started by funk10101, Today, 09:43 PM
                            0 responses
                            8 views
                            0 likes
                            Last Post funk10101  
                            Started by pkefal, 04-11-2024, 07:39 AM
                            11 responses
                            37 views
                            0 likes
                            Last Post jeronymite  
                            Started by bill2023, Yesterday, 08:51 AM
                            8 responses
                            46 views
                            0 likes
                            Last Post bill2023  
                            Working...
                            X