PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "enzo" <herrfrechdax@xxxx> wrote:
Sorry, the example I used is wrong,
HiBar = ValueWhen( Status("firstvisiblebarindex")==BarIndex(),
HHVBars( H, per ) );
results in an array. How can I debug it?
regards,
enzo
>
> Hello,
>
> how do you guys debug your code? Until now I am plotting results,
> but this is not satisfying.
>
> How can I display the value of an array thats a result of my
> operations. Per example, in the terminology I am used to an array
is
> an internal table, which consists of rows and columns. When
> plotting the result of:
>
> HiBar = LastValue( ValueWhen( Status("firstvisiblebarindex")
> ==BarIndex(), HHVBars( H, per ) ) );
>
> a straight line is plotted at 10 in the axis (in my example). How
> can I see how many rows the array has and what are the values?
>
> Is there a tool? Is someone using _TRACE in combination with the
> software from sysinternal.com? The output there does not seem to
> fulfill my needs.
>
> Thanx for any hint,
> regards
> enzo
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|