PureBytes Links
Trading Reference Links
|
Safdar, your multiple coding requests are relatively easy, but take
time to put together. If this coding is personally valuable to you,
perhaps you should consider paying a professional to put it all
together for you.
Just by chance, I got this email today from www.meta-formula.com :
"Did you know I charge $80 to answer MetaStock coding questions? Well
now you do."
Anyway, here's the code your first column's code, and perhaps others
can help you with the rest:
ColA:
---8<----------
fall:=C<Ref(C,-1);
BarsSince(fall=0)
---8<----------
Filter:
---8<----------
ColA>=3
---8<----------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, safdar <safdar_ali_b@xxxx>
wrote:
> hello all
> I am trying to accomplish the following:--
> In first column no. of securities which have fallen continuously
> for three or more days for ex
> abc 3
> abd 3
> acd 4
> def 5
> xyz 6
> zxz 6 to last possible no.
>
> In second column change in security's price from the date it started
> falling to current date(ROC of 3 days if it fell 3 straight or 4
> days if it fell 4 straight days etc)
>
> In third column securities which have risen for 3 or more straight
> days for ex
> abc 0 0 3
> abd 0 0 3
> acd 0 0 4
> def 0 0 5
> xyz 0 0 6
> zxz 0 0 7 to last possible no.
>
> And in the fourth column change in security's price from the date
> it started rising to current date(ROC of 3 days if it rose 3
> straight days or 4 days if it rose 4 straight days etc)
>
>
> It seems to me that this is quite difficult, but I am also sure that
> nothing is impossible for the esteemed members of this group.
> I had posted a similar query few days back and had got accurate
> solution from Mr Jose.
> I am hoping that will get a solution for this one also.
>
> Safdar
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|