PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>DT,
thanks
for the heads up.....I was unaware that plot shapes actually plotted in the
equity curve.
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: DIMITRIS TSOKAKIS
[mailto:TSOKAKIS@xxxxxxxxx]Sent: Monday, October 20, 2003 2:56
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
PLOTSHAPES PROBLEMJayson,Plotshapes works also in
AA.Add some shapes after your buy/sell rules, backtest it and then hit
the Equity button. The Equity line will have the [interesting] shapes
you wrote.Dimitris Tsokakis--- In amibroker@xxxxxxxxxxxxxxx,
"Jayson" <jcasavant@xxxx> wrote:> Ron,> plot shapes works in
indicator builder as opposed to an exploration.....> >
Regards,> Jayson> -----Original Message-----> From:
mrdavis9 [mailto:mrdavis9@xxxx]> Sent: Sunday, October 19, 2003 6:14
PM> To: amibrokeryahoogroups> Subject: [amibroker] PLOTSHAPES
PROBLEM> > > Below I have posted my first attempt to use
Plotshapes. The scan ran, but I> see only the usual green buy
arrows. I saw none of my customized buy> shapes. This
scan has 15 different situations that can generate buy>
signals, so I want to use plotshapes so I will be able to easily see
what> triggered each buy. Help will be appreciated. Ron
D> > > > Buy=Filter AND (sqztestf3 OR sqztestf7 OR
sqztestf12 OR sqztestf15 OR> sqztestf20 OR sqztests3 OR sqztests7 OR
sqztests12 OR sqztests15 OR> > sqztests20) AND (LLV(StochK(3),100)
OR LLV(StochK(7),100) OR> LLV(StochK(12),100) OR LLV(StochK(15),100) OR
LLV(StochK(20),100));> > > > PlotShapes(
shapeDigit0, colorRed, layer = 0, yposition = sqztestf3, offset> =
-12 );> > PlotShapes( shapeDigit1, colorRed, layer = 0, yposition
= sqztestf7, offset> = -12 );> > PlotShapes(
shapeDigit2, colorRed, layer = 0, yposition = sqztestf12, offset> =
-12 );> > PlotShapes( shapeDigit3, colorRed, layer = 0, yposition
= sqztestf15, offset> = -12 );> > PlotShapes(
shapeDigit4, colorRed, layer = 0, yposition = sqztestf20, offset> =
-12 );> > PlotShapes( shapeDigit5, colorBlue, layer = 0, yposition
= sqztestS3, offset> = -12 );> > PlotShapes(
shapeDigit6, colorBlue, layer = 0, yposition = sqztestS7, offset> =
-12 );> > PlotShapes( shapeDigit7, colorBlue, layer = 0, yposition
= sqztestS12,> offset = -12 );> > PlotShapes(
shapeDigit8, colorBlue, layer = 0, yposition = sqztestS15,> offset =
-12 );> > PlotShapes(shapeDigit9 , colorBlue, layer = 0, yposition
= sqztestS20,> offset = -12 );> >
PlotShapes(shapeDownArrow , colorRed, layer = 0, yposition =>
LLV(StochK(3),100), offset = -12 );> > PlotShapes(shapeDownArrow ,
colorWhite, layer = 0, yposition => LLV(StochK(7),100), offset = -12
);> > PlotShapes(shapeDownArrow , colorBlue, layer = 0, yposition
=> LLV(StochK(12),100), offset = -12 );> >
PlotShapes(shapeDownArrow , colorGreen, layer = 0, yposition =>
LLV(StochK(15),100), offset = -12 );> > PlotShapes(shapeDownArrow
, colorYellow, layer = 0, yposition => LLV(StochK(20),100), offset = -12
);> > > > > > > >
> > > > > > > --->
Outgoing mail is certified Virus Free.> Checked by AVG anti-virus system
(http://www.grisoft.com).>
Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/2003>
> > Yahoo! Groups
Sponsor>
ADVERTISEMENT> > > > > Send BUG REPORTS to
bugs@xxxx> Send SUGGESTIONS to suggest@xxxx>
-----------------------------------------> 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 Yahoo! Terms of
Service.Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------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.
Yahoo! Groups Sponsor
ADVERTISEMENT
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|