|
hm... everything works fine in my computer
-----------
if (stochk1 <= stochd1 && stochk0 > stochd0 && stochk0<=30)
if(stochk1 >= stochd1 && stochk0 < stochd0 && stochk0>=70)
it was vchanged by CEO to
if (stochk1 <= stochd1 && stochk0 > stochd0 && stochd0<=OSLevel)
if(stochk1 >= stochd1 && stochk0 < stochd0 && stochd0>=OBLevel)
and
extern int OSLevel=30;
extern int OBLevel=70;
----------------
indi is fine, you might be using previouse version (30/70) - (corrupted or replaced file, etc) exidentaly; try2reinstall
same indi attached (just in case)
Last edited by fxbs; 08-08-2007 at 02:34 AM.
|