| scvidar 87 posts
 msg #118811
 - Ignore scvidar
 | 3/27/2014 11:13:45 PM 
 Any ides of how to do a Stochastic of Volume? I tried CMA but couldn't get it to work?
 
 
 | 
| four 5,087 posts
 msg #118812
 - Ignore four
 modified
 | 3/27/2014 11:20:04 PM 
 /*
 
 IndPosition
 Parameters 	Indicator
 Length
 Usage 	indposition(indicator,length)
 Description 	This measure returns the current position of an indicator with respect to the min and max of the measure over the specified number of days.
 
 The value returned will be between 0 and 1. Values closer to 0 indicate the measure is closer to the lower bound in the given period of time. Values closer to 1 indicator the current value of the measure is closer to making a high over the specified period of time.
 
 */
 
 
 
 
 | 
| dwiggains 448 posts
 msg #118822
 - Ignore dwiggains
 modified
 | 3/28/2014 9:17:03 AM 
 Interesting
 
 
 This seems to tell when a stock move is over or in the last few days of the move.
 
 
 
 
 See ya
 David
 
 
 |