Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Instrument margin
Collapse
X
-
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
-
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
-
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
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
164 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
318 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment