ashaman
09-15-2010, 08:49 AM
When using Tradestation in real time I can gain access to the account properties by using the following reserved words :
RTGetNumPositions = GetNumPositions(AccountID);
RTUnrealizedPL = GetRTUnrealizedPL (AccountID);
RTRealizedPL = GetRTRealizedPL (AccountID);
RTAccountNetWorth = GetRTAccountNetWorth(AccountID);
RTOvernightBuyPower = GetRTOvernightBuyingPower(AccountID);
RTDaytradingBuyPower = GetRTDaytradingBuyingPower(AccountID);
RTPositionQuantity = GetPositionQuantity(vSymbolName, AccountID);
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.
thanks,
NC.
RTGetNumPositions = GetNumPositions(AccountID);
RTUnrealizedPL = GetRTUnrealizedPL (AccountID);
RTRealizedPL = GetRTRealizedPL (AccountID);
RTAccountNetWorth = GetRTAccountNetWorth(AccountID);
RTOvernightBuyPower = GetRTOvernightBuyingPower(AccountID);
RTDaytradingBuyPower = GetRTDaytradingBuyingPower(AccountID);
RTPositionQuantity = GetPositionQuantity(vSymbolName, AccountID);
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.
thanks,
NC.