[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How debug these things?



PureBytes Links

Trading Reference Links

Chris,

In MS 6.5 you can have

hold:= mov(c,40,s);

You can then plot move(hold,5,e);

Or what ever you want to do with hold. You'll need to test it out with the
writeval function.

Harley

Mullin285@xxxxxxx wrote:

> Harley
>
> What I meant by internal values are values within the indicator. ex.
> hold:=mov(c,40,s) Hold: would have values in it. I had hoped to be able to do
> something stupid like writeval(hold:) in an indicator/system test to help
> debug it and satisfy my curiousity. But that ain't going to work anyway. I
> guess you just have to plot 'em out or just keep wondering<g>
>
> Thanks for replying
>
> Chris
>
> In a message dated 9/14/98 11:47:27 AM Eastern Daylight Time,
> meyer@xxxxxxxxxxx writes:
>
> > Mullin285@xxxxxxx wrote:
> >
> >  > Is there a way to display internal values?
> >
> >  Not sure what you mean by internal values.
> >
> >  Harley