Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TRO Indicators

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

    #16
    I'm trying to learn more about these indicators. One resource I've found is http://kreslik.com. Not sure if anyone has other good sources of info ?

    Comment


      #17
      Blah. DynamicFibsSR and DynamicSR continue to not plot exactly the way I want. I'm working on it.

      Greg1 thats about the only interactive resource left that I'm aware of.
      Josh P.NinjaTrader Customer Service

      Comment


        #18
        UACVAX nice job on the converion, may I ask of another addition to the code for the TRO psms indicator.
        Basicly it is another color. if there is not a reasonable amout of seperation between the MA's then the the additional color would show a caution signal.

        a similar code ois below and a picture to show what I am trying to say.

        Thanks in advance


        #property indicator_chart_window
        #property indicator_buffers 2
        #property indicator_color1 Green
        #property indicator_levelcolor Red
        #property indicator_levelstyle STYLE_SOLID
        #property indicator_level1 8
        #property indicator_level2 -8
        #property indicator_minimum -20
        #property indicator_maximum 20
        extern bool Alerts_On = true;
        //---- buffers
        double IND[];
        bool EntryFlag,TradeFlag;
        datetime CurrBar;
        //+------------------------------------------------------------------+
        //| Custom indicator initialization function |
        //+------------------------------------------------------------------+
        int init()
        {
        //---- indicators
        IndicatorShortName("Separation");
        SetIndexStyle(0,DRAW_LINE);
        SetIndexBuffer(0,IND);
        //----
        return(0);
        }
        //+------------------------------------------------------------------+
        //| Custom indicator deinitialization function |
        //+------------------------------------------------------------------+
        int deinit()
        {
        return(0);
        }
        //+------------------------------------------------------------------+
        //| Custom indicator iteration function |
        //+------------------------------------------------------------------+
        int start()
        {
        int limit;
        Attached Files

        Comment


          #19
          Hi UACVAX,
          I'm not a TRO indicators user but, at least, I want to thank you for the generous help you provide newbies as myself with, in learning NinjaScript language.

          Comment


            #20
            BC5391: I will try and work something like that in for you soon. I am working on a bunch of other personal indicators at the moment so please bare with me.

            Edit: I have uploaded the new and improved DynamicSR & DynamicFibsSR indicators. Grab them on the first page.
            Last edited by NinjaTrader_JoshP; 08-08-2007, 04:27 PM.
            Josh P.NinjaTrader Customer Service

            Comment


              #21
              uacvax,

              You continue to impress me. Thanks for your continued contributions. Couple of questions: Is there documentation on how to use these indicators? Secondly, are you familiar with the TTM indicators from John Carter? I've seen versions of his squeeze indicator for esignal and tradestation. I was curious if you are able to convert?

              Comment


                #22
                pdawg: I don't provide documentation on these indicators since I am still trying to learn to use them effectively myself. To get you started you should read the now defunct Trend Indicator thread that was on TradeStation. Go to kreslik.com and search for "TradeStation Blocked the Trend Thread". Its a long read though. 100 pages. If you have any specific questions I can try and answer them, but I am by no means an expert to TRO's indicators.

                As far as TTM, I have not dealt with it before, but would be glad to take a look. If you could email me the source code I'll see what I can do. Be warned though, I might not get around to it in a timely manner because I am currently in development of a strategy for myself.
                Josh P.NinjaTrader Customer Service

                Comment


                  #23
                  No problem, I have attached the Squeeze indicator .efs, thanks and will check out that site

                  -Philip
                  Attached Files

                  Comment


                    #24
                    The squeeze is actually a nice strategy, that I have not used for some time (been trying other methods) forgive the picture, I do not have the etting on the bands as Herbert Senters describes, but you shoud get the idea.

                    The strategy behind the Squeeze is when the Keltner chanel goes inside the Bollinger bands then breaks out. The photo shows the results. This can be used on any timeframe of course the higher the timeframe the larger your stop must be

                    If you like I will go back over Senters course and post the correct settings for the bands
                    Attached Files

                    Comment


                      #25
                      By the way what format are you posting your pictures in to have them come out so nice?

                      Comment


                        #26
                        Hello uacvax,

                        Many thanks for all your efforts on the conversion of the TRO indicators.
                        One indicator I have found useful is TRO's $highfive efs and was wondering if you could convert this so I could use it in NinjaTrader.
                        Any help would be greatly appreciated.

                        Regards,
                        Eric
                        Attached Files

                        Comment


                          #27
                          BC5391: I am just uploading my images to tinypic.com first. Then I use the "Insert Image" button in the top of the wysiwyg editor.

                          Eric M: I am unfamiliar with the highfive indicator. Perhaps you could provide some pictures of it in action and describe it a little bit for me? It makes understanding code a lot quicker when I know what the end result looks like beforehand.
                          Josh P.NinjaTrader Customer Service

                          Comment


                            #28
                            Hello uacvax,

                            I've attached a chart with TRO's version of $highfive. The original version monitored MER rather than the current futures contract.
                            Here is a link for an explanation of it's use.
                            Friendly and helpful customer support that goes above and beyond. We help you get the perfect domain name.


                            Eric
                            Attached Files

                            Comment


                              #29
                              Whats the difference between $highfive and $highfive2? I'm guessing you want $highfive2?
                              Josh P.NinjaTrader Customer Service

                              Comment


                                #30
                                Highfive2 is just a cut down version of the original version.
                                I would prefer the highfive version and would it be possible to edit the indexes in the indicator panel so that other indices can be monitored ?
                                Many thanks.
                                Attached Files

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by cre8able, Today, 01:01 PM
                                1 response
                                4 views
                                0 likes
                                Last Post NinjaTrader_ChelseaB  
                                Started by manitshah915, Today, 12:59 PM
                                1 response
                                3 views
                                0 likes
                                Last Post NinjaTrader_Erick  
                                Started by ursavent, Today, 12:54 PM
                                1 response
                                4 views
                                0 likes
                                Last Post NinjaTrader_Jesse  
                                Started by Mizzouman1, Today, 07:35 AM
                                3 responses
                                17 views
                                0 likes
                                Last Post NinjaTrader_Gaby  
                                Started by RubenCazorla, Today, 09:07 AM
                                2 responses
                                13 views
                                0 likes
                                Last Post NinjaTrader_ChelseaB  
                                Working...
                                X