Elder's thermometer

This is the place to discuss EdgeRater Chart Script

Moderator: Chris White

Post Reply
henry1224
Posts: 457
Joined: Wed Feb 24, 2016 12:04 pm

Elder's thermometer

Post 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);
Post Reply