SIZING[n] |
Top Previous Next |
Keyword Description Facilitated passing values to SIZ code from SIG code Class Expression Where Legal
Syntax SIZING[n] Where n is an integer value 1-8 Example Sample code COL1 = ATR[15] SIZING[8] = COL1[1] * POINTVALUE ' save $ volatility in sizing[1]
Sample code EQUITY_TO_RISK = (TOTALEQUITY * .01) NEWCONTRACTS = EQUITY_TO_RISK/ SIZING[8]
|