PureBytes Links
Trading Reference Links
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Show us what you've got so far, tell us where your stuck, and I'm sure we can
help.
- --
Nigel
On Fri, 7 May 2004 10:50, rcgoanusa wrote:
> Input: Length(14);
> If Momentum(C,Length) <= 0 and MACDSignal (C,Length,Length*2,9)
> <=MACDSignal(C,Length,Length*2,9)[1]
> Then begin
> Plot1(High,"Down");
> Plot2(Low,"Down");
> If CheckAlert then Alert = True;
> End;
>
> Input: Length(14);
> If Momentum(C,Length) >= 0 and MACDSignal(C,Length,Length*2,9)>=
> MACDSignal(C,Length,Length*2,9) [1]
> then begin
> Plot1(High," PBHigh");
> Plot2(Low,"PBLow");
> If CheckAlert then Alert = True;
> end;
>
>
> TIA
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFAm0KcBbmcM2pfckkRAmPuAKDqjmg2FqFGiIUgI/c+kJhe1qJOxgCfRNqN
Dsl7dmAc1R6mkpz/S9mFb3Y=
=sSVc
-----END PGP SIGNATURE-----
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
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:
http://docs.yahoo.com/info/terms/
|