Rank: Newbie
Groups: Registered, Registered Users Joined: 5/18/2006(UTC) Posts: 9
|
Hi
i am trying to calculate fibo level but formula does not work
i need help to find mistake please
weeklyLow:=if(dayofweek()=6,LLv(ref(L,-6)); weeklyHigh:=if(dayofweek()=6,hhv(ref(L,-6)); Pivot Point:=(c+fml("weeklyLow")+fml("weeklyHigh"))/3; weeklyrange:=fml("weeklyHigh")-fml("weeklyLow"); LS:=ref(c,-1)
{RESISTANCE LEVEL}
R1:=fml("LS")+(fml("weeklyrange")*.38); R2:=fml("LS")+(fml("weeklyrange")*.618); R3:=fml("LS")+(fml("weeklyrange")*.1.38);
{SUPPORT LEVEL}
s1:=fml("LS")-(fml("weeklyrange")*.38); s1:=fml("LS")-(fml("weeklyrange")*.618); s1:=fml("LS")-(fml("weeklyrange")*1.38);
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
ssmb,
Use Roy's weekly code.
Asish
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 5/18/2006(UTC) Posts: 9
|
uasish wrote:
ssmb,
Use Roy's weekly code.
Asish
thank you uasish
but i do'nt know what " Roy's weekly code" is .
would you please write it :)
|
|
|
|
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.