Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TRO Indicators

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

    Lolu,

    These indicators were made in 6.5 and may or may not work in 7. They were provided as 3rd party indicators created during my free time. Unfortunately I do not have time at the moment to convert them for 7. Feel free to make any changes you feel necessary to achieve the desired effect.
    Josh P.NinjaTrader Customer Service

    Comment


      SweetSpotsGold

      Can anyone convert this over to ninjascript? I'm no programmer otherwise I would do it. Or point me down the right path to start learning code.
      Attached Files

      Comment


        Welcome to our forums - please check into those tutorials to get started into custom indicator coding -



        For a professional conversion into NinjaScript, a consultant would be a good route to take -

        BertrandNinjaTrader Customer Service

        Comment


          Somehow I knew I wasn't going to get out of it that easy

          Thanks for the links Bertrand. I downloaded the pdf for ninja, now to start plugging away......

          Comment


            Support

            Have been following NT for years but now, I am moving over to Ninja from Tradestation (buh-bye) and one of the reasons is the incredible support over here. Never seen anything like it .... TY!

            Comment


              Welcome to NinjaTrader and thanks for the kind words - appreciated!
              BertrandNinjaTrader Customer Service

              Comment


                TRO_Dynamic_SR3_v1.10 modified?

                Bertrand, Josh

                I downloaded the TRO_Dynamic_SR3_v1.10 from here

                The file was dated 8/8/2007

                Is this the modified version? is there aversion with entry alerts?

                Comment


                  kumaresh11,

                  Sorry we would not know what modified version you are referring to. Unfortunately these indicators have been provided as a 3rd party indicator for use but we no longer maintain them due to time constraints.
                  Josh P.NinjaTrader Customer Service

                  Comment


                    Originally posted by NinjaTrader_Josh View Post
                    kumaresh11,

                    Sorry we would not know what modified version you are referring to. Unfortunately these indicators have been provided as a 3rd party indicator for use but we no longer maintain them due to time constraints.
                    NY Josh:

                    where is the latest TRO dynamic 3 (not the fib one)? I know there is not a version 7 for nt, but I was looking for the one which had the option of adding a stop loss

                    also, how d you use the buy zone indicator?
                    Last edited by Gregory Arkadin; 07-11-2010, 06:45 AM.

                    Comment


                      Hello,

                      I am sorry, you will need to search our file sharing sections of this forum.
                      DenNinjaTrader Customer Service

                      Comment


                        Ben - Do we have HighFive converted for NinjaTrader? I saw a request in this thread and not sure if it was completed

                        Comment


                          Hello,

                          I am sorry, you will need to search our file sharing sections of this forum.
                          DenNinjaTrader Customer Service

                          Comment


                            Josh, rather than on the daily open how would I code the BuyZone to paint a new BuyZone on the hourly open price. Thanks in advance. winja

                            Comment


                              I have modified the BuyZone code as follows:

                              In place of the original code here:
                              longtop = CurrentDayOHL().CurrentOpen[
                              0]+spread+buyzone;
                              longbot = CurrentDayOHL().CurrentOpen[
                              0]+spread;
                              shorttop = CurrentDayOHL().CurrentOpen[
                              0]-spread;
                              shortbot = CurrentDayOHL().CurrentOpen[
                              0]-spread-buyzone;


                              I have changed the code as follows:

                              // Current bar opening price
                              double barOpenPrice = Open[0];
                              longtop = Open[
                              0]+spread+buyzone;
                              longbot = Open[
                              0]+spread;
                              shorttop = Open[
                              0]-spread;

                              shortbot = Open[
                              0]-spread-buyzone;

                              This works fine if I place it on a 60 min chart to get the hourly BuyZone. Is there another way it could be coded to give the hourly BuyZone on a 3 min chart. Thanks in advance. winja

                              Comment


                                winja, in our NinjaTrader 7 beta you could code a MultiSeries indicator out of this, so you have access to the 60 min bars from the 3 min chart, this was possible only in strategies for NinjaTrader 6.5, however the same coding wise concepts would apply now for NT7 -

                                BertrandNinjaTrader Customer Service

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by pechtri, 06-22-2023, 02:31 AM
                                10 responses
                                124 views
                                0 likes
                                Last Post Leeroy_Jenkins  
                                Started by judysamnt7, 03-13-2023, 09:11 AM
                                4 responses
                                59 views
                                0 likes
                                Last Post DynamicTest  
                                Started by ScottWalsh, Yesterday, 06:52 PM
                                4 responses
                                36 views
                                0 likes
                                Last Post ScottWalsh  
                                Started by olisav57, Yesterday, 07:39 PM
                                0 responses
                                7 views
                                0 likes
                                Last Post olisav57  
                                Started by trilliantrader, Yesterday, 03:01 PM
                                2 responses
                                22 views
                                0 likes
                                Last Post helpwanted  
                                Working...
                                X