PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Jayson,
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Thanks, ...There are three separate functions.
<FONT color=#0000ff
size=2>The top two work for me, <SPAN
class=937321101-07122003>but the one that wigs out on
me is: fracMACD
So,
Just for grins I defined:
n
=17;
s = 7;
//just as a starting point...<FONT
color=#0000ff>z = fracMACD( s, L
);<SPAN
class=937321101-07122003><FONT face=Arial color=#800080
size=2>//Plot( z ,"fracMACD( s, L
)",6,4);
<FONT face=Arial color=#0000ff
size=2>and it errors out on me...
Not
sure why...
Mr
Valley
<FONT face=Tahoma
size=2>-----Original Message-----From: Jayson
[mailto:jcasavant@xxxxxxxxxxx]Sent: Saturday, December 06, 2003
6:03 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE:
[amibroker] n Bar Momentum Divergence Bias Plot
<FONT face=Arial
size=2>Mr V
<FONT
color=#0000ff>try
Plot<FONT
size=2>(fracmom(10<FONT
color=#282828>),"Fracmacd"<FONT
color=#282828>,41<FONT
color=#282828>);
where
10 is the n value....... not sure what s was supposed to
be...
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Mr Valley
[mailto:valleymj@xxxxxxxxxxx]Sent: Saturday, December 06, 2003 2:22
PMTo: AmibrokerSubject: [amibroker] n Bar Momentum
Divergence Bias Plot
From the member
area, How can I plot the n - bar momentum Divergence Bias?
under Stocks and
Commodities Traders' Tips December 2003 (November 23, 2003) section at the
bottom...
<FONT face=Arial
size=2>
//If
:
n
=17;
s =
7; //just as a starting point...
//Plot(Mom(n),"Mom",4,4);
//Plot(fracMom( n ),"fracMom( n )",5,4);
//Plot(fracMACD( s, L ),"fracMACD( s, L
)",6,4);
Not working the
way I expected, any suggestions?
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>Thanks,
Mr
Valley
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
<FONT face=Arial
size=2> 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.
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.
|