PureBytes Links
Trading Reference Links
|
Yuki,
See again your
http://groups.yahoo.com/group/amibroker/message/54156
You wrote
NewLow = L < LLV(L,10);
and you forgot the <=.
So, it was an opportunity to make a joke, because the L < LLV(L,10)
is impossible...
As for your advices, they are ALWAYS much appreciated [as you
probably know].
now, if there is no room for a joke, I apologizzzzze.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> wrote:
> Hi DIMITRIS,
>
> Wednesday, December 10, 2003, 8:51:45 PM, you wrote:
>
> DT> Hey, Yuki, donīt you want NewLows anymore ?? Because NewLow = L
<
> DT> LLV(L,10); never happened [and never will...] Something else
> DT> perhaps ??
>
> Well, I'm probably the wrong person to give ANY advice, but I
thought
> I would try when I can. ^_^ However . . .
>
> y = 246;
>
> NewHigh = H >= HHV(H,y);
>
> NewLow = L <= LLV(L,y);
>
> is a snippet of code from a chart that I use, and it works just as
> intended. So I thought this was okay, just substituting 10 for y.
> Sorry if I gave bad advice. I'll go back in my cave now.
>
> Yuki
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|