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

Notification

Icon
Error

Options
Go to last post Go to first unread
xtafa  
#1 Posted : Sunday, July 24, 2011 5:45:17 AM(UTC)
xtafa

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 7/24/2011(UTC)
Posts: 2

Hi, I can determine the lowest value of close of 10 days with LLV(C,10) formula and one day before close of the LLV(C,10) with Ref(LLV(C,10),-1) formula.But 1 can't find the next close(one next day close value) of LLV(C,10).Can anyone help me?
jjstein  
#2 Posted : Sunday, July 24, 2011 9:39:36 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Try Ref(LLV(C,10),+1)
xtafa  
#3 Posted : Sunday, July 24, 2011 11:21:07 AM(UTC)
xtafa

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 7/24/2011(UTC)
Posts: 2

It can be seen easy way to determine next day value with the formula Ref(LLV(C,10),+1),but at the exploration results;” formula Ref(LLV(C,10),+1)” ,produced "N/A" value I’ve used some different formula to determine the the next close(one next day close value) of LLV(C,10) like; 1. BarsSince(LLV(C,10)) = 1; 2. ValueWhen(1,C,LLV(C,10)); 3. ValueWhen(1,LLV(C,10),DayOfWeek()+1) 4. If(LLV(C,10),If(DayOfWeek()>=0,C,0),0 ) 5. a1:=If(LLV(C,10), DayOfWeek()+1, 0 ); ValueWhen(1,a1,C); 6. If(If(LLV(C,10), DayOfWeek()+1,0 ),C,0) But, in vain…………. Please help me…
MS Support  
#4 Posted : Tuesday, July 26, 2011 2:14:49 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,975

Thanks: 95 times
Was thanked: 158 time(s) in 153 post(s)
It is not possible for the explorer to report any values for any bars after the exploration date. The explorer just does not load or look at data beyond that point, even if you have it in local data files.

In indicators, expert advisers and in system tests, the Ref(C, +1) will return the close of the next bar. but that logic does not work in the explorer
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.