TOTALEQUITY |
Top Previous Next |
Keyword Description Category-related / Category-legal. Class Function Where Legal
Syntax TOTALEQUITY
Return Value Returns dollar value of current equity. Example Sample code IF NEWRISK > TOTALEQUITY * .10 THEN NEWCONTRACTS = 0 ' if NEWRISK greater that 10% of TOTALEQUITY, then reject trade. |