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

          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.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              61 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              40 views
              0 likes
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              21 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Started by TheRealMorford, 03-05-2026, 06:15 PM
              0 responses
              23 views
              0 likes
              Last Post TheRealMorford  
              Started by Mindset, 02-28-2026, 06:16 AM
              0 responses
              51 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Working...
              X