PureBytes Links
Trading Reference Links
|
Hello,
You can use Exploration to display values of any variable in your formula.
http://www.amibroker.com/f?addcolumn
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "enzo" <herrfrechdax@xxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, October 17, 2004 3:18 PM
Subject: [amibroker] Re: How can I debug AFL code
>
>
> --- 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
>
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|