PureBytes Links
Trading Reference Links
|
You must have some quotes showing on some weekends.
If you want to create it without you could use something like this
usetrade = dayofweek()>=1 and dayofweek<=5;
addtocomposite( iif( usetrade, C, null), "~comp", "C", 7 );
On Tue, 15 Mar 2005 06:27:58 -0000, joglekar_ajay
<technical.trader@xxxxxxxxx> wrote:
>
>
> When I am calculating a multiple security statistic I am also getting
> quotes getting created for saturday and sunday.This does not happen
> for all of the time but for a certain period.What could be the
> possible reasons? Can it be because my quotes are screwed ?
>
> -Ajay
>
>
> 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
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|