PureBytes Links
Trading Reference Links
|
TJ,
Nice to see you are around. Can you be kind enough to
throw some light on my query in the mail appended
below? Will be most obliged. If not convenient do let
me know , will then send a request for guidance to
support.
Thanks and Regards
R S
--- Rakesh Sahgal <rakeshsahgal@xxxxxxxxx> wrote:
> To: amibroker@xxxxxxxxxxxxxxx
> From: Rakesh Sahgal <rakeshsahgal@xxxxxxxxx>
> Date: Sat, 18 Jun 2005 07:28:44 -0700 (PDT)
> Subject: [amibroker] Setting exploration periodicty
> via param based switch
>
> Hi All,
>
> I am trying to use param to set the timeframe i.e.
> daily or weekly that will be used to run an
> exploration. First of all is it possible? if so how
> close am I to doing that using the code below?
>
> I did use the tools verify command in the window for
> writing code and apparently it is correct. However
> how
> do I give effect to the my choice prior to running
> an
> exploration.
>
> TIA for any help.
>
>
> Regards
>
>
> R
>
>
>
> PRDCTY=Param("PERIODICITY - D=2, W=4",2,2,4);
>
>
> TF=IIf(PRDCTY=2, TimeFrameSet(inDaily),IIf(PRDCTY=4,
> TimeFrameSet(inWeekly),O));
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
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/
|