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 : AIQ TradingExpert for Windows -- Ignore unavailable to you. Want to Upgrade?


To: cool who wrote (1121)2/17/1999 1:05:00 AM
From: PEWD  Read Replies (1) | Respond to of 1176
 
Hi daddy, was out of town and just now saw your note. Sorry
for the delay in responding.

a volume spike alert is fired if volume for current interval
is greater than 125% of the ESA average value

default rule is:
! 25% volume spike
VolumeSpike if [volume] >=[volume esa] * 1.25.

so if current volume exceeds the esa (expn. smoothed avg) volume by
25%, this rule will fire.

You can modify this, change the %, create another rule for volume
spike down for example.

try this for gap up:

! Price gap up
GapUp if [low] > Val([high],1) * 1.20.

I think that gives you a gap if higher than prior period close,
plus 20%.

But its late, and i'm tired, so best to test this or catch me during market hours in channel 7. My mytrack id is CHostPAUL. And
bear in mind mytrack hosts are fairly new to aiq pro also.
E.G., I'm still learning this too.

To edit these rules, from the alerts window, click on File, then
Alert Properties, then Edit Alerts.

And someone a few days ago asked about a list of sp2 changes. From a aiq tep window, click help then tech support then technical support.
This will launch your browser. Click on the 'known issues' section,
they have updated this by noting which reported problems are fixed
in SP2.

Regards,
PEWD