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.
|
|
|
|
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.
|
|
|
|
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.