Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop doesn`t work through backtesting

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

    Stop doesn`t work through backtesting

    Need assistance. I`ve set up stop and take profit orders. But they do not work during backtesting - orders are being closed on day close. Please advise.

    #2
    Hello vitaleg,

    For checking strategy order submission issues, please view TraceOrders output. Add this line to Initialize method:
    TraceOrders = true;

    Then, view output through Tools > Output window.

    Currently there's not enough information to determine why those orders did not fill. As a start please let us know how they are defined and the series you are backtesting against.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thanks for response, Ryan. I have attached the screenshot of stoploss initialization in wizard and the output window. I se there only 2 messages, while there are 47 trades. I`m backtesting on stock AA.



      Comment


        #4
        You're submitting your stop loss order at .05 as mode price. This submits a stop loss order at .05.

        If you intened to submit them at .05 from entry price you may need to adjust this to calculation mode ticks and use a value of 5.

        Also, set ExitOnClose = false to prevent closing at the end of the day.
        Last edited by NinjaTrader_RyanM1; 08-16-2010, 02:49 PM.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Thanks, Ryan. One last question - can I set up the stop value to the previous bar`s High - Low ? I see in the code stop initializes prior to position. Please advise.
          Last edited by vitaleg; 08-16-2010, 02:54 PM.

          Comment


            #6
            You can't perform this type of math in the strategy wizard. You'd have to work with code directly, and then understand that this type of statement couldn't be set in the Initialize method.

            You would have to work closely with this reference sample:


            That will help you set an initial value when flat and then a different value(based off range) when you are in a position.
            Ryan M.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by cre8able, Today, 01:16 PM
            2 responses
            9 views
            0 likes
            Last Post cre8able  
            Started by chbruno, 04-24-2024, 04:10 PM
            3 responses
            48 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by samish18, Today, 01:01 PM
            1 response
            7 views
            0 likes
            Last Post NinjaTrader_LuisH  
            Started by WHICKED, Today, 12:56 PM
            1 response
            9 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by WHICKED, Today, 12:45 PM
            1 response
            11 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Working...
            X