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

BetterBB



PureBytes Links

Trading Reference Links

 inputs:lookback(79),mult(2),price(c);
vars:alpha(0),mt(0),ut(0),dt(0),
mt2(0),ut2(0),dt2(0),but(0),blt(0);
alpha=2/(lookback+1);
mt=alpha*price+(1-alpha)*mt;
ut=alpha*price+(1-alpha)*ut;
dt=((2-alpha)*mt-ut)/(1-alpha);
mt2=alpha*absvalue(price-dt)+(1-alpha)*mt2;
ut2=alpha*mt2+(1-alpha)*ut2;
dt2=((2-alpha)*mt2-ut2)/(1-alpha);
but=dt+mult*dt2;
blt=dt-mult*dt2;
plot1(dt,"centerb");
plot2(but,"upperb");
plot3(blt,"lowerb");


Qui è un indicatore che ho visto oggi nel nuovo scomparto a termine. È una
variazione speciale della fascia di Bollinger e gli sguardi rinunciano
piacevole.

Ist hier eine Anzeige, die ich heute in die neue Zukunftzeitschrift sah. Es
ist eine spezielle Bandvariante Bollinger und Blicke beenden nettes.

Mark Brown  TradeLab for the Serious Trader http://www.sciapp.com
==================================================
BTW, you might want to ask yourself how far the fraud goes. Can you tell
me how Tradestation\DTN wins the award from TASC for best institutional
trading software when it wasn't even available at the time of the survey?
You couldn't even buy\lease it from DTN. I tried! Advertising revenue can
work wonders! Charles Kaucher to John Sweeney     circa 1997 - 199?
==================================================

Attachment Converted: "c:\eudora\attach\Betterbb.ela"