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 burtoninlondon, Today, 12:38 AM
        0 responses
        5 views
        0 likes
        Last Post burtoninlondon  
        Started by AaronKoRn, Yesterday, 09:49 PM
        0 responses
        14 views
        0 likes
        Last Post AaronKoRn  
        Started by carnitron, Yesterday, 08:42 PM
        0 responses
        11 views
        0 likes
        Last Post carnitron  
        Started by strategist007, Yesterday, 07:51 PM
        0 responses
        13 views
        0 likes
        Last Post strategist007  
        Started by StockTrader88, 03-06-2021, 08:58 AM
        44 responses
        3,983 views
        3 likes
        Last Post jhudas88  
        Working...
        X