Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy no enabled

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

    Strategy no enabled

    Two very similar strategies, one is enabled, the other is not. Look at the attached file Thank you very much.
    Click image for larger version

Name:	StrategyNoEnabled.JPG
Views:	146
Size:	215.4 KB
ID:	1151741

    #2
    Hello MarianoMA, thanks for writing in.

    Did you have a specific question that I could help out with? What issue are you seeing with your strategies?

    I look forward to hearing from you.

    Comment


      #3

      Good afternoon Chris L. The strategy is not enabled in the chart (the attached one)
      Attached Files

      Comment


        #4

        The FisherTransform (OBV) strategy is enabled on the chart, the other similar one is not
        Attached Files

        Comment


          #5
          Hello MarianoMA, thanks for your reply.

          Whenever a strategy does not enable, or if anything unexpected happens at run time of a script, always check the log tab of the Control Center for errors first. The strategy that is using the OrderFlowCumulativeDelta indicator is not adding the required 1 tick series that the guest indicator uses. See the code example here on this page demonstrating AddDataSeries:

          https://ninjatrader.com/support/help...ive_delta2.htm

          Code:
          else if (State == State.Configure)
          {
            AddDataSeries(Data.BarsPeriodType.Tick, 1);
          }
          Kind regards,
          -ChrisL

          Comment


            #6
            Thank you very, very much Chris L., just great. Solved.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            47 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            23 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            33 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            51 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            42 views
            0 likes
            Last Post CarlTrading  
            Working...
            X