Quote from svrz:
Thanks, Doug. Our graphs look vastly different.
Here is my WL code for these calcs. Do they somewhat match yours (ignoring the langauge differences, of course)?
Thanks and take care.
--------------------------------------
{$I 'T3'}
function Dot(series : integer) : integer;
begin
var factor : float = 100 *(390/BarInterval);
SNIP
end;
Sorry, I don't understand WL code; could you write it in algebraic notation?
DS
)?