PureBytes Links
Trading Reference Links
|
Vivek
RSI_COND=RSI()<=30;
PRICE_COND=C/L <= BBANDBOT(C,20,2);
STK_COND=STOCHK()<=20;
BUY= RSI_COND AND PRICE_COND AND STK_COND;
MODIFY FOR SELL SIDE.
R
--- vivek.kumar-bhat@xxxxxxxxxxxxxxxxxxxxxxxx wrote:
>
>
> hello
>
> can any one help in a auto analysis code for the
> following,
>
> 1. buy - if RSI ( 14) is below 30, price is at the
> lower/ crosses below
> bollinger band and stoch %k, %d below 20
> 2. sell - if RSI ( 14) is above 70, price is at
> uppper/ crosses above
> bollinger band and stoch %k, %D is above 80
>
> thanks
>
> This email is confidential. If you are not the
> addressee tell the sender immediately and destroy
> this email without using, sending or storing it.
> Emails are not secure and may suffer errors,
> viruses, delay, interception and amendment. Standard
> Chartered PLC and subsidiaries ("SCGroup") do not
> accept liability for damage caused by this email and
> may monitor email traffic.
>
>
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|