v9
Added:
getPriceAtZscore(zscore, standardDeviation, mean)
Price at Z-Score. Calculate the price at a given z-score, standard deviation and mean.
Parameters:
zscore (float): (float) Z-score
standardDeviation (float): (float) Standard deviation
mean (float): (float) Moving average.
Returns: (float) Price at Z-score