PureBytes Links
Trading Reference Links
|
Hi everybody,
if i get to have a long position like the following:
if( c>mov(c,30,s), cross(mov(c,9,s),mov(c,18,s)),cross(rsi(14),30))
then would the following 5% stop-loss be right?
c*1.05 <
valuewhen(1,if( c>mov(c,30,s), cross(mov(c,9,s),mov(c,18,s)),cross
(rsi(14),30)),c)
i want the system to close long the same way it entered, for example
if it entered long due to the signal of the moving average, i don't
want it to close long because the stop-loss of the rsi was hit.
thanks in advance
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|