| DYO: Price Finder example for Stochastic |
![]()
A: The %K cross %D forecast selection is a mathematical formula based on exponential averages (if I remember correctly) being used in the formula. The Price Finder will work with any formula used in the study by iteratively trying all the prices on the chart scale to see if any of them cause the test flags to change states. So price finder runs a test price through the study formulas, which is quite like the data feed giving us that price in real-time.
I will use your 8StoKXD example for my suggestions.


You do the PriceFinder twice, once to get the High crossing price and a 2nd to get the low crossing price. And you plot the price in either green or red. You could do the same using 1 Price Finder as shown above. I also plotted the line so you could see the forecast price is working. Line A and B initialize the paint can with Red or Green for the Line C to use as the plotted line and the label. The only thing lost in my example was the arrow in the label pointing left or right as in your example. However, Price Finder is one of the slowest studies to calculate, so a reduction of 2 to 1 in this example is a significant speed improvement.