[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Volatility Stops



PureBytes Links

Trading Reference Links

Inputs: ImpVol(.11), Length(7), ProbFig(1.03643), MrkPrice(114);
Variables: E(2.718282), Factor(0), HighStop(0), LowStop(0);

Factor = ImpVol*SquareRoot(Length/365)*ProbFig;

HighStop = MrkPrice * Power (E, Factor);                            {  Error 
Message Function has no inputs.Parenthesis not needed   ????}                 
                  
LowStop = MrkPrice * Power(E, -1*Factor);

Plot1(HighStop, "StopAbove");
Plot2(LowStop, "StopBelow");

In an attempt to replicate your indicator  that appeared in Omega mag I 
received error message after word Power. Can you help me verify this?

Am I supposed to have a function called Power??

Thank you,

JAC