PureBytes Links
Trading Reference Links
|
Dear forticus64,
Sorry for having missed reading your mail before.
In the following, how do I activate "midnight"?
// forecast-myself.afl
//
myvolume=131.1; // adjust once per quarter and after holiday
mylow=14.00; // after lunch
myhigh=midnight; // rest of family asleep
myclose=02.00; // dual core needs cooling
myopen=IIf(workday=True, 7.00, 7.05); // so this one really depends
... ;-)
Thanks
gakkhar
------- Forwarded message -------
From: forticus64 <m.ott@xxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
Cc:
Subject: [amibroker] Re: AUOTMATIC ANALYSIS
Date: Sun, 11 Mar 2007 02:34:47 +0530
--- "Vinay Gakkhar." wrote:
> Using Amibroker, I want to forecast for myself tomorrow's
^^^ ^^^^^^
> (next day's) likely open, high, low, close, & volume.
easy... among those five there is just one free parameter "for myself",
adjust to your custom:
// forecast-myself.afl
//
myvolume=131.1 // adjust once per quarter and after holiday
mylow=14.00 // after lunch
myhigh=midnight // rest of family asleep
myclose=02.00 // dual core needs cooling
myopen=IIF(workday=true, 7.00, 7.05); // so this one really depends
... ;-)
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|