SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: mikeman who wrote (3085)5/26/1999 1:03:00 AM
From: Craig DeHaan  Read Replies (2) of 4056
 
Mike, (since the weekend I upgraded the hunter, RJ)-

You need to segment conditions of dissimilar output value; i.e. you can't use Mov(C,3,e) to compare values w/ a forecast oscillator which is a different animal from price mavg. Use Mov(ForecastOsc(c,21),3,e) for the moving average trigger instead. Then add the value crossover criteria as an AND condition. Try this setup:

Enter long:
Cross(ForecastOsc(C,21),Mov(ForecastOsc(C,21),3,E)) AND
Cross(ForecastOsc(C,21),0)

Exit long:
Cross(Mov(ForecastOsc(C,21),3,E),ForecastOsc(C,21)) AND
Cross(6,ForecastOsc(C,21))

[aside] You can use alert() function on either if you don't require both conditions to fire on the same day.

good luck,
CP
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext