PureBytes Links
Trading Reference Links
|
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
face="Courier New" size=1>;
Buy=MA<FONT
size=1>(key2,1<FONT
size=1>)<=MA<FONT
size=1>(key2,2) AND
MA(key2,<FONT
color=#ff00ff size=1>2)<=<FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>3) AND <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>3)<=<FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>4) AND <FONT color=#0000ff
size=1>MA(key2,<FONT color=#ff00ff
size=1>4)<= <FONT color=#0000ff
size=1>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 )
);
<FONT face=Arial color=#000000
size=2>
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.
|