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