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

Re: [amibroker] Finding and gathering afl code



PureBytes Links

Trading Reference Links

Well, Graham, 50%5 is equal to 0. Nothing more, nothing less, just 0.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> ! Means not, "!=" is same as saying "not equal to"
> 
> % apart from beinf percent sign :) it is the means to calculate the
> remainder of a number divided by another. Like the MOD function in 
excel.
> 50%5 would give you 1,2,3,4,0,1,2,3,4 etc
> 
> Cheers,
> Graham
> http://groups.msn.com/asxsharetrading
> http://groups.msn.com/fmsaustralia 
> 
> -----Original Message-----
> From: doedau [mailto:don.edwards@x...] 
> Sent: Thursday, 8 January 2004 4:56 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Draw vertical line
> 
> 
> Could someone help me and explain what the ! and % symbols do, or 
> where they are explained, I cant find them in the help file and 
> havent used them before.
> Many thanks in advance.

doedau,
% is the modulus operator.
It gives the remainder of the division.
Example
51%5 is equal to 1, because 51=5*10+1

> --- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> > Hi JS, exactly what I was looking for. Thanks.
> > 
> > ----- Original Message -----
> > From: "johsun" <johanskatt@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Monday, January 05, 2004 4:55 PM
> > Subject: [amibroker] Re: Draw vertical line
> > 
> > 
> > > Plot(C,"",colorBlack,styleCandle);
> > > x=!Cum(1)%10; 
> > > Plot(x,"",colorRed,styleHistogram|styleOwnScale|styleNoLabel);
> > > 
> > > JS
> > >  
> > > 
> > > --- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> > > > Every 10 bars I want to draw a vertical line over
> > > > the full height of the chart window, ie. as a seperator
> > > > or divider. Is this possible?
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> 
> Yahoo! Groups Links
> 
> To visit your group on the web, go to:
>  http://groups.yahoo.com/group/amibroker/
> 
> To unsubscribe from this group, send an email to:
>  amibroker-unsubscribe@xxxxxxxxxxxxxxx
> 
> Your use of Yahoo! Groups is subject to:
>  http://docs.yahoo.com/info/terms/


Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Yahoo! Groups Links

To visit your group on the web, go to:
 http://groups.yahoo.com/group/amibroker/

To unsubscribe from this group, send an email to:
 amibroker-unsubscribe@xxxxxxxxxxxxxxx

Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/