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 -- Ignore unavailable to you. Want to Upgrade?


To: gbr who wrote (1482)1/18/1998 11:17:00 AM
From: Craig DeHaan  Respond to of 4056
 
Gary,
You actually don't need Alert() for a one-day condition. The Cross() should catch it alone with the indicator/trigger order Dick stated. Alert is used to hold a true result for a set period of time. With Alert(**,0) it's actually not doing anything but reading the Cross() result for the most recent day. If you intend for this condition to be the first step in a sequence of events that might take a few days to unfold for example you'd extend the alert 3 days with Alert(***,3).