PureBytes Links
Trading Reference Links
|
Is this a test, Herman? Have you gotthe
answer book?
Cheers,
Richard
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Herman vanden
Bergen
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, July 19, 2002 5:53 PM
Subject: RE: [amibroker] StoRSI - Try
someting different!!!
<SPAN
class=090570122-19072002>Nobody is making any gain improvement <FONT
color=#000080 size=4><IMG height=18
src="" width=18
border=0>
<SPAN
class=090570122-19072002>
Why
not check out if all your trades are "efficient", i.e. do they earn money
for everyday the position is open? Oscilators have tendency to get stuck;the
longer you are in a position the greater the damage could be. Perhaps you
might as well close your positions after a certain number of days?
Your gain might go up and your exposure might go down, ... wouldn't be
bad would it <IMG height=18
src="" width=18
border=0>
<SPAN
class=090570122-19072002>
<SPAN
class=090570122-19072002>Herman.
<SPAN
class=090570122-19072002>
<FONT face=Arial color=#0000ff
size=2>--------------------------------------------------------------------------------------------------------------------------
/* CCT
StochRSI For qqq** ** Originally developed by Steve Karnish **
<FONT face="Courier New"
size=2>http://www.cedarcreektrading.com<FONT face="Courier New"
size=2> ** ** AFL translation by Tomasz Janeczko ** ** Set
scaling: Custom 0..100 */
Period
= 8; Blevel = 17;Slevel = 100 - Blevel;
<FONT face="Courier New"
size=2>//ApplyStop(2,1,Optimize("Stop
%",15,5,20,1),0);
Buy =
Cross(Blevel,EMA((RSI(period)-LLV(RSI(period),period))/
(HHV(RSI(period),period)- (LLV(RSI(period),period))),3)*100);
Sell =
Cross(EMA((RSI(period)-LLV(RSI(period),period))/ (HHV(RSI(period),period)-
(LLV(RSI(period),period))),3)*100, Slevel);
Short
= Sell;Cover = Buy;
<FONT face=Arial color=#0000ff
size=2>--------------------------------------------------------------------------------------------------------------------------
<FONT face=Arial
color=#0000ff> Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|