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.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Rapine Heihei, 04-23-2024, 07:51 PM
        2 responses
        30 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by Shansen, 08-30-2019, 10:18 PM
        24 responses
        943 views
        0 likes
        Last Post spwizard  
        Started by Max238, Today, 01:28 AM
        0 responses
        9 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by rocketman7, Today, 01:00 AM
        0 responses
        5 views
        0 likes
        Last Post rocketman7  
        Started by wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        28 views
        0 likes
        Last Post wzgy0920  
        Working...
        X