logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
KENANAH  
#1 Posted : Wednesday, April 4, 2012 12:44:52 AM(UTC)
KENANAH

Rank: Newbie

Groups: Registered, Registered Users
Joined: 4/2/2012(UTC)
Posts: 6

can any one help me to create a new explorer to find securities matching the following candle stock patterns

1. Bullish Kicking Pattern (The Bullish Kicking Pattern is a White Marubozu following a Black Marubozu)

2.Abandoned Baby (It is composed of a Doji Star, which gaps away (including shadows) from the prior and following days’ candlesticks.)

3. BULLISH CONCEALING BABY SWALLOW (: This pattern is highlighted by two consecutive Black Marubozu. They are characterized by the fact that a gapping black candlestick trades into the body of the previous day and it is seen during a downtrend. Then there is another Black Marubozu on the third day showing sale of positions since it closes at a new low. However this may give incentive to the shorts to cover their positions implying that a bullish reversal is now possible.)
wabbit  
#2 Posted : Wednesday, April 4, 2012 6:25:55 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
As already posted at http://forum.equis.com/forums/permalink/38243/38244/ShowThread.aspx#38244here.

There are more than enough people around to HELP you write your codes if you put in the basic effort yourself, first; this involves reading the MS User Manual and doing the basic exercises in the Formula Primer. With this knowledge you will be able to start writing own codes.

If you get stuck writing your code, post your best attempt along with an explanation of what the code is supposed to be doing and a description of how your code fails to meet these expectations, along with any error messages. If you demonstrate your willingness to learn the basics yourself, then other members will afford you some of their time and knowledge to assist you to correct errors in your code.

Give a man a fish and eats for one day; teach a man to fish and he eats every day.



wabbit [:D]

KENANAH  
#3 Posted : Thursday, April 5, 2012 2:02:19 AM(UTC)
KENANAH

Rank: Newbie

Groups: Registered, Registered Users
Joined: 4/2/2012(UTC)
Posts: 6

hanks for the interesting
I read FormulaPrimer
You in the search on the Internet but I have some problems

ex

Bullish Abandoned Baby Pattern formal

And another question What is the difference between

Candle - Hammer

If(Abs((H+L)/2)<Ref(Mov(C,10,E),-1), {down trend}
If(Min(OPEN,C)>H-((H-L)/3), {body in upper 1/3}
If(C<Ref(C,-1),If(OPEN<Ref(OPEN,-1), {body gap}
1,0),0),0),0)

OR

Hammer()

THK
wabbit  
#4 Posted : Thursday, April 5, 2012 11:43:55 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
KENANAH wrote:
I read FormulaPrimer

Did you do ALL of the exercises?


KENANAH wrote:
You in the search on the Internet but I have some problems

...and we're supposed to be guessing what those problems are?

If I had a crystal ball, I'd be using it for much better purposes!

KENANAH wrote:
And another question What is the difference between

Candle - Hammer

If(Abs((H+L)/2)<Ref(Mov(C,10,E),-1), {down trend}
If(Min(OPEN,C)>H-((H-L)/3), {body in upper 1/3}
If(C<Ref(C,-1),If(OPEN<Ref(OPEN,-1), {body gap}
1,0),0),0),0)

OR

Hammer()

The Hammer() function is a built-in function of MS and its definition can be found in the MS User Manual. The code is someone else's interpretation of a patter they were looking for; it can be coded much better than it is shown above.

This is why YOU need to learn to read and write your own codes.


wabbit [:D]

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.