PureBytes Links
Trading Reference Links
|
Graham,
Tomasz has just given a solution to this (see below). I guess you would place this
code containing your static globals into an indicator you know will be
executed when AmiBroker opens. Not the best solution but its good to
have this option.
I've sent a feature request for an option in the preferences area that
would allow us to specify an AFL file name that would get executed
whenever AmiBroker opens.
if( StaticVarGet("RunAlready" ) != 1 )
{
// code to run once here
// ...
//...
StaticVarSet("RunAlready", 1 );
}
Best regards,
William Peters
www.amitools.com
Saturday, July 10, 2004, 6:40:59 AM, you wrote:
G> These new features have me confused. There is no file name called up, so
G> where are these variables located?
G> Cheers,
G> Graham
G> http://e-wire.net.au/~eb_kavan/
------------------------ 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/
|