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

Notification

Icon
Error

Options
Go to last post Go to first unread
Shalafi  
#1 Posted : Thursday, July 22, 2010 10:40:05 AM(UTC)
Shalafi

Rank: Newbie

Groups: Registered, Registered Users
Joined: 4/12/2010(UTC)
Posts: 2

Hi, I try to find some candlestick patterns in explorer but i couldn't. I mean i try to find if doji or morning star or engulfing etc.. ever happened in all data that i have. When i write colA : doji() (likewise) explorer looks to the last candle and returns me 0. But when i check the EUR/JPY or smth, i see there are lots of dojis there. can anyone help me? I wrote a post about that with alert func, but i need to find in the whole data EURUSD.
johnl  
#2 Posted : Thursday, July 22, 2010 6:57:15 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

I create an indicator first, drop in on a chart to verify it is working correctly, then go
to making the explorer. Try making the indicator first and you can usually find the error yourself. If still having trouble, post your attempt.

wabbit  
#3 Posted : Thursday, July 22, 2010 7:29:46 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)
Use the Cum() function to count the number of instances in the entire chart, e.g.:

Code:
{ColA}
Cum(Doji());

{filter}
ColA>0;




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.