PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Ron,
plot
shapes works in indicator builder as opposed to an
exploration.....
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: mrdavis9
[mailto:mrdavis9@xxxxxxxxxx]Sent: Sunday, October 19, 2003 6:14
PMTo: amibrokeryahoogroupsSubject: [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<FONT
size=4>(StochK<FONT
size=4>(3),<FONT
color=#ff00ff size=4>100) OR <FONT
color=#0000ff size=4>LLV(<FONT color=#0000ff
size=4>StochK(<FONT color=#ff00ff
size=4>7),100<FONT
size=4>) OR LLV<FONT
size=4>(StochK<FONT
size=4>(12),<FONT
color=#ff00ff size=4>100) OR <FONT
color=#0000ff size=4>LLV(<FONT color=#0000ff
size=4>StochK(<FONT color=#ff00ff
size=4>15),100<FONT
size=4>) OR LLV<FONT
size=4>(StochK<FONT
size=4>(20),<FONT
color=#ff00ff size=4>100)); <FONT color=#0000ff
size=4>
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>0, <FONT
face="Bookman Old Style" size=4>colorRed, layer =
0, yposition = sqztestf3,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>1, colorRed,
layer = 0, yposition =
sqztestf7,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>2, colorRed,
layer = 0, yposition =
sqztestf12,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>3, colorRed,
layer = 0, yposition =
sqztestf15,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>4, colorRed,
layer = 0, yposition =
sqztestf20,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>5, colorBlue,
layer = 0, yposition =
sqztestS3,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>6, colorBlue,
layer = 0, yposition =
sqztestS7,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>7, colorBlue,
layer = 0, yposition =
sqztestS12,
offset = -12
);
PlotShapes( shapeDigit<FONT
face="Bookman Old Style" size=4>8, colorBlue,
layer = 0, yposition =
sqztestS15,
offset = -12
);
PlotShapes(shapeDigit<FONT
face="Bookman Old Style" size=4>9 , colorBlue,
layer = 0, yposition =
sqztestS20,
offset = -12
);
PlotShapes(shapeDownArrow , colorRed, layer
= 0, yposition =
LLV(<FONT
color=#0000ff size=4>StochK(<FONT color=#ff00ff
size=4>3),100<FONT
size=4>), offset = -12
);
PlotShapes(shapeDownArrow , colorWhite,
layer = 0, yposition =
LLV(<FONT
color=#0000ff size=4>StochK(<FONT
face="Bookman Old Style" color=#ff00ff size=4>7<FONT
size=4>),100), offset =
-12 );<FONT
color=#0000ff size=4>
PlotShapes(shapeDownArrow , colorBlue,
layer = 0, yposition =
LLV(<FONT
color=#0000ff size=4>StochK(<FONT
face="Bookman Old Style" color=#ff00ff size=4>12<FONT
size=4>),100), offset =
-12 );<FONT
color=#0000ff size=4>
PlotShapes(shapeDownArrow , colorGreen,
layer = 0, yposition =
LLV(<FONT
color=#0000ff size=4>StochK(<FONT
face="Bookman Old Style" color=#ff00ff size=4>15<FONT
size=4>),100), offset =
-12 );<FONT
color=#0000ff size=4>
PlotShapes(shapeDownArrow , colorYellow,
layer = 0, yposition =
LLV(<FONT
color=#0000ff size=4>StochK(<FONT
face="Bookman Old Style" color=#ff00ff size=4>20<FONT
size=4>),100), offset =
-12 );
---Outgoing mail is certified Virus Free.Checked by
AVG anti-virus system (<A
href="">http://www.grisoft.com).Version: 6.0.528 /
Virus Database: 324 - Release Date:
10/16/2003Send
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.
|