Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TRO Indicators

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

    #91
    Hi T2020, unfortunately I'm not aware of documentation for this custom indicator, so best would be to open up the NinjaScript code and review the calculations done to arrive at those signals.
    BertrandNinjaTrader Customer Service

    Comment


      #92
      OK , I'll take a look . See If I figure it out . Thanks .

      Comment


        #93
        The only thing I recognize is the (price-Low)/(high-Low)*100 .
        Where is price in relationship to the current bar range . Nothing
        else makes any sense to me . It seems to work though .

        Comment


          #94
          Hi, thanks for a great job converting all these indicators.

          I've been playing around with them and I have a question regarding DynamicSR and DynamicFib.
          When you do:

          int HH = Bars.HighestBar(Period-1);
          if(High[0]==High[HH] || DynamicR==0)
          DynamicR=High[HH];

          Is that the right way, or should we use:

          DynamicR = MAX(High,Period)[0];

          The end result is slightly different, and I'm not sure which one was the original expected behaviour.

          Thanks,
          J.

          Comment


            #95
            J,

            The conversion was done to the specifications of the original author. If you want to make changes feel free to do any that works better for you.
            Josh P.NinjaTrader Customer Service

            Comment


              #96
              Buyzone strategy

              I have the buyzone strategy scripted and ready for trading that i am willing to share but i will like experienced ninjatrader programmers to add/tweak it to run how it should. I currently have it to scale out of positions and set trailing stops. Also, it moves stop to breakeven after 5+ pt gain (i set it for futures) but that can all be changeable. when i load the strategy it doesnt trade when its suppose to and doesnt exit when its suppose to. also i am interested in setting a parameter where it would stop trading after -$500 loss for the day.. please reply to his msg if you are interested and understands ninja coding... once the strategy is done i will load it for all to use

              Comment


                #97
                Click image for larger version

Name:	!!nla.gif
Views:	1
Size:	45.6 KB
ID:	852590

                Looks like you guys like my indicators.

                Have you seen my latest?

                Comment


                  #98


                  Looks like you guys like my indicators.

                  Have you seen my latest?

                  Comment


                    #99
                    Originally posted by therumpledone View Post
                    [ATTACH]6302[/ATTACH]

                    Looks like you guys like my indicators.

                    Have you seen my latest?

                    The chart looks very interesting. Any details?
                    Last edited by astra; 07-16-2009, 08:05 PM.

                    Comment


                      anyone ported these ones?

                      Is there a NT version for TRO's DYNAMIC_FIBS_SR_Trail and 3_Level_ZZ_Semafor_TRO_MODIFIED_VERSION ? I think is what he uses in that last image, and many people are happy with it. Just that i like futures more then forex, no offense

                      Comment


                        accessing indicator's historical values within strategy

                        Could someone help me accessing historical values of TRO_Dynamic_SR3 indicator within the strategy?

                        Basically, this line produces values
                        (Close [0] > TRO_Dynamic_SR3(5).DynLong[0])
                        where as this line does not
                        (TRO_Dynamic_SR3(5).DynLong[1] > TRO_Dynamic_SR3(5).DynLong[0])
                        I obviously am not a programmer to know where the issue is but have noticed to have problems with
                        TRO_Dynamic_SR3(5).DynLong[1]
                        TRO_Dynamic_SR3(5).DynLong[2]
                        ...etc
                        and not with
                        TRO_Dynamic_SR3(5).DynLong[0]
                        Any help is greatly appreciated.

                        Comment


                          Originally posted by therumpledone View Post


                          Looks like you guys like my indicators.

                          Have you seen my latest?
                          can this template be written for NT or is it for MT4 only?

                          Thanks,

                          Jeff

                          Comment


                            therumpledone indicators

                            Originally posted by NinjaTrader_Bertrand View Post
                            Hi T2020, unfortunately I'm not aware of documentation for this custom indicator, so best would be to open up the NinjaScript code and review the calculations done to arrive at those signals.
                            Bertrand, can you direct me to any of the indicators submitted by therumpledone? There is discussion about them being here at NT but I have not found anything. Any help would be appreciated.
                            best Regards,
                            John

                            Comment


                              Originally posted by JohnPS View Post
                              Bertrand, can you direct me to any of the indicators submitted by therumpledone? There is discussion about them being here at NT but I have not found anything. Any help would be appreciated.
                              best Regards,
                              John
                              Post #1, etc here. Cheers.

                              Comment


                                Originally posted by astra View Post
                                Post #1, etc here. Cheers.
                                Thanks Astra!

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by funk10101, Today, 12:02 AM
                                1 response
                                10 views
                                0 likes
                                Last Post NinjaTrader_LuisH  
                                Started by GLFX005, Today, 03:23 AM
                                1 response
                                6 views
                                0 likes
                                Last Post NinjaTrader_Erick  
                                Started by nandhumca, Yesterday, 03:41 PM
                                1 response
                                12 views
                                0 likes
                                Last Post NinjaTrader_Gaby  
                                Started by The_Sec, Yesterday, 03:37 PM
                                1 response
                                11 views
                                0 likes
                                Last Post NinjaTrader_Gaby  
                                Started by vecnopus, Today, 06:15 AM
                                0 responses
                                1 view
                                0 likes
                                Last Post vecnopus  
                                Working...
                                X