Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NTStrategyPosition in simulator mode

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

    NTStrategyPosition in simulator mode

    Will NTStrategyPosition work to call up the position of a strategy while in Simulator mode?

    I have a position check in a TradeStation strategy that is not executing correctly in NT. NT keeps adding positions each bar when it should only hold one contract and either reverse or exit.

    #2
    Hello Shutson,

    Yes, it should read the strategy position for the specified strategy. Unfortunately I'm not sure how you would debug this exactly in TS, but I would make sure the equivalent code in TS is generating a value that you expect.

    string NTStrategyPosition(string strategyId)
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Do I need to specify a strategyId in the code or does NT assign its own? Currently I have the test specified as:

      If NTStrategyPosition("") = 0 then begin

      Yet it continues to run the subroutine even though the strategy took a position during the last bar that remains open.

      Comment


        #4
        I'm not sure if you need to specify a strategy ID here. I will have our TradeStation expert follow up with you tomorrow. Thank you for your patience.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Passing a strategy id in is optional, but needed should you wish to reference it from other functions via your TS code - http://www.ninjatrader-support.com/H...arameters.html
          BertrandNinjaTrader Customer Service

          Comment


            #6
            Thank you Bertrand.

            Are you aware of any resource for coding / debugging TradeStation strategies that are executed in NinjaTrader? The sections of NT help pertaining to TS are rudimentary at best. TS does not appear to allow discussions of other platforms on their support forum so there is no help there.

            Comment


              #7
              Unfortunately I'm not aware of any specific sections to point you to, you can review our NTSample for the basics to get started and from there it would be using the helpguide for the functions and the easy language output to debug.
              BertrandNinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by kaywai, 09-01-2023, 08:44 PM
              5 responses
              601 views
              0 likes
              Last Post NinjaTrader_Jason  
              Started by xiinteractive, 04-09-2024, 08:08 AM
              6 responses
              22 views
              0 likes
              Last Post xiinteractive  
              Started by Pattontje, Yesterday, 02:10 PM
              2 responses
              17 views
              0 likes
              Last Post Pattontje  
              Started by flybuzz, 04-21-2024, 04:07 PM
              17 responses
              230 views
              0 likes
              Last Post TradingLoss  
              Started by agclub, 04-21-2024, 08:57 PM
              3 responses
              17 views
              0 likes
              Last Post TradingLoss  
              Working...
              X