PureBytes Links
Trading Reference Links
|
[Mail is bouncing so resending from here]
Right on, Tomasz.
I eventually want to "batch" multiple tests on a 2nd box via AO , so
your suggestion fits right in and the script in AO Model Help should
get me going.
Thanks,
Bob
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> SetOption does not allow that because periodicity has to be
> set PRIOR to AFL execution.
> As for TimeFrame functions they allow to combine different time
frames
> http://www.amibroker.com/guide/h_timeframes.html
> but this is not what Bob has asked for.
>
> You can set it from OLE level by calling AA.LoadSettings
> (and the file that specifies the periodicity you want to work with),
> but this can be done only from external script.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "Bob Jagow" <bjagow@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, July 31, 2004 5:57 AM
> Subject: RE: [amibroker] Set Periodicity?
>
>
> > Sounds like I wasn't clear, Anthony.
> > I just wanted to be able to change the setting from one bar
length to
> > another without having to go into Settings.
> > SetOption handles most everything else, so I thought there might
be an
> > OLE trick or some such.
> >
> > Bob
> >
> > -----Original Message-----
> > From: Anthony Faragasso [mailto:ajf1111@x...]
> > Sent: Friday, July 30, 2004 6:54 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] Set Periodicity?
> >
> >
> > Bob,
> >
> > Would TimeframeSet() work ?
> >
> > Anthony
> >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|