PureBytes Links
Trading Reference Links
|
<FONT color=#000080
size=2>Jayson,
I noticed this
text in the Readme.html. Maybe something here will help if you haven't
already see this. It also helps to post your AddToComposite
code.
<FONT color=#000080
size=2>
AddToComposite has 2 new flags that allow running AddToComposite in
backtest/optimization mode and exploration modeatcFlagEnableInBacktest =
8 atcFlagEnableInExplore = 16
the following constants were added for readability of formulas using
AddToComposite:atcFlagResetValues = 1 atcFlagCompositeGroup = 2
atcFlagTimeStamp = 4 atcFlagEnableInBacktest = 8
atcFlagEnableInExplore = 16 atcFlagDefaults = atcFlagResetValues |
atcFlagCompositeGroup | atcFlagTimeStamp;
<FONT face="Vladimir Script" color=#000080
size=5>Rick
<FONT face=Tahoma
size=2>-----Original Message-----From: Jayson
[mailto:jcasavant@xxxx]Sent: Thursday, October 17, 2002
12:55 PMTo: 1amiSubject: [amibroker] composite
crashing
I know many of you
use composites on a routine basis. Are you finding the need to delete your
composites prior to a new scan? Using the code I posted yesterday I will need
to delete almost every one of the 12 sectors I track almost every night. If
any one has a work around I would surely appreciate the input. I feel
confident the code is correct as everything seems to work fine once I delete
and rescan. the problem is that the last bar returns untrue values prior to
deletion of the index.......
<SPAN
class=397085016-17102002>
<SPAN
class=397085016-17102002>TIA
Jayson
Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|