PureBytes Links
Trading Reference Links
|
Nobody
is making any gain improvement <IMG border=0
height=18 src=""
width=18>
<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 bebad
would it <IMG border=0 height=18
src=""
width=18>
<SPAN
class=090570122-19072002>
<SPAN
class=090570122-19072002>Herman.
<SPAN
class=090570122-19072002>
<FONT color=#0000ff face=Arial
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 color=#0000ff face=Arial
size=2>--------------------------------------------------------------------------------------------------------------------------
<FONT color=#0000ff
face=Arial>
|