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:	144
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 argusthome, 03-08-2026, 10:06 AM
            0 responses
            116 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            61 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            40 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            43 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            82 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X