PureBytes Links
Trading Reference Links
|
Some ) was missing...
Look at
Buy=MA(key2,1)<=MA(key2,2) AND MA(key2,2)<=MA(key2,3) AND MA(key2,3)
<=MA(key2,4) AND MA(key2,4)<= MA(key2,5) AND MA(key2,5)<= MA(key2,6)
AND MA(key2,6)<= MA(key2,7) AND MA(key2,7)<= MA(key2,8) AND MA(key2,8)
<= MA(key2,9) AND MA(Key2,9)<= MA(Key2,10) AND MA(Key2,10)<= MA
(Key2,12) AND MA(Key2,12)<= MA(Key2,15) AND MA(Key2,15)<= MA(Key2,20)
AND C*V >= 200000;
DT
--- In amibroker@xxxxxxxxxxxxxxx, "mrdavis9" <mrdavis9@xxxx> wrote:
> 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();
>
> Buy=MA(key2,1)<=MA(key2,2) AND MA(key2,2)<=MA(key2,3) AND MA(key2,3)
<=MA(key2,4) AND MA(key2,4)<= MA(key2,5) AND MA(key2,5)<= MA(key2,6)
AND MA(key2,6)<= MA(key2,7) AND MA(key2,7)<= MA(key2,8) AND MA(key2,8)
<= MA(key2,9) AND MA(Key2,9)<= MA(Key2,10) AND MA(Key2,10)<= MA
(Key2,12) AND MA(Key2,12)<= MA(Key2,15)AND
MA(Key2,15
<= MA(Key2,20) AND C*V >= 200000;
>
> Sell=(0);
>
> PlotShapes( shapeUpArrow * Buy + shapeDownArrow * Sell, IIf( Buy,
colorGreen, colorRed ) );
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/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/
|