SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Stochastics

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bob Willett who wrote (180)2/17/1998 12:46:00 PM
From: Wayners  Read Replies (1) of 927
 
Alright. They're in WoW/Metastock format, eight formulas total. Peri is the variable for the number of stochastic periods you want to use. I like using 5. Peri2 is periods for the bollinger bands on stochastics. I like using 12. Devi is the number of standard deviations. I always use 2. In addition to the upper middle and lower bands, the last two formulas plot additional bands between the middle and upper band and the middle and lower band. I use those to indicate sufficient "hook" size for a trade.

(mov(stoch(peri,3),peri2,s)+std(stoch(peri,3),peri2,devi))

(mov(stoch(peri,3),peri2,s)-std(stoch(peri,3),peri2,devi))

mov(stoch(peri,3),peri2,s)

stoch(peri,3)

trend(20,20)

trend(80,80)

(mov(stoch(peri,3),peri2,s)+(mov(stoch(peri,3),peri2,s)+std(stoch(peri,3),peri2,devi)))/2

(mov(stoch(peri,3),peri2,s)+(mov(stoch(peri,3),peri2,s)-std(stoch(peri,3),peri2,devi)))/2
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext