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

Notification

Icon
Error

Options
Go to last post Go to first unread
franck  
#1 Posted : Monday, August 28, 2006 8:14:42 AM(UTC)
franck

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/28/2006(UTC)
Posts: 2

I need your help ! In intraday how to refer to the close of the day before ? Thank's very much, Franck
wabbit  
#2 Posted : Monday, August 28, 2006 9:37:30 AM(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)
Franck

Welcome to the Forum...

I think you will benefit greatly by reading the MS Users Manual and attempting all the exercises in the free Equis Formula Primer (from the downloads section). Both of these will give you the knowledge and know-how to build your own indicators, experts, explorations and systems; simple ones like expressed in this thread, and with some time and practice you will be able to code more complex ideas.

In the mean time try this:

Code:

newDay:=DayOfMonth()<>Ref(DayOfMonth(),-1);
previousClose:=valuewhen(1,newDay,Ref(C,-1));
previousClose;



Hope this helps.

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.