----- Original Message -----
Sent: Friday, June 01, 2007 7:02 PM
Subject: [amibroker] ATC
I am trying to write an ATC in indicator
mode.
ATC file is not being saved.
The help file is a bit confusing to
me...
"atcFlagEnableInIndicator = 128 - allow running AddToComposite
in indicator mode"
"AddToComposite function also
detects the context in which it is run
(it works ONLY in scan mode, unless
atcFlagEnableInBacktest or atcFlagEnableInExplore flags are specified)
and does NOT affect composite ticker when run in Indicator or
Commentary mode, so it is now allowed to join scan and indicator into single
formula."
Should we be able to generate and save ATC files
in Indicator mode??
AddToComposite
(SecID1_Array,"~SecTop","O",128);
Thanks
Ara