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.
|
|
|
|
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)
|
Try:
Code:
test:=bigwhite();
{plot/return}
test and sum(test,90)=1;
wabbit [:D]
|
|
|
|
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.