PureBytes Links
Trading Reference Links
|
hello
I want Monday through Friday to put the H and the L of one week of and with this code the only thing that with himself is of last the 5 days
Gracias
{ Week' start }
Sas:=DayOfWeek()<>Ref(DayOfWeek(),-1);
{ Month's OHLC }
{Om:=ValueWhen(2,sas,O);}
Hsas:=ValueWhen(1,sas,HighestSince(5 ,sas,H));
Hsas:=ValueWhen(1,Hsas>0,Hsas);
Lsas:=ValueWhen(1,sas,LowestSince(5,sas,L));
Lsas:=ValueWhen(1,Lsas>0,Lsas);
Csas:=ValueWhen(1,sas,Ref(C,-1));
Pivot:= (Hsas+Lsas+Csas)/3;
;lsas;hsas;
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|