PureBytes Links
Trading Reference Links
|
Perhaps something like
this:
Buy<FONT
size=2>=Sell=Short=Cover=0;Filter = 1;<FONT
face="Lucida Console">LowestDateNumber <FONT
face="Times New Roman">= 1010102; // Modify to
meet your date requirements<FONT
face="Lucida Console">HighestDateNumber =
1040102; <FONT
face="Times New Roman">// Modify to meet your date
requirementsDateQualifier = DateNum() ><SPAN
class=328153210-09072004>= LowestDateNumber AND DateNum() <=
HighestDateNumber;AddToComposite(<FONT
color=#0000ff>IIf(DateQualifier,C,<FONT
color=#ff00ff>0),<FONT
color=#ff00ff>"~MyComposite",<FONT
color=#ff00ff>"X");<SPAN
class=328153210-09072004>
At this time I think composite
can only be updated as an array, an add-on bars as needed is not offered. You
could implement this using bar addressing in a loop however I am not sure there
would be a speed advantage and you may encounter unforeseen problems. The Atc is
pretty fast as is.
happy trading,
herman
<FONT
face=Tahoma size=2>-----Original Message-----From: hmab1
[mailto:hmab@xxxxxxxxxxxxxx]Sent: Thursday, July 08, 2004 10:39
PMTo: amibroker@xxxxxxxxxxxxxxxxxxxxxx: [amibroker]
AddtoComposite date range & atcFlagResetValues
Hello,With AddtoComposite, whenever I specify a
certain date range, it adds to the composite for all quotes. How do
I get it to only do the dates I want ?Also, whenever I want to
update my composites and if I only want it to update new quotes should I
remove the atcFlagResetValues flag ? Is that what this flag is used
for ?Thanks,HBCheck AmiBroker web page
at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|