Page 1 of 1

Elder's thermometer

Posted: Tue Aug 30, 2016 6:41 pm
by henry1224
under the parameter tab

N double 13 2 100

here is the formula

HVal:=Abs(H-Ref(H,1));
LVal:=Abs(L-Ref(L,1));
Therm:=If(HVal>LVal,Hval,LVal);
ThermA:EMA(Therm,N);