PureBytes Links
Trading Reference Links
|
<FONT face="Trebuchet MS" color=#0000ff
size=2>Much Thanks
<FONT
face=Tahoma size=2>-----Original Message-----From: Herman
vandenBergen [mailto:psytek@xxxxxxxx] Sent: Thursday, 8 January
2004 12:45 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE:
[amibroker] Equity to CSV File
<FONT face=Arial color=#0000ff
size=2>The easiest way would be to append the following statements to
the end of your system's code
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Filter=1;
<FONT face=Arial color=#0000ff
size=2>SetOption("NoDefaultColumns",False);
<FONT face=Arial color=#0000ff
size=2>addcolumn(Equity(0),"Equity",1.2);
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>and run an exploration. The right-click on the Results, select Copy,
and paste directly into Excel. You can add additional columns for other
parameters, like Buy and Sell signals.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>herman
<FONT face=Tahoma
size=2>-----Original Message-----From: Janos, Michael
[mailto:michael.janos@xxxxxxxxxxxxxxxxxxx]Sent: January 8, 2004
8:56 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Equity to CSV FileIs there a way to
export the equity line to a csv file for analysis inExcel? I assume that
I can embed script code to manually output the databut is there a
generic method?MichaelSend 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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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
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 the Yahoo! Terms of Service.
|