PureBytes Links
Trading Reference Links
|
Hi Tony,
It looks like TS (in this case at least) is the same as the SuperCharts
code.
input:period(10),price(close);
var:HMA(0);
HMA = waverage(2*waverage(close,period/2)-waverage(close,period),
SquareRoot(Period));
plot1(HMA);
Tony Ross wrote:
Would someone be so kind as to post the EasyLanguage code for the
"[JT] Hall Moving Average" please?
|