TOTALMARGIN |
Top Previous Next |
Keyword Description Category-related / Category-legal. Class Function Where Legal
Syntax TOTALMARGIN
Return Value Returns dollar value sum of margin required for all open trades. Example Sample code IF NEWMARGIN > TOTALMARGIN * .2 THEN NEWCONTRACTS = 0 ' if margin for a single new item would represent more than ' 20% of the current total, reject the trade |