POINTVALUE |
Top Previous Next |
Keyword Description Dollar value of a 1.0 price move Class Function Where Legal
Syntax POINTVALUE[1] Argument is optional but recommended if your price data includes foreign denominated symbols. Example Sample code COL1 = ATR[15] * POINTVALUE SIZING[1] = COL1[1] ' in Resources we save the dollar value of recent volatility
NEWCONTRACTS = (EQUITY * .01) / SIZING[1] ' In the initial size logic, we reference the volatility ' value previously saved. This sizes the position in inverse ' proportion to volatility. The more market volatility, the smaller ' the position.
|