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

Re: To Anthony



PureBytes Links

Trading Reference Links

--- In amibroker@xxxx, Anthony Faragasso <ajf1111@xxxx> wrote:
> gilles;
> 
> can you send me an image file attached to the email, so I can see 
what is
> happening, and also copy and paste the exact formula you have in 
your
> indicator builder, so I can look at it.
> 
> Thanks
> Anthony
> 
> gillesdeprez@xxxx wrote:
> 
> > Hi again!
> > I deleted the 3 lines...and I can't see any difference! Is this a
> > kind of a miracle??
> > G.
> >


Ok, here is what I have in IB; about the image...I havn't the 
foggiest idea about how to do that! Bouh! I'm sorry!
Gilles
> >/* Williams %R and 9 day Mov.avg.*/
/* by Anthony Faragasso */
MaxGraph =10;

R = ((HHV(H,14) - C) /(HHV (H,14) -LLV (L,14))) *-100;
Graph0 = R;
Graph1 =-30;
Graph2 =-70;
Graph3 =-90;
Graph4 =-10;
Graph5=MA(R , 9);
Graph5Style = 1+4;
Graph5Color =1;
Graph0Style=1+4;
Graph1Style =Graph2Style= 1;
Graph3Style =Graph4Style =2;
Graph3Color = Graph4Color =5;
Graph2Color = Graph1Color =12;

/*x = BarsSince( Cross( r, MA( r, 9)));*/
/*y = BarsSince( Cross( MA(r, 9), r));*/
/*Graph8 = ( x == 0 OR y == 0 ) * 30;*/

Title =Name() + " -Williams %R: " +" % R Line " +"("+ WriteVal ( 
Graph0,format=1.2)+")"+ " Signal Line " + ""+"("+WriteVal
(Graph5,format=1.2)+")" +" , " + Date( );
> >
> > Your use of Yahoo! Groups is subject to 
http://docs.yahoo.com/info/terms/