| 
 PureBytes Links 
Trading Reference Links 
 | 
Can someone please help me translate the following EasyLanguage 
(Tradestation) code to Metastock, any help would be appreciated.
{Set TradeStation to close trade at end of day}
if low<lowest(low,2)[ 1 ]
and dayofweek(Date)<4
and low[l]<low[2]
and open tomorrow<low[l]
and range>range[l]
and open tomorrow>low+.50
then buy ("Buy D13") tomorrow at low[l] + 1 point stop;
 
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/
 
 |