StockFetcher Forums · Stock Picks and Trading · Shills Swing N Daily<< 1 ... 259 260 261 262 263 ... 493 >>Post Follow-up
Kevin_in_GA
4,599 posts
msg #133324
Ignore Kevin_in_GA
12/20/2016 1:23:53 PM

Position sizing is very smart - focus on how much you are willing to lose, then use the natural volatility of the stock or ETF to determine the size of the bet. Example - if you are willing to lose up to but no more than $1000 on any given trade, and you want to take a position in one of your typical leveraged ETF trades, you can approach it as follows and adjust your thresholds to meet your own tolerances and objectives.

Fetcher[
symlist(erx,ery,vxx,xiv,tvix,dgaz,ugaz,nugt,dust)

/*DETERMINE THE MAXIMUM AMOUNT YOU ARE WILLING TO LOSE*/
SET{RISKLEVEL, 1000}

/*DETERMINE LIMIT ENTRY POINT*/
SET{LIMITENTRY, CLOSE}

/* VAN THARP POSITION SIZING - SET THE STOP LOSS AND SHARE SIZE BASED ON LIMIT ENTRY AND AMOUNT WILLING TO LOSE*/
SET{2ATR, 2 * ATR(20)}
SET{STOPLOSS, LIMITENTRY - 2ATR}

/*DETERMINE THE NUMBER OF SHARES TO BE PURCHASED*/
SET{SHARESTOBUY1, RISKLEVEL/2ATR}
SET{SHARESTOBUY, ROUND(SHARESTOBUY1, 1)}

/*TOTAL AMOUNT OF EQUITY USED IN THIS TRADE*/
SET{POSITIONAMT, LIMITENTRY * SHARESTOBUY}

ADD COLUMN RSI(2)
ADD COLUMN LIMITENTRY {limit entry}
ADD COLUMN STOPLOSS {stop loss}
ADD COLUMN SHARESTOBUY {shares to BUY}
ADD COLUMN POSITIONAMT {POSITION SIZE (IN DOLLARS)}
]



pthomas215
1,251 posts
msg #133326
Ignore pthomas215
12/20/2016 2:48:38 PM

Thank you both. Both comments help a lot. what a great filter Kevin.

Kevin_in_GA
4,599 posts
msg #133327
Ignore Kevin_in_GA
12/20/2016 2:51:03 PM

If you are planning to short, you just ADD the 2ATR to the close price. The number of shares will be the same because it is set by the volatility, not the direction.

shillllihs
6,094 posts
msg #133328
Ignore shillllihs
12/20/2016 2:54:28 PM

This is good stuff.
I've been taking smaller positions and diversifying more and though I don't get the same rush when I win, it takes the sting out of losses.

shillllihs
6,094 posts
msg #133334
Ignore shillllihs
12/20/2016 10:38:14 PM

Bought Ung, Uso Kwt for buy n hold before the close.

shillllihs
6,094 posts
msg #133342
Ignore shillllihs
12/21/2016 9:58:33 AM

Ok, we are clear for takeoff, VXX will peak out around 35-36, may dip into the 22s or just spike from here.

shillllihs
6,094 posts
msg #133343
Ignore shillllihs
12/21/2016 10:59:26 AM

Got in Vxx 23.86 if it come back will buy more but this could move.

shillllihs
6,094 posts
msg #133345
Ignore shillllihs
12/21/2016 1:47:57 PM

“It’s a sucker’s game. You can’t win out there, you understand. We got the percentages rigged all in our favor. The longer you stay, the more you play, the more chances you got of losing. I don’t let nobody around me who gambles. A couple thousand, okay, but no gambling!”
Famous Greek Mobster Gus Alex

shillllihs
6,094 posts
msg #133346
Ignore shillllihs
12/21/2016 2:09:38 PM

Other than UNG which is rocking me,
December 21st 2016, nominee for the most boring day in stock market history.💩

pthomas215
1,251 posts
msg #133348
Ignore pthomas215
12/21/2016 2:57:53 PM

thanks shillihs. I have often wondered about the Investment strategies of Sammy "The Bull" Gravano.

Curious why you didnt wait until 20,000 dow to buy the vix?

StockFetcher Forums · Stock Picks and Trading · Shills Swing N Daily<< 1 ... 259 260 261 262 263 ... 493 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.