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

Re: TS4 log function



PureBytes Links

Trading Reference Links

> I am trying to calc a base 10 log in a TS indicator

{****************
function: log10
dh: 2000
****************}

input: num(numeric);

log10 = log(num) / 2.302585;


-- 
  Dennis