PureBytes Links
Trading Reference Links
|
I have been trying to code in an exploration report for the number
of bars since the lowest close in the last 100 periods. I have got the value of
the lowest close in the last 100 periods i.e. :
<font size=1 color=black
face="Courier New">LLCLose = <span
lang=EN-NZ >LLV<font
size=1 color=black face="Courier New">(C,<font
size=1 color=fuchsia face="Courier New">100<font size=1
color=black face="Courier New">);
<span
lang=EN-NZ >
<span
lang=EN-NZ >But I
would have thought something like below would give me the # of bars since this
occurrence:
<span
lang=EN-NZ >
<span
lang=EN-NZ >LLBars
= <span lang=EN-NZ
>LowestSinceBars<font
size=1 color=black face="Courier New">(LLClose == True,<span
>C,<font size=1 color=fuchsia
face="Courier New">1<span
lang=EN-NZ >); //
?????
<span
lang=EN-NZ >
<span
lang=EN-NZ >But I just
don’t seem to be able to get the function and or coding right. Any help
would be appreciated.
<span
>Regards,
<span
>
Gordon Sutherland
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|