Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stochastic

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

    stochastic

    Hi,

    I am running a strategy where I want to exit trades at market once the stochastic goes above 40 for longs and below 60 for shorts.

    It would appear on ninja that it is exiting on the close of the bar not at the point the price action moves the stochastic to the necessary level,

    Could anyone shed some light on this issue?

    Thanks in advance,


    Dan

    #2
    Hello dannypark100,

    Thanks for your post.

    Can you clarify:

    1) Is this on Live, replay or backtest data? (If live, whom is the datafeed from?)
    2) What bar type are you using?
    3) What is the setting of CalculateOnBarClose, true or false?
    4) What exit order method are you using?
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Hi Paul,

      Thanks fo rthe reply,

      This is on a back test at present, using candlestick bars, I have tried both true and false for CalculateOnBarClose but the back test appears to have the same results.

      Is there anything else you could advise,

      thanks,

      Daniel

      Comment


        #4
        Hello dannypark100,

        Thanks for your reply.

        When backtesting or looking at historical data, the strategy will execute the same as CalculateOnBarClose = true because the data only contains the open/high/low and close of the bar and does not contain all of the ticks of the bar. The strategy then executes once, at the end of each bar. If the strategy determines an exit condition in that bar, the exit does not occur until the next bar.

        You can add a faster time frame data series to your strategy to provide more opportunities to exit sooner. Here is a link to a reference sample that demonstrates this: Backtesting NinjaScript Strategies with an intrabar granularity

        Alternatively, you can use Market Replay and test your strategy with CalculateOnBarClose = false. Slower but closer to live conditions.
        Paul H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by geddyisodin, 04-25-2024, 05:20 AM
        8 responses
        60 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        4 responses
        3,285 views
        1 like
        Last Post jgualdronc  
        Started by Option Whisperer, Today, 09:55 AM
        0 responses
        5 views
        0 likes
        Last Post Option Whisperer  
        Started by halgo_boulder, 04-20-2024, 08:44 AM
        2 responses
        22 views
        0 likes
        Last Post halgo_boulder  
        Started by mishhh, 05-25-2010, 08:54 AM
        19 responses
        6,189 views
        0 likes
        Last Post rene69851  
        Working...
        X