PureBytes Links
Trading Reference Links
|
Thanks, Tomasz!
--- Tomasz Janeczko <amibroker@xxxxxx> wrote:
> Hello,
>
> Code is quite simple to write:
>
> TheDate = DateNum() == 1050615; // 2005-06-15
>
> Every21 = ( BarsSince( TheDate ) % 21 ) == 0;
>
> Plot( Every21, "", colorYellow, styleHistogram |
> styleOwnScale | styleNoLabel , 0, 1 );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: Amon Ra
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Friday, September 02, 2005 3:10 PM
> Subject: Re: [amibroker] Date
>
>
> It's a good idea, but I want to create a code to
> plot those lines in all stocks' charts. I need a
> code to do this.
>
> wavemechanic <fimdot@xxxxxxxxx> wrote:
> The simplest way might be to use the Fibonacci
> Time Extension charting tool and adjust the
> Fibonacci levels to 0%, 100%, 200%, etc. Setting
> the 0% and 100% at 21 days will then produce the
> cycle that you want up to a maximum of 10 lines.
> ----- Original Message -----
> From: amon_gizeh
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Friday, September 02, 2005 8:47 AM
> Subject: [amibroker] Date
>
>
> Hi!
> How can I draw a vertical line to a particular
> date (for exemple
> 15.06.2005) and repeat this operation at each
> 21 days?
>
> Thanks for help!
>
>
>
>
>
>
>
--------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database:
> 267.10.18/86 - Release Date: 08/31/05
>
>
>
>
------------------------------------------------------------------------------
> Start your day with Yahoo! - make it your home
> page
>
> Please note that this group is for discussion
> between users only.
>
> To get support from AmiBroker please send an
> e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
>
>
>
> SPONSORED LINKS Investment management software
> Real estate investment software Investment property
> software
> Software support Real estate investment
> analysis software Investment software
>
>
>
------------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "amibroker" on the web.
>
> b.. To unsubscribe from this group, send an
> email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
>
------------------------------------------------------------------------------
>
>
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
------------------------ Yahoo! Groups Sponsor --------------------~-->
Put more honey in your pocket. (money matters made easy).
http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|