Designates the number of shares to buy or sell.
Syntax:
1 |
SHARES |
Example :
1 2 3 4 5 6 |
myMACD = MACD[12,26,9](close) short = myMACD crosses under 0 IF NOT ShortOnMarket AND short THEN SELLSHORT 1 SHARES AT MARKET ENDIF |