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 FrazMann, Today, 11:21 AM
        0 responses
        1 view
        0 likes
        Last Post FrazMann  
        Started by geddyisodin, Yesterday, 05:20 AM
        8 responses
        51 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by cmtjoancolmenero, Yesterday, 03:58 PM
        10 responses
        36 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by DayTradingDEMON, Today, 09:28 AM
        4 responses
        24 views
        0 likes
        Last Post DayTradingDEMON  
        Started by George21, Today, 10:07 AM
        1 response
        18 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Working...
        X