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

Notification

Icon
Error

Options
Go to last post Go to first unread
pixer  
#1 Posted : Sunday, May 1, 2011 10:09:39 PM(UTC)
pixer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 5/1/2011(UTC)
Posts: 2

I want to use exploration to scan those stocks with a big white candle(bigwhite()). But I want to make sure it is the first big white candle in the latest 90 days. It is very simple to use bigwhite() to check whether the lastest day is big white candle or not. but how can I check that there is no one big white candle within the last 90 days. Thanks a lot.
wabbit  
#2 Posted : Monday, May 2, 2011 12:25:42 AM(UTC)
wabbit

Rank: Advanced Member

Groups ready for retrieval: 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)
Try:
Code:

test:=bigwhite();
{plot/return}
test and sum(test,90)=1;
wabbit [:D]
pixer  
#3 Posted : Monday, May 2, 2011 7:34:51 AM(UTC)
pixer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 5/1/2011(UTC)
Posts: 2

Wow..... it works. Really thanks for your help. You are so great!
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.