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:	150
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 Mindset, 04-21-2026, 06:46 AM
            0 responses
            93 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            138 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            68 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by cmoran13, 04-16-2026, 01:02 PM
            0 responses
            123 views
            0 likes
            Last Post cmoran13  
            Started by PaulMohn, 04-10-2026, 11:11 AM
            0 responses
            73 views
            0 likes
            Last Post PaulMohn  
            Working...
            X