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

Instrument margin

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

    Instrument margin

    hi. what's the strategy "code" for obtaining the amount of margin consumed by a contract for a futures instrument? e.g. I wanna buy 1 gold (GC) contract. how do I find out how much margin the broker is charging for that position?

    #2
    Hello jalexan1,

    The margin must be reported by the broker to be able to call this.

    Below is a link to a forum thread that shows what information items are available for each connection type.


    I'm not certain of this, but I think the Initial Margin is the metric you may be wanting. If the brokerage supports this metric, you can call this with:
    GetAccountValue(AccountItem.InitialMargin)
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Instrument Margin

      Hi Chelsea:

      thanks so much for the reply.

      for the "GetAccountValue(AccountItem.InitialMargin)" method...

      it doesn't look like it knows what instrument is being referred to.
      it seems to only know about my account.
      Unless the instrument is specified, "AccountItem.InitialMargin" doesn't mean anything, does it?
      wouldn't the method also require specification of the instrument as well?

      thanks

      -- Jim Alexander

      Comment


        #4
        Hello Jim,

        The Account will be the account selected for the strategy in the strategy parameters.

        When getting account information with GetAccountValue(), the instrument will not be used. This will be the account information, not the strategy information.

        The primary instrument that is referenced by any script will be the instrument on the chart, or will be the selected for a strategy if adding a strategy directly to the Strategies tab of the Control Center.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          thanks Chelsea : )

          thanks so much
          -- Jim : )

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by hurleydood, 09-12-2019, 10:45 AM
          14 responses
          1,096 views
          0 likes
          Last Post Board game geek  
          Started by cre8able, Yesterday, 04:16 PM
          1 response
          16 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by cre8able, Yesterday, 04:22 PM
          1 response
          14 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by stafe, 04-15-2024, 08:34 PM
          5 responses
          28 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by StrongLikeBull, Yesterday, 04:05 PM
          1 response
          12 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Working...
          X