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

Notification

Icon
Error

Options
Go to last post Go to first unread
nemo4dip  
#1 Posted : Monday, May 27, 2013 10:45:16 AM(UTC)
nemo4dip

Rank: Newbie

Groups: Registered, Registered Users
Joined: 5/27/2013(UTC)
Posts: 2

Please anyone suggest an idea about writing a exploration formula which show securities which close is bellow 40 bar EMA for last 300 period.......

I have tried out ref() formula... but its so long..... i write it down for 40 periods using ref()..... please give an idea if there is any other method ...... thanks in advance
henry1224  
#2 Posted : Monday, May 27, 2013 2:40:04 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Code:

Sum(C<Mov(C,E,40),300)=300

nemo4dip  
#3 Posted : Saturday, June 1, 2013 7:55:46 AM(UTC)
nemo4dip

Rank: Newbie

Groups: Registered, Registered Users
Joined: 5/27/2013(UTC)
Posts: 2

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