Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AutoTrader for Woodies

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

    #31
    jungo, as this is a strategy it would be located under 'Strategies' then.
    BertrandNinjaTrader Customer Service

    Comment


      #32
      hcham,
      Do you have a Strategy template built to handle order processing for with candle trades and opposing candle trades (can be the same one)? If so, have you entered the strategy template name in the top two boxes?

      This line leads me to suspect the Strategy Name is not entered or is misspelled.

      4/29/2009 11:34:26 PM,Strategy,StrategyTemplateName parameter missing,

      snap

      Comment


        #33
        Originally posted by snaphook View Post
        hcham,
        Do you have a Strategy template built to handle order processing for with candle trades and opposing candle trades (can be the same one)? If so, have you entered the strategy template name in the top two boxes?

        This line leads me to suspect the Strategy Name is not entered or is misspelled.

        4/29/2009 11:34:26 PM,Strategy,StrategyTemplateName parameter missing,

        snap
        Work great now...Thanks for the quick response!

        Comment


          #34
          jungo,

          You need to build the ATM strategy first on the SuperDOM and then save the template name. Then you can call that ATM strategy for use.
          Josh P.NinjaTrader Customer Service

          Comment


            #35
            Best would be to save those settings in a workspace - http://www.ninjatrader-support.com/H...orkspaces.html
            BertrandNinjaTrader Customer Service

            Comment


              #36
              Thanks a lot Bertrand its works great!

              Comment


                #37
                this can only be done, if you hard code it yourself. IMO
                Last edited by makra081; 05-14-2009, 07:16 AM.

                Comment


                  #38
                  Correct. You will have to self program it. If you would like this programmed for you I do suggest one of the 3rd party NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
                  Josh P.NinjaTrader Customer Service

                  Comment


                    #39
                    Jungo,

                    Here is the code for an exit on the 100 line cross on any candle.

                    if(GetAtmStrategyMarketPosition(atmStrategyId)==Ma rketPosition.Long)
                    if(ExitCandle || Close[0] < High[0])// LONG - Was the candle against the trade direction? If so close the trade
                    AtmStrategyClose(atmStrategyId);


                    You could do something very similar. Something like

                    if(GetAtmStrategyMarketPosition(atmStrategyId)==Ma rketPosition.Long)
                    if(Close[0] < Close[1])
                    AtmStrategyClose(atmStrategyId);

                    As far as resources, the NT help section is quite good for the NT specific terms and the NT staff is excellent and very helpful. There are at least a bazillion books and Internet sites devoted to C# programming. Google and go. Good Luck.

                    Comment


                      #40
                      Snap,

                      Thanks again to the nth degree for your WCCI AT.

                      I believe you said that to exit a trade manually while the AT is running, middle click the close either on the DOM or the Chart Trader.

                      I can bring up the DOM. But, the Chart Trader icon seems to be greyed out and nothing comes up. What am I missing, please?

                      thnx,
                      -marvel

                      Comment


                        #41
                        You cannot use the Chart Trader if you already have a strategy running on the chart.
                        Josh P.NinjaTrader Customer Service

                        Comment


                          #42
                          Originally posted by snaphook View Post
                          I've developed an AutoTrader for the CCI_Forecaster and need some additional eyes to beta-test it. William Kilpatrick has been working on one that may trade entirely from code w/o an additional ATM strategy. I would like to thank him for the inspiration and a good chunk of my code. Without him we would not be this far.

                          I MAKE NO GUARANTEES FOR THE VALIDITY OR ACCURACY OF ANY TRADES, AND ANY TRADES TAKEN BY THIS SYSTEM ARE AT YOUR OWN RISK. THIS SYSTEM SETS NO STOPS, ONLY ENTRIES AND 100 LINE CROSS EXITS.

                          The AT works using your own prebuilt ATM strategies and allows you to:
                          trade 2 distinct trade periods (so you can take lunch off ),
                          pick which directions to trade,
                          pick which patterns to trade,
                          whether to trade in "sideways" markets,
                          use separate ATM strategies for each end of bar close,
                          trade limit (from bar close) or market orders and set acceptable limit slippage, and
                          whether to exit on 100 line cross, and whether only to exit on close against trade direction or all the time. The 100 line parameter is customizable so you can set it to any line cross if you like or to a 1000 line cross to kill the exit entirely.

                          You will be able to set the CCI Forecaster parameters exactly as you would with the CCI_Forecaster so you can customize your trades according to your data research, aka, stats.

                          I don't want so many that I can't keep up so I really only want 6-12 beta-testers who will SIM trade it regularly and provide both positive and negative feedback.

                          If you are interested, drop me an email as in my profile. Let me know what you trade so I can get a good cross section.

                          Thanks,
                          Snap
                          I would be to interest to test it and after trade in real account

                          Emanuele

                          Comment


                            #43
                            Emanuele,
                            I posted the AT in the Strategy section. You can pick it up, but I am no longer developing this strategy.

                            Thanks for your offer, though.

                            Snap

                            Comment


                              #44
                              auto trade woodies cci

                              go here for info on autotrading the cci. you can set your money management and what patterns you want to trade. it also has pattern recongition as well.

                              www.desertsoft.com

                              woodie

                              Comment


                                #45
                                Originally posted by snaphook View Post
                                Emanuele,
                                I posted the AT in the Strategy section. You can pick it up, but I am no longer developing this strategy.

                                Thanks for your offer, though.

                                Snap
                                hello can anyone provide a step by step instruct
                                how to get this AT upon running i have installed it but it doesnt take any trades ?

                                cheers

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by frankthearm, Today, 09:08 AM
                                8 responses
                                31 views
                                0 likes
                                Last Post frankthearm  
                                Started by NRITV, Today, 01:15 PM
                                2 responses
                                9 views
                                0 likes
                                Last Post NRITV
                                by NRITV
                                 
                                Started by maybeimnotrader, Yesterday, 05:46 PM
                                5 responses
                                26 views
                                0 likes
                                Last Post NinjaTrader_ChelseaB  
                                Started by quantismo, Yesterday, 05:13 PM
                                2 responses
                                20 views
                                0 likes
                                Last Post quantismo  
                                Started by adeelshahzad, Today, 03:54 AM
                                5 responses
                                33 views
                                0 likes
                                Last Post NinjaTrader_BrandonH  
                                Working...
                                X