Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Access to account info Through DLL functions

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

    Access to account info Through DLL functions

    Is there a way to access account info like in TS , I always check not to exceed my buying power and use a daily StopLoss for the whole account:

    RTGetNumPositions = GetNumPositions(AccountID);
    RTUnrealizedPL = GetRTUnrealizedPL (AccountID);
    RTRealizedPL = GetRTRealizedPL (AccountID);
    RTAccountNetWorth = GetRTAccountNetWorth(AccountID);
    RTOvernightBuyPower = GetRTOvernightBuyingPower(AccountID);
    RTDaytradingBuyPower = GetRTDaytradingBuyingPower(AccountID);
    RTPositionQuantity = GetPositionQuantity(vSymbolName, AccountID);


    Do you know of a way to gain access to this info through Ninja?
    Is there a way to access these properties of the account for Interactive Brokers? If not can you add this functionality in the future?

    These functions are highly important for me since they allow me to manage risk for the whole account and manage a large portfolio of different symbols.


    #2
    Hello ashaman,

    Welcome to the NinjaTrader forums!

    Access to some of these properties has been added for version 7.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by naanku, Yesterday, 07:25 PM
    2 responses
    12 views
    0 likes
    Last Post bltdavid  
    Started by dcriador, Yesterday, 10:45 AM
    3 responses
    27 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by SnailHorn, Yesterday, 10:49 PM
    2 responses
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
    26 responses
    88 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by PaulMohn, Yesterday, 06:59 PM
    1 response
    25 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X