--- "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
... ;-)