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

Re: [amibroker] Re: To Anthony



PureBytes Links

Trading Reference Links

I copy and pasted the formula you emailed to me into Indicator builder, and
applied ( see example3), I see no problems , also , check examples 1 and 2,
if you are in zoom mode or you do not have enough data loaded ,the indicator
spreads out.
Check example 4, I reduced the number of quotations to 150, and check
indicator at bottom of screen, could this be happening to you.

How to send Image Files:
if you are using windows; when you have the image on the screen that you want
to send, Press the Print Screen button on the top of you keyboard, then open
Paint Program, click edit menu, then click Paste, and dialog box says
something like file to large, etc...., click yes, then click file menu,...
save as..save as dialog box opens, save in My documents , give file a name,
then change file type to JPEG. click ok. then when you e-mail attach file.
Hope this helps.

Anthony

gillesdeprez@xxxx wrote:

> --- 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/
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

--------------CEA8584E785F2EFADB9107D6
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
gilles;
<p>I copy and pasted the formula you emailed to me into Indicator builder,
and applied ( see example3), I see no problems , also , check examples
1 and 2,&nbsp; if you are in zoom mode or you do not have enough data loaded
,the indicator spreads out.
<br>Check example 4, I reduced the number of quotations to 150, and check
indicator at bottom of screen, could this be happening to you.
<p><b><i>How to send Image Files:</i></b>
<br><b><i>if you are using windows; when you have the image on the screen
that you want to send, Press the Print Screen button on the top of you
keyboard, then open Paint Program, click edit menu, then click Paste, and
dialog box says something like file to large, etc...., click yes, then
click file menu,... save as..save as dialog box opens, save in My documents
, give file a name, then change file type to JPEG. click ok. then when
you e-mail attach file.</i></b>
<br><b><i>Hope this helps.</i></b><b><i></i></b>
<p>Anthony
<p>gillesdeprez@xxxx wrote:
<blockquote TYPE=CITE>--- In amibroker@xxxx, Anthony Faragasso &lt;ajf1111@xxxx>
wrote:
<br>> gilles;
<br>>
<br>> can you send me an image file attached to the email, so I can see
<br>what is
<br>> happening, and also copy and paste the exact formula you have in
<br>your
<br>> indicator builder, so I can look at it.
<br>>
<br>> Thanks
<br>> Anthony
<br>>
<br>> gillesdeprez@xxxx wrote:
<br>>
<br>> > Hi again!
<br>> > I deleted the 3 lines...and I can't see any difference! Is this
a
<br>> > kind of a miracle??
<br>> > G.
<br>> >
<p>Ok, here is what I have in IB; about the image...I havn't the
<br>foggiest idea about how to do that! Bouh! I'm sorry!
<br>Gilles
<br>> >/* Williams %R and 9 day Mov.avg.*/
<br>/* by Anthony Faragasso */
<br>MaxGraph =10;
<p>R = ((HHV(H,14) - C) /(HHV (H,14) -LLV (L,14))) *-100;
<br>Graph0 = R;
<br>Graph1 =-30;
<br>Graph2 =-70;
<br>Graph3 =-90;
<br>Graph4 =-10;
<br>Graph5=MA(R , 9);
<br>Graph5Style = 1+4;
<br>Graph5Color =1;
<br>Graph0Style=1+4;
<br>Graph1Style =Graph2Style= 1;
<br>Graph3Style&nbsp; =Graph4Style =2;
<br>Graph3Color = Graph4Color =5;
<br>Graph2Color = Graph1Color =12;
<p>/*x = BarsSince( Cross( r, MA( r, 9)));*/
<br>/*y = BarsSince( Cross( MA(r, 9), r));*/
<br>/*Graph8 = ( x == 0 OR y == 0 ) * 30;*/
<p>Title =Name() + " -Williams %R: " +" % R Line " +"("+ WriteVal (
<br>Graph0,format=1.2)+")"+ "&nbsp; Signal Line " + ""+"("+WriteVal
<br>(Graph5,format=1.2)+")" +" , "&nbsp;&nbsp; + Date(&nbsp; );
<br>> >
<br>> > Your use of Yahoo! Groups is subject to
<br>http://docs.yahoo.com/info/terms/
<br>&nbsp;
<br>&nbsp;
<p>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/</blockquote>
</html>

--------------CEA8584E785F2EFADB9107D6--

Attachment: Description: ""

Attachment: Description: ""

Attachment: Description: ""

Attachment: Description: ""