PureBytes Links
Trading Reference Links
|
--- WernerKrag <WKRAG@xxxxxxxxxxx> wrote:
> Good day,
>
> I want to test a simple system which goes long if a
> stock had 3 down
> closes and touched the lower Bollinger Band. My BUY
> order looks like
> this:
>
>
> LLV(C,3) and
>
> C < BBandbot(C,20)
>
> I want to exit with a simple 10% trailing stop loss.
> I put the stop
> in in the Stop menu, clicked "LONG TRADES",
> PERCENTAGE and set
> PERIOD to Zero. But every trade is exited on the
> SAME day, no matter
> how high I set the stop. What is wrong with my
> formula? Would the
> REF function help (to reference yesterday's Close)?
>
> Thank you.
>
> Werner
>
>
>
> shouldn't that be :
short order
(c<reff(c,-1))
and
(ref(c,-1)<ref(c,-2))
and
(ref(c,-2)<ref(c,-3))
and
(c=bbandbot(c,20,2))
cover order :
h>=1.1*ref(c,-1)
???
let me know if it helps ya
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|