AB ver 4.8.1.... data QP.... last data on
4/13/06
Trying to plot stochastic overlay on prices on
daily chart using code below:
StocPeriod
= 12;
StocD_Overlay =
StochD(StocPeriod);
Plot(StocD_Overlay,"",colorblue,styleLine|styleThick|styleOwnScale,-10,120);
Everything else looks normal.
Code normally works fine ... except for one
symbol "GROW". Value displayed is "-1 .#IND0". I can not say if problem
is with today's data only or not.
Code works fine if I change chart to weekly. Aslo
am computing stochastic for timeframes 2x and 3x. They work fine on both daily
and weekly.
Also it works OK in separate pane showing
stochastics only (similar formula)
I have seen this once or twice before (don't
have details), but paid no attention .... strange behavior like this scares
me ....
Any suggestions?
TIA
Ara