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


To: Sean W. Smith who wrote (5993)8/12/1998 5:23:00 PM
From: Alain Joaris  Read Replies (2) | Respond to of 11149
 
So Sean, the solution for bdog was both coding and new update.
I agree with you this board is very helpfull indeed.

I am facing another problem and need some advice with this scan:

output="stochasticCross_buys.lst";
exchange=nyse,nasdaq,amex;
issuetype=common;
DaysToLoad=200;

integer d;

d:=-20;
// FIRST BUY INDICATION
if StochasticPctK(d) <=20 then
if StochasticPctK(d) > StochasticPctD(d) and
StochasticPctK(d-1) > StochasticPctD(d-1) then
Println Symbol:6,",",Date(d),",","BUY";
endif;
endif;

QP_RPTS simply dumps when it reaches "AMC" which has undefined stochastic (checked with Display).

I have the latest update installed, so must be something else.
Any idea on how to avoid this ?
Many thanks.

Alain Joaris