[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Krauz's Support and resistence



PureBytes Links

Trading Reference Links


Hi.  i am new to this group and I hope that I am writing to this group in the right way.  anyway, I hope someone will be able to help.
Can Krauz's Support and restance indicator formula be converted to an intraday one?  I have put the original weekly formaula below.  
 
SUPPORT AND RESISTANCE:




day:=DayOfWeek(); 
WR:= If(day=1,
If(BarsSince(day=1)>5,
Ref( HighestSince(1,day=2,H) - LowestSince(1,day=2,L),-1),
Ref( HighestSince(1,day=1,H) - LowestSince(1,day=1,L), -1)),
If(day=2 AND Ref(day,-1)>1,
If(BarsSince(day=1)>5,
Ref( HighestSince(1,day=2,H) - LowestSince(1,day=2,L),-1),
Ref( HighestSince(1,day=1,H) - LowestSince(1,day=1,L),-1)),0));
WRV:= ValueWhen(1,WR>0,WR);
T1:=Fml("Fixed Balance Point") + (WRV*.5);
T2:=Fml("Fixed Balance Point") + (WRV*.618);
B1:=Fml("Fixed Balance Point") - (WRV*.5);
B2:=Fml("Fixed Balance Point") - (WRV*.618);
T1;
T2;
B1;
B2
FIXED BALANCE POINT
day:=DayOfWeek(); 
FBC:= If(day=1,
If(BarsSince(day=1)>5,
Ref( HighestSince(1,day=2,H) + LowestSince(1,day=2,L)+C,-1)/3,
Ref( HighestSince(1,day=1,H) + LowestSince(1,day=1,L)+C,-1)/3),
If(day=2 AND Ref(day,-1)>1,
If(BarsSince(day=1)>5,
Ref( HighestSince(1,day=2,H) + LowestSince(1,day=2,L)+C,-1)/3,
Ref( HighestSince(1,day=1,H) + LowestSince(1,day=1,L)+C,-1)/3),0));
ValueWhen(1,FBC>0,FBC)
 
THANKS
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!







Yahoo! Groups Sponsor


  ADVERTISEMENT 









Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/ 
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.