[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

STOCHASTIC CCI. AN APPLICATION



PureBytes Links

Trading Reference Links

Stochcci=(cci(14)-llv(cci(14),14))/(hhv(cci(14),14)-llv(cci(14),14));
graph0=Stochcci;
graph0barcolor=3;
TITLE=NAME()+" Stochcci="+WRITEVAL(LASTVALUE(Stochcci));
CC=CROSS(STOCHCCI,0.05);
GRAPH1=0.2*CC;
GRAPH1BARCOLOR=7;
GRAPH1STYLE=2;

The yellow bar at point X gave the only entry point for this 30 days uptrend.
Note . Extreme situations should be verified from other criteria, not stochcci.

Dimitris Tsokakis



------=_NextPart_001_000F_01C0EF44.33DB5280
Content-Type: text/html;
charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-7" http-equiv=Content-Type>
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV align=justify><FONT face=Arial size=2>Suppose a stock is in a fast uptrend 
and you search for an entry point.</FONT></DIV>
<DIV align=justify><FONT face=Arial size=2>MACD is over its signal, stochastic, 
%R, RSI and other "trading" indicators </FONT></DIV>
<DIV align=justify><FONT face=Arial size=2>are far from "buy" condition, 
balancing near sell region</FONT></DIV>
<DIV align=justify><FONT face=Arial size=2>In such a case, STOCHASTICCCI (# 
2394) gives excellent entry points.</FONT></DIV>
<DIV align=justify><FONT face=Arial size=2>The following AFL code gives a 
graphic implementation.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>Stochcci=(cci(14)-llv(cci(14),14))/(hhv(cci(14),14)-llv(cci(14),14));<BR>graph0=Stochcci;<BR>graph0barcolor=3;<BR>TITLE=NAME()+"&nbsp; 
Stochcci="+WRITEVAL(LASTVALUE(Stochcci));<BR>CC=CROSS(STOCHCCI,0.05);<BR>GRAPH1=0.2*CC;<BR>GRAPH1BARCOLOR=7;<BR>GRAPH1STYLE=2;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The yellow bar at point X gave the only entry point 
for this 30 days uptrend.</FONT></DIV>
<DIV><FONT face=Arial size=2>Note . Extreme situations should be verified from 
other criteria, not stochcci.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dimitris Tsokakis</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_001_000F_01C0EF44.33DB5280--

Attachment:
gif00052.gif

Attachment: Description: "Description: GIF image"