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

Net Change

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

    Net Change

    Found this Net Change Indicator for NT7. Hoping someone can convert it to NT8.

    Thanks in advance.
    Attached Files

    #2
    Hello Segwin,

    Thanks for the post.

    I will perform the conversion on this script for educational purposes due to its simplicity. If you would like to learn more about NinjaScript and converting scripts, please see this post from my colleague:



    A link to our NinjaScript documentation can be found below:https://ninjatrader.com/support/help...injascript.htm

    I am also linking you to the Educational Resources section of the Help Guide to help you get started with NinjaScript:*

    *https://ninjatrader.com/support/help..._resources.htm

    You will find Reference Samples online as well as some Tips and Tricks for both indicators and strategies:

    Click here to see our NinjaScript Reference Samples:*http://www.ninjatrader.com/support/f...splay.php?f=30

    Click here to see our NinjaScript Tips:*http://www.ninjatrader.com/support/f...ead.php?t=3229

    I will post the conversion here when it is done.
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Muchas Gracias Chris.

      I will look over the rest of the information in your post as well. Now that Oanda supports NT I can reinvest the time.

      Comment


        #4
        Hello Segwin,

        Thanks for your patience.

        It turns out NetChange is already a default indicator in NinjaTrader 8.

        It is under the name "NetChangeDisplay", the source code can also be viewed from the NinjaScript editor via New>NinjaScript editor.

        Please let us know if we may be of any further assistance.
        Last edited by NinjaTrader_ChrisL; 05-08-2018, 10:53 AM.
        Chris L.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_ChrisL View Post
          Hello Segwin,

          Thanks for your patience.

          It turns out NetChange is already a default indicator in NinjaTrader 8.

          It is under the name "NetChangeDisplay", the source code can also be viewed from the NinjaScript editor via New>NinjaScript editor.

          Please let us know if we may be of any further assistance.
          Hi ChrisL,

          There is no default NetChangeDisplay indicator for NT8, unless we can't find it. However, it is one of the parameters in Market Analyzer.

          Meanwhile, I have converted the above custom NT7 version to NT8 (simple straightforward), attached.

          Cheers!
          Attached Files
          Last edited by aligator; 05-08-2018, 11:19 AM.

          Comment


            #6
            Hello aligator,

            Thanks for posting that.

            I am running an internal build of NinjaTrader 8 on my machine. This indicator must be new, and may be added in a near future update.

            Apologies for the confusion.
            Last edited by NinjaTrader_ChrisL; 05-08-2018, 05:21 PM.
            Chris L.NinjaTrader Customer Service

            Comment


              #7
              Originally posted by NinjaTrader_ChrisL View Post
              Hello aligator,

              Thanks for posting that.

              The I am running an internal build of NinjaTrader 8 on my machine. This indicator must be new, and may be added in a near future update.

              Apologies for the confusion.
              Hi ChrisL,

              Perhaps a future indicator for percent change would be more useful for intraday as a plot starting at zero (no comparison to previous day close) on the first tick of the session and plotting the percent change during the session instead of (or in addition to) a display box.

              This way, one can compare performance of several instruments during the session, more like a radar screen to identify leaders and lagers.

              Thanks.

              Comment


                #8
                Hello aligator,

                Thanks for the reply.

                I will submit a feature request for this indicator you describe. In the meantime, take a look in the Market Analyzer column folder, there is a net change indicator in there.

                Please let me know if I may be of any further assistance.
                Chris L.NinjaTrader Customer Service

                Comment


                  #9
                  Improved Netchange indicator

                  I have NT7 net change indicator which show % and price color change above and below previous close. Is it possible to convert to NT8? Thank you in advance.
                  Attached Files

                  Comment


                    #10
                    Originally posted by yunakhan1 View Post
                    I have NT7 net change indicator which show % and price color change above and below previous close. Is it possible to convert to NT8? Thank you in advance.
                    yunakhan1,

                    Here is my straightforward NetChangeDisplay NT8 conversion. I do not use this indicator, but it was a simple conversion.

                    Cheers!
                    Attached Files

                    Comment


                      #11
                      Originally posted by aligator View Post

                      yunakhan1,

                      Here is my straightforward NetChangeDisplay NT8 conversion. I do not use this indicator, but it was a simple conversion.

                      Cheers!
                      This is amazing - especially because this indi provides the possibility of choosing the relative event from which the net change is calculated. If I would have discovered this earlier...

                      THANX

                      Comment


                        #12
                        Originally posted by Leafcutter View Post

                        This is amazing - especially because this indi provides the possibility of choosing the relative event from which the net change is calculated. If I would have discovered this earlier...

                        THANX
                        Thanks Leafcutter,

                        Perhaps you could elaborate on this "possibility" of relating an event to price change following the event (i.e. weekly oil inventory report and its impact on percent change in oil prices?).

                        It may be possible to create a dynamic indicator including the calendar of economic events, or even earning report, to determine the effect on price performance. That information can be of value for trading.

                        Cheers!

                        Comment


                          #13
                          Originally posted by aligator View Post

                          Thanks Leafcutter,

                          Perhaps you could elaborate on this "possibility" of relating an event to price change following the event (i.e. weekly oil inventory report and its impact on percent change in oil prices?).

                          It may be possible to create a dynamic indicator including the calendar of economic events, or even earning report, to determine the effect on price performance. That information can be of value for trading.

                          Cheers!
                          Hi Aligator, thanks again for providing this indicator. Maybe I expressed myself a bit misleadingly. By "relative event" I meant that this indicator does not just calculate the net change based on the close of the last day, but that you can choose whether you want it to calculate from close of the last day or preferably the opening of the current day etc.
                          BUT the idea you came up with to base the calculation of the indicator on other events sounds pretty interesting. Although I frankly have doubts that the percentage fluctuation in the price based on news events has any fundamental significance. It seems to me that the severity and direction of the swing is completely random and I suspect that this is pure algo driven market manipulation - just my humble opinion and maybe I'm totally wrong and there's a pattern

                          I wish you a nice weekend and I'm actually always very happy when I discover a new indicator from you. It's great that people like you share your skills!

                          Comment


                            #14
                            Originally posted by Leafcutter View Post

                            Hi Aligator, thanks again for providing this indicator. Maybe I expressed myself a bit misleadingly. By "relative event" I meant that this indicator does not just calculate the net change based on the close of the last day, but that you can choose whether you want it to calculate from close of the last day or preferably the opening of the current day etc.
                            BUT the idea you came up with to base the calculation of the indicator on other events sounds pretty interesting. Although I frankly have doubts that the percentage fluctuation in the price based on news events has any fundamental significance. It seems to me that the severity and direction of the swing is completely random and I suspect that this is pure algo driven market manipulation - just my humble opinion and maybe I'm totally wrong and there's a pattern

                            I wish you a nice weekend and I'm actually always very happy when I discover a new indicator from you. It's great that people like you share your skills!

                            Leafcutter, Thank you.

                            Agree, not all economics news have fundamental effect on prices, and if any, the algos will take care of that in the first 10 minutes in day trading.

                            However, for swing trading and investment some reports such as CPI, Interest rates, bond prices, unemployment, and geopolitical events, usually have some impact on the market. Although with the AI taking over these days, things do not behave as they did before.

                            Cheers!

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by JGriff5646, 05-19-2024, 05:47 PM
                            3 responses
                            28 views
                            0 likes
                            Last Post NinjaTrader_ChelseaB  
                            Started by ETFVoyageur, 05-18-2024, 12:45 AM
                            7 responses
                            43 views
                            0 likes
                            Last Post NinjaTrader_ChelseaB  
                            Started by woodyfox, 02-28-2019, 08:36 PM
                            26 responses
                            1,203 views
                            0 likes
                            Last Post NinjaTrader_Gaby  
                            Started by tkaboris, Yesterday, 07:53 PM
                            6 responses
                            20 views
                            0 likes
                            Last Post NinjaTrader_Gaby  
                            Started by FAQtrader, 04-25-2024, 12:00 PM
                            18 responses
                            295 views
                            0 likes
                            Last Post NinjaTrader_ChelseaB  
                            Working...
                            X