Quote from sgsaxton:
Can anyone tell me what it is, its uses and advantages?
inputs: r(numericsimple), s(numericsimple), u(numericsimple);
value1= 100* TripleAverage(close-open, r, s, u);
value2= tripleaverage(high-low,r,s,u);
if value2 <> 0 then
blaucsi = value1/value2
else
blaucsi = 0
Then plug that into this:
inputs: r(13), smooth1(5), smooth2(5);
value1 =blaucsi(r,smooth1,1);
value2 = blaucsi(r,smooth1,smooth2);
plot1(value1, "Blaucsi");
plot2(value2, "sigline");
plot3(20,"Overbought");
Plot4(-20, "Oversold");
Quote from taowave:
John,I am curious as to why a user of TradeStation would say that...Would appreciate any insight
Tao