Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Action.Buy not compiling on 7

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

    Action.Buy not compiling on 7

    I was trying to recompile all my old codes to Ninja 7 and I am getting this error when defining variables ; (System.Action doesnt contains a definition for Buy)

    Action targetAction = Action.Buy;

    What can I do ?
    pmaglio
    NinjaTrader Ecosystem Vendor - The Indicator Store

    #2
    Please see here: http://www.ninjatrader.com/support/f...ad.php?t=21016

    It has been renamed to OrderAction.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I Changed
      "Action targetAction = Action.Buy;"
      by
      "Action targetAction = OrderAction.Buy ;"

      ..and I get this error ;

      CS0029 "Cannot implicitly convert type 'NinjaTrader.Cbi.OrderAction' in 'System.Action'

      What am I doing wrong ?
      pmaglio
      NinjaTrader Ecosystem Vendor - The Indicator Store

      Comment


        #4
        If you're working with it in the IOrder or AtmStrategyCreate() context the change should fit, could you perhaps post the 6.5 code you're trying to adapt?

        Comment


          #5
          This is the original 6.5 code I was trying to convert...
          btw, I dont fully remember what it does, it is a strategy with some functions called from my main strategies and indicators ;

          Attached Files
          pmaglio
          NinjaTrader Ecosystem Vendor - The Indicator Store

          Comment


            #6
            pmaglio,

            You need to be changing both parts to OrderAction. You can't leave it as Action on the left hand side of your statement and OrderAction on the right hand side.
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              Thanks Josh !

              Everything compiled and working perfect !
              pmaglio
              NinjaTrader Ecosystem Vendor - The Indicator Store

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              605 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              351 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              105 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              560 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              561 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X