Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Strategy Stop Working after adding 60 min data series and Indicator

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

    Strategy Stop Working after adding 60 min data series and Indicator

    Hello,

    My strategy was working fine with no issues.

    Than I added 60 minute data series to monitor the 60 minute EMAs as a condition in my main strategy I run on the 5 minute chart. I run the Strategy Analyzer and get no results and the errors below.

    May I please have some help please? This is my first time trying to use multi-time frame chart indicators in a strategy.

    Thank you so much.


    #2
    Hello simple_goodoboy,

    The error is letting you know that when using multiple series, you must specify the bars in progress for BarsSinceExitExecution().

    BarsSinceExitExecution(int barsInProgressIndex, string signalName, int exitExecutionsAgo)


    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_ChelseaB View Post
      Hello simple_goodoboy,

      The error is letting you know that when using multiple series, you must specify the bars in progress for BarsSinceExitExecution().

      BarsSinceExitExecution(int barsInProgressIndex, string signalName, int exitExecutionsAgo)

      Thank you so much

      Thank you so much Chelsea. Everything is working now. Thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Rogers101, 05-05-2024, 11:30 AM
      3 responses
      21 views
      0 likes
      Last Post Rogers101  
      Started by nightstalker, 05-04-2024, 02:05 PM
      5 responses
      53 views
      1 like
      Last Post nightstalker  
      Started by MSerag, Yesterday, 11:52 PM
      0 responses
      11 views
      0 likes
      Last Post MSerag
      by MSerag
       
      Started by DynamicTest, Yesterday, 11:18 PM
      0 responses
      3 views
      0 likes
      Last Post DynamicTest  
      Started by dcriador, Yesterday, 01:43 AM
      3 responses
      22 views
      0 likes
      Last Post dcriador  
      Working...
      X