Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Getting Different Results Trading Live V Backtesting

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

    Getting Different Results Trading Live V Backtesting

    I have a system that should have entered long today and didn't. When back testing it enters, when I activate live, it didn't.

    I realised the reason was an entry condition relating to RSI on the 60 minute chart. It enters on the 1 minute chart but if RSI on the 60 min chart is over 65 it doesn't.

    At the time the RSI on the 60 min chart was 59.

    Any ideas why this didn't enter live but does work when back testing?

    Many thanks

    #2
    Hello MJUK10,

    Thanks for writing in.

    There are some discrepancies between historical data and real-time. The article below is from our help guide and discusses these differences.
    http://www.ninjatrader.com/support/h...ime_vs_bac.htm

    However, it may be beneficial to print the values of your conditional outside and before the conditional statement. With a print, you can directly compare the values that were used to decide if the strategy would make the buy or not.

    For example:

    Print(High[0].ToString() + " - " + Low[0].ToString() + " - " + RSI(19)[0].ToString());

    This will print the high and low of the bar to the output window as well as the rsi so that you can make a direct comparison.


    Please let me know if this does not resolve your inquiry.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    598 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    557 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    555 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X