PureBytes Links
Trading Reference Links
|
Hello,
Each pane where you have the formula with _TRACE generates the
output.
Apparenly you have 2 or more panes using _TRACE
function
and each generates single line. Since one (older) formula
had _TRACE("text") instead of 'test'
so one line was different.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
john gibb
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, September 19, 2003 3:23
PM
Subject: Re: [amibroker] Re: How to use
_TRACE?
Hi,
On XP Home, I got this to work in a new indicator
window:
<FONT
size=2> _TRACE ( " <FONT
face="Courier New" color=#ff00ff>test "
);
but with a strange output:
[892] test [892] test
[892] text [892] test
I am not sure why there are 4 lines and
why the third line says 'text' rather than 'te<FONT
size=5>st' (I had:
_TRACE ( "
text
" );
in my third indicator pane from the bottom( with
a total of four indicator panes). If I comment it out, i get:
[892] test [892] test
[892] test
-john
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
mmqp
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, September 18, 2003 9:52
PM
Subject: [amibroker] Re: How to use
_TRACE?
Got it working on W2K but not XP.--- In <A
href="">amibroker@xxxxxxxxxxxxxxx,
"mmqp" <mmqp@x...> wrote:> I have
downloaded and unzipped the dbgview.exe. I started >
dbgview.exe. Added _TRACE ( " text " ). run AFL but see no
output. > Has anyone used it successfully?
TIASend BUG REPORTS to bugs@xxxxxxxxxxxxxSend
SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page:
<A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|