[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] A technical question



PureBytes Links

Trading Reference Links





On 10/15/03, the Dow had a black candle that maked the start of 
7 bar declining phase.  I want to run my exploration on the evening of this 
black candle day.   In AA, I clicked the FROM radio button, and 
entered       FROM 1/3/03     
TO 10/15/03.   When I then click EXPLORE  Amibroker runs super 
fast, and the hits just pour out.  Whenever  I set the radio 
button  for  n last days, Amibroker takes a long time to run through 
all of the TC2k database.  
I then added REF(  -63);  days to 
the exploration as shown below, and it ran exactly like it does with 
the  n last days button checked.  I will now look at the results, and 
see if it did what I wanted it to do.  
  Is the radio button setting truly doing what it 
should? I think Amibroker is cheating, and is not doing what I asked it to. Ron 
D
   Days=<FONT face="Courier New" 
color=#ff00ff size=1>62;
Filter=Ref<FONT 
size=1>(MA<FONT 
size=1>(V,50<FONT 
size=1>)>100000 
AND RSIseq20to50 AND RSIseq2to71 AND buycross AND 
diffwasmore,-Days) ;
Buy=Filter;
Ref(<FONT color=#0000ff 
size=1>AddColumn(C,<FONT color=#ff00ff 
size=1>"close ",<FONT color=#ff00ff 
size=1>1.2),-Days);
Ref(<FONT color=#0000ff 
size=1>AddColumn(<FONT color=#0000ff 
size=1>StochK(<FONT color=#ff00ff 
size=1>14),"K 
",1.0<FONT 
size=1>),-Days);
Ref(<FONT color=#0000ff 
size=1>AddColumn(<FONT color=#0000ff 
size=1>StochD(<FONT color=#ff00ff 
size=1>14),"D 
",1.0<FONT 
size=1>),Days);
Ref(<FONT color=#0000ff 
size=1>AddColumn(V,<FONT color=#ff00ff 
size=1>"Vol ",<FONT color=#ff00ff 
size=1>1.0),-Days);
Ref(<FONT color=#0000ff 
size=1>AddColumn(<FONT color=#0000ff 
size=1>MA(V,<FONT color=#ff00ff 
size=1>50),"MAvol 
",1.0<FONT 
size=1>),-Days);


Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html





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.