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

Bullish Harami Issues



PureBytes Links

Trading Reference Links

Paste in your AA the code

/*BULLISH HARAMI ISSUES*/
u=5;
cond1=close<=(1-u/100)*open;
cond2=close>open and close<ref(open,-1) and open>ref(close,-1);
values=cond2 and ref(cond1,-1);
 
EnableScript("vbscript");
 
days = day();
months = month();
years = year();
 
initialize = status("stocknum") == 0;
 
<%
name = "_bullishharami"
 
days = AFL("days")
months = AFL("months")
years = AFL("years")
values = AFL("values")
initialize = AFL("initialize")
 
Set oAB = CreateObject("Broker.Application")
 
If initialize Then
oAB.Stocks.Remove( name )
End If
 

Set comp = oAB.Stocks.Add( name )
 
For i = 0 To UBound( days )
 
Set qt = comp.Quotations.Add( years( i ) & "-" & months( i ) & "-" &days( i ) )
If values( i ) = 1 Then qt.Volume = qt.Volume + 1
 
Next
 
If initialize Then
oAB.RefreshAll()
End If
 
%>
 
buy = 0;

 
Select *All stocks, (or a Market or a Group you prefer)
*All quotations
and Scan.

In your Ind. Builder now, paste the

/*BULLISH HARAMI ISSUES GRAPH*/
GRAPH0=FOREIGN("_bullishharami","v");

and hit Apply.

You will see the issues with bullish Harami per day.
The composite formula is written in the updated way.
You do not have to delete the already created ticker "_bullishharami"
Just, for the update, tomorrow paste in AA the composite formula and scan.
In my Market I noticed an exta-super peak .145 stocks had a bullish harami
(total 350) exactly the day that the big move was beginning.
You may run the formula everyday, it will take about a minute of your time
and see what is going on in the market about haramis.
What did you say? You run the formula now? Great.
Waiting for your gifs.

Dimitris Tsokakis

P. S. 1.Increase or decrease the u=5, ie the % loss for the first black body 
of the harami
P. S. 2.We may write similar formula for any candlestick formation.

------=_NextPart_001_0010_01C124EB.6CC13380
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><FONT face=Arial size=2>Hi David,</FONT></DIV>
<DIV><FONT face=Arial size=2>I thought you are curious to see how many issues 
made a</FONT></DIV>
<DIV><FONT face=Arial size=2>bullish Harami everyday in your Data 
Base.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Paste in your AA the code</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/*BULLISH HARAMI ISSUES*/</FONT></DIV>
<DIV><FONT face=Arial 
size=2>u=5;<BR>cond1=close&lt;=(1-u/100)*open;<BR>cond2=close&gt;open and 
close&lt;ref(open,-1) and open&gt;ref(close,-1);<BR>values=cond2 and 
ref(cond1,-1);<BR>&nbsp;<BR>EnableScript("vbscript");<BR>&nbsp;<BR>days = 
day();<BR>months = month();<BR>years = year();<BR>&nbsp;<BR>initialize = 
status("stocknum") == 0;<BR>&nbsp;<BR>&lt;%<BR>name = 
"_bullishharami"<BR>&nbsp;<BR>days = AFL("days")<BR>months = 
AFL("months")<BR>years = AFL("years")<BR>values = AFL("values")<BR>initialize = 
AFL("initialize")<BR>&nbsp;<BR>Set oAB = 
CreateObject("Broker.Application")<BR>&nbsp;<BR>If initialize Then<BR>&nbsp; 
oAB.Stocks.Remove( name )<BR>End If<BR>&nbsp;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Set comp = oAB.Stocks.Add( name )<BR>&nbsp;<BR>For 
i = 0 To UBound( days )<BR>&nbsp;<BR>&nbsp;&nbsp; Set qt = 
comp.Quotations.Add(&nbsp; years( i )&nbsp; &amp; "-" &amp; months( i ) &amp; 
"-" &amp; days( i ) )<BR>&nbsp;&nbsp; If values( i ) = 1 Then&nbsp; qt.Volume = 
qt.Volume + 1<BR>&nbsp;<BR>Next<BR>&nbsp;<BR>If initialize Then<BR>&nbsp; 
oAB.RefreshAll()<BR>End If<BR>&nbsp;<BR>%&gt;<BR>&nbsp;<BR>buy = 0;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;<BR>Select *All stocks, (or a Marketor a 
Group you prefer)</FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*All 
quotations</FONT></DIV>
<DIV><FONT face=Arial size=2>and Scan.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In your Ind. Builder now, paste the</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/*BULLISH HARAMI ISSUES 
GRAPH*/<BR>GRAPH0=FOREIGN("_bullishharami","v");</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and hit Apply.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You will see the issues with bullish Harami per 
day.</FONT></DIV>
<DIV><FONT face=Arial size=2>The composite formula is written in the updated 
way.</FONT></DIV>
<DIV><FONT face=Arial size=2>You do not have to delete the already created 
ticker "_bullishharami"</FONT></DIV>
<DIV><FONT face=Arial size=2>Just, for the update, tomorrow paste in AAthe 
composite formula and scan.</FONT></DIV>
<DIV><FONT face=Arial size=2>In my Market I noticed an exta-super peak .145 
stocks had a bullish harami</FONT></DIV>
<DIV><FONT face=Arial size=2>(total 350) exactly the day that the big move was 
beginning.</FONT></DIV>
<DIV><FONT face=Arial size=2>You may run the formula everyday, it will take 
about a minute of your time</FONT></DIV>
<DIV><FONT face=Arial size=2>and see what is going on in the market about 
haramis.</FONT></DIV>
<DIV><FONT face=Arial size=2>What did you say? You run the formula now? 
Great.</FONT></DIV>
<DIV><FONT face=Arial size=2>Waiting for your gifs.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dimitris Tsokakis</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>P. S. 1.Increase or decrease the u=5, iethe % loss 
for the first black body </FONT></DIV>
<DIV><FONT face=Arial size=2>of the harami</FONT></DIV>
<DIV><FONT face=Arial size=2>P. S. 2.We may write similar formula for any 
candlestick formation.</FONT></DIV></BODY></HTML>

------=_NextPart_001_0010_01C124EB.6CC13380--

Attachment:
gif00123.gif

Attachment: Description: "Description: GIF image"