Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Super Trend For Ninja Trader Needed

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

    Here Is Another Trade.. Only Want A Strategy..

    Here Is Another Trade..

    I Invite People To Contribute To The Making Of The Strategy.

    Thanks In Advance.

    Regards

    Vinkal
    Attached Files

    Comment


      EXCELLENT STUFF NICE EFFORT VINKAL HOPE MEMBER'S WILL MAKE IT BEST Strategy.

      THANKS

      Comment


        Hmmm seems possible. You could probably do so in strategy wizzard. Will give it a try.

        Comment


          Hi jthom, here's an overview over the wizard interface screens - http://www.ninjatrader-support.com/H...rdScreens.html

          You can easily add more details later when you 'unlock' the code and move to the full NinjaScript editor...
          BertrandNinjaTrader Customer Service

          Comment


            Thanks Betrand, will get stuck into it. I wonder how this mechanism will work in volatile situations.

            Comment


              Yet Another Trade.. No reason why can't we make it a Strategy

              Hi all


              here is another trade on given parameters.


              Enjoy !!!


              I am lovin it


              Regards

              Vinkal
              Attached Files
              Last edited by vrathee; 03-23-2009, 03:47 AM.

              Comment


                I notice that usually by the time the price cross over the trendline and generate a signal at bar close, the exit price wouldn't be optimal. Is it possible to program the strategy such that when price (at any time instead of close) is higher/lower than previous bar indicator value, the exit will trigger? I tried to use the following code in my strategy, but it doesn't seem to work. It still exit based on bar close. I also set CalculateOnBarClose = false; already. Attach a screenshot of the strategy. Any ideas?

                protectedoverridevoid OnBarUpdate()
                {
                // Condition set 1
                if (Close[0] < SuperTrend(10, 1.25, true).UpTrend[1])
                {
                EnterShort()
                ;
                }
                // Condition set 2
                if (Close[0] > SuperTrend(10, 1.25, true).DownTrend[1])
                {
                EnterLong()
                ;
                }
                }
                Attached Files

                Comment


                  Hi, setting CalculateOnBarClose to false will only have an effect in realtime trading this strategy allowing for intrabar triggering of signals. For backtesting this, I would suggest using the concept of this reference sample - http://www.ninjatrader-support2.com/...ead.php?t=6652
                  BertrandNinjaTrader Customer Service

                  Comment


                    So meaning I should compare the indicator last value with say a 1 min bar price to get the intrabar execution?

                    Comment


                      No you would just use your normal condition to check for signals, but submit the order then to the faster chart (for example 1 min) for execution.
                      BertrandNinjaTrader Customer Service

                      Comment


                        Originally posted by NinjaTrader_Bertrand View Post
                        Hi, setting CalculateOnBarClose to false will only have an effect in realtime trading this strategy allowing for intrabar triggering of signals. For backtesting this, I would suggest using the concept of this reference sample - http://www.ninjatrader-support2.com/...ead.php?t=6652

                        Bertrand, just to make sure... when backtesting, it will calculate only at the barclose, so in live sim testing, we should also do calc on the barclose to get results similar to backtest?

                        Comment


                          BigDog008,

                          That is correct, but remember real-time is never the same as backtesting. Please review this article: http://www.ninjatrader-support.com/H...sBacktest.html
                          Josh P.NinjaTrader Customer Service

                          Comment


                            Originally posted by tjendra View Post
                            I notice that usually by the time the price cross over the trendline and generate a signal at bar close, the exit price wouldn't be optimal. Is it possible to program the strategy such that when price (at any time instead of close) is higher/lower than previous bar indicator value, the exit will trigger? I tried to use the following code in my strategy, but it doesn't seem to work. It still exit based on bar close. I also set CalculateOnBarClose = false; already. Attach a screenshot of the strategy. Any ideas?

                            protectedoverridevoid OnBarUpdate()
                            {
                            // Condition set 1
                            if (Close[0] < SuperTrend(10, 1.25, true).UpTrend[1])
                            {
                            EnterShort()
                            ;
                            }
                            // Condition set 2
                            if (Close[0] > SuperTrend(10, 1.25, true).DownTrend[1])
                            {
                            EnterLong()
                            ;
                            }
                            }
                            Hi All

                            I am looking for strategy which satisfies the following conditions at one time ::

                            1. signal in Supertrend Buy or sell
                            2. dymanic S/R Breakout up or down
                            3. CCI above or below zero
                            4. Elliot Osc above or below zero

                            Can somebody make them into one??

                            Regards

                            Vinkal
                            Last edited by vrathee; 03-23-2009, 08:52 AM.

                            Comment


                              Umm just been looking at this DynamicSR. Cannot tell where buy signal and sell is. Is it delayed or something. When you indicated for a sell on Banknifty, the dynamicSR is flat.

                              Cheers

                              Comment


                                Originally posted by jthom View Post
                                Umm just been looking at this DynamicSR. Cannot tell where buy signal and sell is. Is it delayed or something. When you indicated for a sell on Banknifty, the dynamicSR is flat.

                                Cheers
                                Hi jthom

                                Here is the attachment which will answer your question.

                                It is not a question of dynamic S/R being flat. Its a buy when price candle goes above blue resistence line with confirmation from super trend, CCI and Elliot Osc

                                Got it now?

                                Regards

                                Vinkal
                                Attached Files

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by futtrader, 04-21-2024, 01:50 AM
                                4 responses
                                41 views
                                0 likes
                                Last Post futtrader  
                                Started by Option Whisperer, Today, 09:55 AM
                                1 response
                                11 views
                                0 likes
                                Last Post bltdavid  
                                Started by port119, Today, 02:43 PM
                                0 responses
                                3 views
                                0 likes
                                Last Post port119
                                by port119
                                 
                                Started by Philippe56140, Today, 02:35 PM
                                0 responses
                                4 views
                                0 likes
                                Last Post Philippe56140  
                                Started by 00nevest, Today, 02:27 PM
                                0 responses
                                2 views
                                0 likes
                                Last Post 00nevest  
                                Working...
                                X