PureBytes Links
Trading Reference Links
|
<SPAN
class=213135404-10032003>Anthony,
<SPAN
class=213135404-10032003>
I am
not sure but it seems to work :)
<SPAN
class=213135404-10032003>
I
found this in Tomasz's example of the FibRSI and used it in the Tirone levels I
posted earlier. It made no sense to me either but then Highest and Lowest, by
definition in the help files, should return the highest value over the entire
chart yet when used in this code it only reflects the bars visible..Try it, It
works.... Perhaps TJ can answer why
<SPAN
class=213135404-10032003>
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Anthony Faragasso
[mailto:ajf1111@xxxxxxxx]Sent: Sunday, March 09, 2003 11:45
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
barvisible and lowest low ?Jayson,Why
?AnthonyJayson wrote:> Anthony,in your second
iif statement> try..Minl=LastValue(Lowest(IIf(barvisible,L,100)));
Jayson> -----Original Message-----> From: Anthony Faragasso
[mailto:ajf1111@xxxxxxxx]> Sent: Sunday, March 09, 2003 11:00 PM>
To: amibroker@xxxxxxxxxxxxxxx> Subject: [amibroker] barvisible and lowest
low ?>> Could someone check this.....using the
Status("Barvisible")> function...I> can not seem to get the lowest
low value returned...although the> Highest> High returns
ok.>> Thank you in advance> Anthony>>
barvisible=Status("barvisible");>>
Maxh=LastValue(Highest(IIf(barvisible,H,0)));>
Minl=LastValue(Lowest(IIf(barvisible,L,0)));>> Title="Lowest Low =
"+WriteVal(Minl,1.2)+"... Highest High =">
+WriteVal(Maxh,1.2);>>
Plot(C,"",colorBlack,styleCandle);>>>> Send BUG
REPORTS to bugs@xxxxxxxxxxxxx> Send 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 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: <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.
|