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

Re: How debug these things?



PureBytes Links

Trading Reference Links

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