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 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:	118
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.
    Chris L.NinjaTrader Customer Service

    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
          Chris L.NinjaTrader Customer Service

          Comment


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

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Vikuno1, 11-28-2023, 11:42 PM
            13 responses
            345 views
            1 like
            Last Post PaulMohn  
            Started by Taddypole, 04-26-2024, 02:47 PM
            5 responses
            35 views
            0 likes
            Last Post eDanny
            by eDanny
             
            Started by kujista, 04-23-2024, 06:23 AM
            6 responses
            51 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by giulyko00, 04-24-2024, 12:03 PM
            7 responses
            37 views
            0 likes
            Last Post eDanny
            by eDanny
             
            Started by NM_eFe, Today, 10:13 AM
            0 responses
            12 views
            0 likes
            Last Post NM_eFe
            by NM_eFe
             
            Working...
            X