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

Re: [amibroker] Re: three line break DLL plug-in now available



PureBytes Links

Trading Reference Links

Everyone using the Three Line BreaK Dll:
I keep getting an error telling me that I have to many argument at the
aceTLB line.  What am I doing wrong?
Thanks
Steve
At 02:00 PM 10/21/2002 +0000, you wrote:
Hi J,
This looks really useful. However, I have a query:
Before reading the pdf file, I set up an analysis that tried to 
optimize everthing, even the flags. Here is the analysis code:
_____________________________________________________________________
//Third Line Break
//Optimized for UKX (manually imported data)
//
//standard - not aligned with price chart
//Plot(aceTLB(3,2),"",1,512);
//Plot(aceTLB(3,3),"",4,512);
/*//or aligned with price chart:*/
Var1 = Optimize ("V1", 5, 1, 7, 1) ;
Var2 = Optimize ("V2", 2, 1, 7, 1) ;
Var3 = Optimize ("V3", 3, 1, 7, 1) ;
A1 = aceTLB(Var1,Var2);
A2 = aceTLB(Var1,Var3);
//Plot(aceTLB(Var1,Var2),"Three Line Break Leading
Line",1,512);
//Plot(aceTLB(Var1,Var3),"Three Line Break Lagging
Line",4,512);
Buy = Cross(A1,A2);
Cover = Buy;     /* Cover short when going long
*/
Sell = Cross(A2,A1);
Short = Sell;    /* Open short when closing long */
_____________________________________________________________________
The optimization produced 5,2,3 as shown above.
Then I realised that 2,3 only define how the chart is plotted (I 
think), so I looked to see what 5,4,5 produced in the results. Guess

what, it is vastly inferior to 5,2,3.
Am I missing something here?
Regards, Barry.

--- In amibroker@xxxx, J <jparent@xxxx> wrote:
> for those interested in a three-line-break plug-in, goto:
> 
>
http://www.amibroker.net/3rdparty.php
> 
> it's currently found at the bottom of the table under
"aceTLB".  a 
guide 
> (.pdf) has been included. it is somewhat more flexible than the the

> regular TLB charts.  save the DLL under the Plugins directory.
BTW, 
the 
> TLB is a really neat tool for finding reversals.
> 
> let me know what you think of it.
> 
> regards,
> /j.

Yahoo! Groups
Sponsor 
ADVERTISEMENT


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

Attachment: Description: ""

Attachment: Description: "Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. "