PureBytes Links
Trading Reference Links
|
Thanks Rakesh - that works
R
--- In amibroker@xxxxxxxxxxxxxxx, Rakesh Sahgal <rakeshsahgal@xxxx>
wrote:
> I have tried to move settings between daily and weekly
> views using the interval function. This is how I use
> it:
>
> INT_CHK=Interval();
>
> I_C_SWTCH= IIf(INT_CHK==inDaily,"your daily
> settings",IIf(INT_CHK==inWeekly,"your weekly
> settings",0)) ;
>
> HTH
>
> R
>
>
>
> --- Graham <kavemanperth@xxxx> wrote:
>
> > what things would you want to adjust?
> > timeframeset etc are set to whatever setting
> > (in---ly) you give them
> > and are not changed by the view setting.
> >
> > On 7/26/05, ricko8294_98 <ricko@xxxx> wrote:
> > > TJ
> > > There is a TimeFrameSet function to set the
> > intraday time frame and a
> > > TimeFrameGetPrice function, and others for
> > converting data to different
> > > time frames, etc., all of which are great.
> > >
> > > However, is there a way to "know" (i.e. as in a
> > function which might be
> > > called TimeFrameGet - as a companion to
> > TimeFrameSet) so that a program
> > > can automatically adjust things when one changes
> > the intraday setting
> > > using the View -- Intraday menu??
> > >
> > > Rick
> > >
> > >
> > >
> > >
> > >
> > > 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
> > AB-Write >< Professional AFL Writing Service
> > Yes, I write AFL code to your requirements
> > http://e-wire.net.au/~eb_kavan/ab_write.htm
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/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/
|