PureBytes Links
Trading Reference Links
|
what's
different about this piece from the rest? MA<FONT
color=#000000 size=1>(Key2,15<FONT
color=#000000 size=1><= MA<FONT
color=#000000 size=1>(Key2,20<FONT
color=#000000 size=1>)
d
<FONT
face=Tahoma size=2>-----Original Message-----From: mrdavis9
[mailto:mrdavis9@xxxxxxxxxx] Sent: Saturday, June 28, 2003 2:38
PMTo: amibrokeryahoogroupsSubject: [amibroker] more
error in scan
Chuck Rademacher helped me make my RSI version of
this Scan work. To make this OBV version, I simply substituted OBV for
RSI, and it does not work. When I click cancel on the error message, the
simicolon at the end of C*V>=200000 is high lighted. All assistance
will be appreciated. Ron D
key2=OBV<FONT
size=1>();
Buy=MA<FONT
size=1>(key2,1<FONT
size=1>)<=MA<FONT
size=1>(key2,2)
AND MA<FONT
size=1>(key2,2<FONT
size=1>)<=MA<FONT
size=1>(key2,3)
AND MA<FONT
size=1>(key2,3<FONT
size=1>)<=MA<FONT
size=1>(key2,4)
AND MA<FONT
size=1>(key2,4)<=
MA(key2,<FONT
color=#ff00ff size=1>5) AND <FONT
color=#0000ff size=1>MA(key2,<FONT color=#ff00ff
size=1>5)<= <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>6) AND <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>6)<= <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>7) AND <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>7)<= <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>8) AND <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>8)<= <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>9) AND <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>9)<= <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>10) AND <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>10)<= <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>12) AND <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>12)<= <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>15)AND <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>15<= <FONT color=#0000ff
size=1>MA(Key2,<FONT color=#ff00ff
size=1>20) AND C*V >= <FONT
color=#ff00ff size=1>200000;
Sell=(0<FONT
size=1>);
PlotShapes( shapeUpArrow * Buy +
shapeDownArrow * Sell, <FONT color=#0000ff
size=1>IIf( Buy, colorGreen, colorRed
) );
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
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.
|