PureBytes Links
Trading Reference Links
|
<SPAN
class=927440115-10082003>Dennis,
<SPAN
class=927440115-10082003>Valuwhen() should do the trick. Assuming that your code
below offers the information you seek try something like
<SPAN
class=927440115-10082003>
<SPAN
class=927440115-10082003>x=H>Peak(High,5,1);
<SPAN
class=927440115-10082003>test=valuewhen(x,v);
<SPAN
class=927440115-10082003>
Of
course you may want to consider that it would be very difficult for H to ever be
greater than Peak(h,5,1)......
<SPAN
class=927440115-10082003>
<SPAN
class=927440115-10082003>perhaps a better solution would be
<SPAN
class=927440115-10082003>
<SPAN
class=927440115-10082003>x=H==Peak(High,5,1);
<SPAN
class=927440115-10082003>test=valuewhen(x,v);
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: theoldchartreader
[mailto:theoldchartreader@xxxxxxxxx]Sent: Sunday, August 10, 2003
8:35 AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
How can I compare the volume of the high day to the
peak?Hi,How can I compare the volume of the high
day to the peak?This is the forumla that I would like to add comparing the
volume
too.Plot(H>Peak(High,5,1),"",colorRed,styleHistogram);Thank
you,DennisSend
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.
|