Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EOD Strategy Kinetick

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

    EOD Strategy Kinetick

    Hi there,

    I'm trying to run the standard MA crossover strategy on all default currencies using NT7(Sim Account) with Kinetick on end of day data, set up to IB. This worked on intraday quotes(IB only), but with eod the strategies stay... yellow. Is this possible, or am I doing something wrong here
    btw iam currently using a free license

    Thanks in advance!

    #2
    Hello bobido,

    Yellow means that the strategy is waiting for a flate state before entering.

    Most likely the difference between the daily and intraday versions of this strategy is that the intraday will process exit on close. Each session then starts in a flat state.

    Since the SampleMACrossOver has only entries, it can't reach a flat state running on daily bars.

    If you want to run this in real time, you may consider saving a copy and only running it on real time data. Edit the strategy > Right click in compiler >Save As > provide a new name.

    To force the strategy to only run on real time data use:
    if (Historical)
    return;
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thanks, I've managed to do so.

      Just another question on the subject. The strategie now only produces executions and not orders on the sim account. Will it keep generating executions on the eod, each day?

      Comment


        #4
        You would see the historical execution listed, correct - it would trade live (on Sim101) on the opening on the new day after the signal to reverse was generated.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        85 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        47 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X