| PureBytes Links Trading Reference Links | Hi Roy -
I had hoped to get these to you sooner, but...
I'm prepared to make any changes you care to suggest.
I thought the Dots ... Lines.. was an interesting application of the 
instance code.
The only real contribution I've made to advance the template was :
(1+LastValue(Cum(Event))-Cum(Event))*Event=MyInstance;
And asking a good question about switching the extension on and off.
I think I've given appropriate credit as due.  If you or Jose think 
otherwise, I'm happy to make further acknowledgement (short of thanking 
mothers for giving birth to their sons) ;-)
Some points that may be interesting:
The line through tops and bottoms doesn't extend to the last bar. I believe 
that is because the Top definition/plot is set back one bar. I couldn't fix 
that.
When using two moving average crosses as events, and the moving avearge as 
the array a different line is drawn depending on the sequence of the arrays:
Event1:=Cross(Mov(C,20,E),Mov(C,10,E));
Event2:=Cross(Mov(C,10,E),Mov(C,20,E));
price1:=Mov(C,10,E);
price2:=Mov(C,20,E);
is not the same line as
price1:=Mov(C,20,E);
price2:=Mov(C,10,E);
This was a suprise at first as at the cross they are equal. However, they 
may not be equal on the event bar.
Two pieces of code that I haven't had the time to get to which I think would 
make the model complete are
1.extending the line a fixed number of bars to the right. (I think I can 
handle that one)
2.extending the line a fixed number of bars to the left.
Regards,
Ron
Hope you've recovered from painting and vacationing...
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Transfer from your equities account.  
Receive up to $1,000 from GFT. Click here to learn more.
http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~-> 
 
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/
 
 |