PureBytes Links
Trading Reference Links
|
[Mail is bouncing so resending from here]
William and Anthony,
I see TJ came to the rescue, but hate to waste what I'd pondered 8<)
-----------
Good thought, but how do I use it?
In order to use the same code in IB as in AA, do I wrap just the
Buy/Sell code in the Timeframe call
---
TimeframeSet(in5minutes);
Buy = cover = cond1;
sell = short = cond2;
TimeframeRestore()
----
and somehow use Interval() to control whether this block is executed?
Regards,
Bob
--- In amibroker@xxxxxxxxxxxxxxx, William Peters <williampeters@xxxx>
wrote:
> Bob,
>
> Periodicity is one of the settings that is not available via AFL.
> Can't you use TimeframeSet() function.
>
>
> Regards,
> William Peters
> www.amitools.com
>
>
> Friday, July 30, 2004, 11:57:28 PM, you wrote:
>
> BJ> Sounds like I wasn't clear, Anthony.
> BJ> I just wanted to be able to change the setting from one bar
length to
> BJ> another without having to go into Settings.
> BJ> SetOption handles most everything else, so I thought there
might be an
> BJ> OLE trick or some such.
>
> BJ> Bob
------------------------ 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/
|