This is an archived forum post. The information may be outdated. Contact us if you have any questions.

fusion charts

kima wrote on 2012-04-03:
I am getting no color when I print fusion charts Column2D and Bar2D graphs.
support wrote on 2012-04-03:
Hello,

please could you provide us with a code sample that demonstrates the issue?
kima wrote on 2012-04-03:
Resend
support wrote on 2012-04-03:
Sorry for not expressing myself clearly, I meant your HTML code with the chart (not your PHP code)
kima wrote on 2012-04-03:
<HTML>
<HEAD>
<TITLE>Statistical Analysis Report</TITLE>


<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/js/bigapp/dojo/resources/dojo.css">
<link rel="stylesheet" type="text/css" href="/js/bigapp/dijit/themes/tundra/tundra.css">

<link rel="stylesheet" type="text/css" href="../css/autumngold.css">
<link rel="stylesheet" type="text/css" href="../css/leaf_report.css">
<link rel="stylesheet" type="text/css" href="../css/print.css" media="print">

<style>

hr
{border: solid #c5d2c8 1px}

em
{color:#c5d2c8}

.highlight
{background-color: #c5d2c8}

.performance th, .table_header
{
background-color: #c5d2c8;
color: #000000;
}

a, a:visited, a:link
{color: #003300; text-decoration: none;}

a:hover
{color: #c16f03; text-decoration: underline;}


.header, .header p
{
background-color: #FFFFFF;
color: #666666;
}

.letter_link
{
font-size: 24px;
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic;
}

.body
{
font-size: 7px;
font-family: Georgia, Times New Roman, Times, serif;
font-style: normal;
}

.style1 {color: #187D23}
.style2 {color: #000000}
.style3 {color: #890E2C}

#pCustomFooter, #taEditCustomFooter
{
text-align:justify;
text-transform:uppercase;
font-weight:bold;
margin-top:0px;
}

#search_form
{
width: 810px;
}

</style>
<script type="text/javascript" src="/js/bigapp/dojo/dojo.js" djConfig="parseOnLoad: true"></script>
<script type="text/javascript" src="/js/bigapp/dojo/bigapp.js" djConfig="parseOnLoad: true"></script>
<script type="text/javascript">
dojo.require("dijit.Toolbar");
dojo.require("dijit.Menu");
dojo.require("dijit.Dialog");
dojo.require("dijit.form.Textarea");
dojo.require("dijit.form.CheckBox");
dojo.require("dijit.form.FilteringSelect");
dojo.require("dojo.cookie");
dojo.require("dojo.parser");

dojo.addOnLoad(init);

function init()
{
// hide menu until load is done to prevent ugly
// unformatted elements
dojo.byId("loading").style.display = "none";

// check if there is a custom description cookie
var customD = dojo.cookie("desc_113480");

if (customD && customD.length > 0) {
dojo.byId("pCustomDescription").innerHTML = customD;
dijit.byId("cbCustomDescription").setValue(true);
}

}

function onCheckboxChange(newVal, objID)
{
var p;
if (objID) {
p = objID;
}
else {
p = "p"+this.id.substr(2);
}

dojo.byId(p).style.display = (newVal ? "block" : "none");
}
</script>
<script src="/Charts/fusion/Charts/FusionCharts.js"></script>
<script type="text/javascript"><!--
if(FusionCharts && FusionCharts.printManager) FusionCharts.printManager.enabled(true);
// -->
</script>
</head>

<BODY class="tundra">
<div id="globalContainer" style="page-break-after: always;">
<div id="loading" style="width: 100%; height: 100%">
<p>Loading...<p><img src="/images/throbber.gif">
</div>
<div id="Leaf_Report" align="center">

<div class="header">
<p align="right"><img src="/images/AG_leaf_logo.jpg" align="left" style="clear: both;">
<br><strong>Statistical Analysis Report</strong><br><b style="text-shadow:1px 1px 0px #EEE">Accela Capital Management LLC <br> Global Short Term Program<br></b>Report Start Date: Oct-2010*</b> - Report End Date: Feb-2012<br><a href="http://www.autumngold.com/includes/printing.php?url=GXAxWItBoTUVQTbUI5ZcSJ4/PFqikP1ksw7SB6lgBBxBs8t7dlkUKnXQP0JrM5D6Gl9ROTQHrCMwKHM/cGx1kvpL6VTKRIJ4XCpi7JD9oksCzMkf+oyXGqV9z+rBbUGR+t4ckoM8iTK2qwHx1JGdVLg3VfDje1sc5ZFKUpTpHjc6GIBym5jJiAjHSU2cR65X" class="do_not_print">Print to PDF</a><p class="clear">
</div>

<div class='do_not_print'><form name='change_date_range' action='?' method='GET'><p align=right>Report Start Date <SELECT name='start' dojoType='dijit.form.FilteringSelect'><OPTION value='2010-10-31' selected>Oct 2010</OPTION>
<OPTION value='2010-11-30'>Nov 2010</OPTION>
<OPTION value='2010-12-31'>Dec 2010</OPTION>
<OPTION value='2011-01-31'>Jan 2011</OPTION>
<OPTION value='2011-02-28'>Feb 2011</OPTION>
<OPTION value='2011-03-31'>Mar 2011</OPTION>
<OPTION value='2011-04-30'>Apr 2011</OPTION>
<OPTION value='2011-05-31'>May 2011</OPTION>
<OPTION value='2011-06-30'>Jun 2011</OPTION>
<OPTION value='2011-07-31'>Jul 2011</OPTION>
<OPTION value='2011-08-31'>Aug 2011</OPTION>
<OPTION value='2011-09-30'>Sep 2011</OPTION>
<OPTION value='2011-10-31'>Oct 2011</OPTION>
<OPTION value='2011-11-30'>Nov 2011</OPTION>
<OPTION value='2011-12-31'>Dec 2011</OPTION>
<OPTION value='2012-01-31'>Jan 2012</OPTION>
<OPTION value='2012-02-29'>Feb 2012</OPTION>
</SELECT>
Report End Date <SELECT name='end' dojoType='dijit.form.FilteringSelect'><OPTION value='2010-10-31'>Oct 2010</OPTION>
<OPTION value='2010-11-30'>Nov 2010</OPTION>
<OPTION value='2010-12-31'>Dec 2010</OPTION>
<OPTION value='2011-01-31'>Jan 2011</OPTION>
<OPTION value='2011-02-28'>Feb 2011</OPTION>
<OPTION value='2011-03-31'>Mar 2011</OPTION>
<OPTION value='2011-04-30'>Apr 2011</OPTION>
<OPTION value='2011-05-31'>May 2011</OPTION>
<OPTION value='2011-06-30'>Jun 2011</OPTION>
<OPTION value='2011-07-31'>Jul 2011</OPTION>
<OPTION value='2011-08-31'>Aug 2011</OPTION>
<OPTION value='2011-09-30'>Sep 2011</OPTION>
<OPTION value='2011-10-31'>Oct 2011</OPTION>
<OPTION value='2011-11-30'>Nov 2011</OPTION>
<OPTION value='2011-12-31'>Dec 2011</OPTION>
<OPTION value='2012-01-31'>Jan 2012</OPTION>
<OPTION value='2012-02-29' selected>Feb 2012</OPTION>
</SELECT><button type='submit' dojoType='dijit.form.Button'>Reload Leaf Report</button><input type='hidden' name='id' value='113480'><input type='hidden' name='idx0' value='113480'><input type='hidden' name='idx1' value='2100'><input type='hidden' name='idx2' value='9821'></form></div>
<HR> <div class=column_left style="width:600px;">
<p align="left" class="data_label"><b>Trading Strategy: Short Term / Diversified</b><br>
<b>4.7 Exempt - Qualified Eligible Persons Only</b>

<p id="pProgramDescription" align="justify" class="data_label"><b>Program Description:</b> The Accela Global Short Term Program trades 80 global markets using multiple systems in order to generate attractive risk adjusted returns. The program is completely systematic and has holding periods that average around 10 days. The systems vary in time frame and strategy and are selected for their lack of correlation to one another and their ability to succeed in different market conditions. Strategies that perform well in trending markets are combined with ones that perform well in non-trending markets allowing us to generate attractive returns with less volatility.</p>
<p id="pCustomDescription" style="display: none; text-align:justify;">You have not entered a custom description yet.
<span class="do_not_print"><BR><BR><a href="javascript:onCheckboxChange(true, 'divEditCustomDescription')">Write a

description</a> now, or <a href="javascript:dijit.byId('cbCustomDescription').setValue(false)">hide this paragraph</a>.</span></p>

<div id="divEditCustomDescription" class="do_not_print" style="display: none">
<form style="width:420px; padding:5px; border:solid gray 1px;" method="POST" action="/SubLeaf/leaf_report_cta.php?id=113480">
<p>Editing Custom Description for Program Global Short Term Program</p>
<div name="custom_description" dojoType="dijit.form.Textarea" style="width:400px; text-align: justify"></div>

<p align="right"><button dojoType=dijit.form.Button type="submit">Apply</button>
<button dojoType=dijit.form.Button type="button"
onClick="dojo.byId('divEditCustomDescription').style.display='none'">Cancel</button>
</form>
</div>

<div id="divCheckBoxes" class="do_not_print" style="text-align: right">
Show: <input id="cbProgramDescription" dojoType="dijit.form.CheckBox" onChange="onCheckboxChange" checked />
original program description
<input id="cbCustomDescription" dojoType="dijit.form.CheckBox" onChange="onCheckboxChange"
/>
custom program description
</div>
</div>

<div class=column_right style="width:260px;">
<p align="left" class="data_label"><b>Investment Information</b>
<table>

<tr>
<td>Program Start Date*</td>
<td class="data">2012-03-22</td></tr>
<tr><td>Percent Discretionary</td>
<td class="data">0%</td></tr>

<tr><td>Percent Systematic</td>
<td class="data">100%</td></tr>

<tr><td>Minimum Investment</td>
<td class="data">1,000,000</td></tr>

<tr>
<td>Currency</td>
<td class="data">US Dollar</td>
</tr>
<tr>
<td>Avg Margin Requirement</td>
<td class="data">9.00%</td>
</tr>
<tr>
<td>Round Turns per Million</td>
<td class="data">0</td>
</tr>


<tr><td>Management Fee</td>
<td class="data">9999.99%</td></tr>

<tr><td>Incentive Fee</td>
<td class="data">9999.99%</td></tr>
<tr>
<td colspan="2">NFA No: 0265422</td>
</tr>




</table>



</div>
<hr>
<div class="column_left" style="height:230px; width=872px;">
<div id="chartVAMIAssets">Loading chart...</div>
</div>
<script type="text/javascript">
FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts(
"/Charts/fusion/Charts/MSCombiDY2D.swf",
"myChartId1",
"872",
"230",
"0",
"1"
);
myChart.setDataURL("/Charts/chart-xml/vami-asset_new.php?printing=&id=113480|2010-10-31|2012-02-29");
myChart.render("chartVAMIAssets");
</script>

<hr>

<p align='left'><b>Performance since October 2010</b><p align='left'><table class='performance th'>
<tr>
<th>Year</th>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
<th>Dec</th><th>ROR</th>
<th>Max DD</th>
</tr>
<tr>
<td class='table_header'>2010</td><td colspan=9>&nbsp;</td>
<td class='data'>4.22%</td>
<td class='data'>0.36%</td>
<td class='data'>4.16%</td>
<td class='data'>8.95%</td>
<td class='data'>0.00%</td>
</tr>
<tr class='highlight'><td class='table_header'>2011</td>
<td class='data'>1.20%</td>
<td class='data'>2.86%</td>
<td class='data'>-6.42%</td>
<td class='data'>0.14%</td>
<td class='data'>-5.83%</td>
<td class='data'>-0.13%</td>
<td class='data'>4.48%</td>
<td class='data'>-0.96%</td>
<td class='data'>2.47%</td>
<td class='data'>-6.38%</td>
<td class='data'>-0.84%</td>
<td class='data'>0.15%</td>
<td class='data'>-9.54%</td>
<td class='data'>-13.24%</td>
</tr>
<tr><td class='table_header'>2012</td>
<td class='data'>2.04%</td>
<td class='data'>3.35%</td>
<td colspan=10>&nbsp;</td>
<td class='data'>5.46%</td>
<td class='data'>0.00%</td>
</tr></table>
</p> <style>#mainTabContainer { height: 100px; } #mainTabContainer div{overflow: visible !important; border: 0 !important;}</style>
</p><div style='clear:both'></div>

<tr class="data_label"><b><br>Track Record Prepared By: Hedge Facts</b><br></tr>

<br>
<div class="column_left">
<table style="width:400px">
<tr>
<td class="data_label" colspan=2><b>Program Statistics*</b></td>
</tr>
<tr>
<td class="data_label">Maximum Drawdown <sup>(1)</sup> (Feb 2011-
Nov 2011)</td>
<td class="data">-13.24%</td>
</tr>

<tr>
<td class="data_label">Worst Monthly Drawdown (Mar 2011)</td>
<td class="data">-6.42%</td>
</tr>

<tr><td class="data_label">Current Losing Streak</td>
<td class="data">-8.36%</td></tr>

<tr><td class="data_label">Average Monthly Return</td>
<td class="data">0.29%</td></tr>

<tr><td class="data_label">Monthly Std. Deviation</td>
<td class="data">3.56%</td></tr>

<tr><td class="data_label">Gain Deviation (11 months gain)</td>
<td class="data">1.66%</td></tr>

<tr><td class="data_label">Loss Deviation (6 months loss)</td>
<td class="data">3.07%</td></tr>
<tr>
<td class="data_label">Gain to Loss Ratio</td>
<td class="data">0.68</td>
</tr>
<tr>
<td class="data_label">Profit Loss Ratio</td>
<td class="data">1.24</td>
</tr>
</table>

</div>
<div class="column_left">
<table style="width:400px">
<tr>
<td colspan=2><b>Annualized Statistics*</b></td>
</tr>

<tr>
<td class="data_label">Compound ROR</td>
<td class="data">2.76%</td>
</tr>

<tr><td class="data_label">Standard Deviation</td>
<td class="data">12.33%</td></tr>

<tr>
<td class="data_label">Downside Deviation (2)</td>
<td class="data">10.12%</td></tr>

<tr>
<td class="data_label">Sharpe Ratio (3)</td>
<td class="data">0.09</td></tr>

<tr>
<td class="data_label">Sortino Ratio (4)</td>
<td class="data">-0.45</td></tr>

<tr>
<td class="data_label">Calmar Ratio (5)</td>
<td class="data">N/A</td>
</tr>

<tr>
<td class="data_label">Sterling Ratio (6)</td>
<td class="data">N/A</td>
</tr>

<tr><td class="data_label">Gain Deviation</td>
<td class="data">5.76%</td></tr>

<tr><td class="data_label">Loss Deviation</td>
<td class="data">10.63%</td></tr>
</table></div>
<hr>

<div class="clear"></div>





<div class="footer" style="text-align: center">

<div><STRONG>PAST PERFORMANCE IS NOT NECESSARILY INDICATIVE OF FUTURE RESULTS. <br />
TRADING OF FUTURES AND OPTIONS IS RISKY AND IS NOT SUITABLE FOR ALL INVESTORS.<br />
PROSPECTIVE
CLIENTS SHOULD NOT BASE THEIR DECISION ON INVESTING SOLELY ON THE PAST PERFORMANCE PRESENTED HEREIN.</BR>
</div></STRONG>
</div><HR><div class="footer"><strong>
<p align="center">
</strong>
</div> </div>
</div>
</div>
<div id="globalContainer" align="center" style="page-break-after: always;">
<div id="Leaf_Report" align="center">

<div class="header">
<p align="right"><img src="/images/AG_leaf_logo.jpg" align="left" style="clear: both;">
<br><strong>Statistical Analysis Report</strong><br><b style="text-shadow:1px 1px 0px #EEE">Accela Capital Management LLC <br> Global Short Term Program<br></b>Report Start Date: Oct-2010*</b> - Report End Date: Feb-2012<br><a href="http://www.autumngold.com/includes/printing.php?url=GXAxWItBoTUVQTbUI5ZcSJ4/PFqikP1ksw7SB6lgBBxBs8t7dlkUKnXQP0JrM5D6Gl9ROTQHrCMwKHM/cGx1kvpL6VTKRIJ4XCpi7JD9oksCzMkf+oyXGqV9z+rBbUGR+t4ckoM8iTK2qwHx1JGdVLg3VfDje1sc5ZFKUpTpHjc6GIBym5jJiAjHSU2cR65X" class="do_not_print">Print to PDF</a><p class="clear">
</div>


<hr>

<div class="column_left" style="width:400px;">
<div style="text-align:left; top-margin:4px;"><b>Time Window Analysis*</b></span>
<table class="performance" style="width:400px">
<th class="data"><strong>Length</strong></th>
<th class="data"><strong>Best</strong)</th>
<th class="data"><strong>Average</strong></th>
<th class="data"><strong>Worst</strong></th>
<tr><td class="data">1 mo</td>
<td class="data">4.5%</td>
<td class="data">0.3%</td>
<td class="data">-6.4%</td></tr><tr><td class="data">3 mo</td>
<td class="data">8.9%</td>
<td class="data">-0.2%</td>
<td class="data">-11.8%</td></tr><tr><td class="data">6 mo</td>
<td class="data">6.1%</td>
<td class="data">-2.6%</td>
<td class="data">-8.8%</td></tr><tr><td class="data">12 mo</td>
<td class="data">6%</td>
<td class="data">-5.3%</td>
<td class="data">-9.6%</td></tr> </table></div> </div>

<div class="column_right" style="valign:top;" style="width:400px;">
<div style="text-align:left; top-margin:4px;"><b>Drawdown Report*</b></span>
<table class="performance" style="width:400px">
<th class="data">Depth</th>
<th class="data">Length</th>
<th class="data">Recovery</th>
<th class="data">Start</th>
<th class="data">End</th>
<tr><td class="data">-13.25%</td>
<td class="data">12 mo</td>
<td class="data">*</td>
<td class="data">Mar-11</td>
<td class="data">n/a</td></tr> </table></div> </div>

</div><hr>

<div class="column_left" style="height:220px; width:600px">
<div id="chartMonthlyReturns">Loading chart...</div>
<script type="text/javascript">
FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts(
"/Charts/fusion/Charts/Column3D.swf",
"myChartId2",
"600",
"220",
"0",
"1"
);
myChart.setDataURL("../Charts/chart-xml/monthly-returns_new.php?printing=&id=113480|2010-10-31|2012-02-29");
myChart.render("chartMonthlyReturns");
</script>
</div>
<div class="column_right" style="height:220px; width:260px;">
<div id="chartReturnsDistribution">Loading chart...</div>
<script type="text/javascript">
FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts(
"/Charts/fusion/Charts/Column3D.swf",
"myChartId3",
"260",
"220",
"0",
"1"
);
myChart.setDataURL("../Charts/chart-xml/dist-monthly-returns_new.php?printing=&id=113480|2010-10-31|2012-02-29");
myChart.render("chartReturnsDistribution");
</script>
<div class='clear'></div>
</div>

<div class='do_not_print'>
</div><table class='wide_table'>
<th><p align='left'><b>Comparisons</b></th>
<th>Program</th><th style='color:#ff2222'>AG CTA Index <a href='?id=113480&idx1=9821'><br><img class='do_not_print' src='../images/remove.png' border=0 alt='Remove' title='Remove AG CTA Index from benchmark'></a></th><th style='color:#22ff44'>SP 500 TR <a href='?id=113480&idx1=2100'><br><img class='do_not_print' src='../images/remove.png' border=0 alt='Remove' title='Remove SP 500 TR from benchmark'></a></th> <hr>
<tr class="highlight"><td class="line_header">Annualized Compound ROR</td>
<td>2.76%</td><td>2.52%</td><td>15.91%</td> </tr>
<tr><td class="line_header">Cumulative Return</td>
<td>3.93%</td><td>3.59%</td><td>23.26%</td> </tr>
<tr class="highlight">
<td class="line_header">Cumulative VAMI<sup>(7)</sup></td>
<td>1039</td><td>1036</td><td>1233</td> </tr>
<tr>
<td class="line_header">Largest Monthly Gain</td>
<td>4.48%</td><td>4.14%</td><td>10.93%</td> </tr>
<tr class="highlight">
<td class="line_header">Largest Monthly Loss</td>
<td>-6.42%</td><td>-2.71%</td><td>-7.03%</td> </tr>
<tr>
<td class="line_header">Profit Loss Ratio</td>
<td>1.24</td><td>1.35</td><td>2.29</td> </tr>
<tr class="highlight">
<td class="line_header">Correlation</td>
<td>&mdash;</td><td>0.699</td><td>-0.041</td> </tr>
<tr>
<td class="line_header">Last Month</td>
<td>3.35%</td><td>1.18%</td><td>4.32%</td> </tr>
<tr class="highlight">
<td class="line_header">Last 12 Months</td>
<td>-8.36%</td><td>-2.67%</td><td>5.11%</td> </tr>
<tr>
<td class="line_header">Last 36 Months</td>
<td>3.93%</td><td>11.25%</td><td>97.93%</td> </tr>
</table><hr>

<div id="chartComparison">Loading chart...</div>
<script type="text/javascript">
FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts(
"../Charts/fusion/Charts/MSLine.swf",
"myChartId4",
"868",
"270",
"0",
"1"
);
myChart.setDataURL("../Charts/chart-xml/cumulative-return_new.php?printing=&id=113480|2010-10-31|2012-02-29|113480|2100|9821&1333484667");
myChart.render("chartComparison");
</script>
<BR>

<div class="footer" style="text-align: center">
<p><STRONG>PAST PERFORMANCE IS NOT NECESSARILY INDICATIVE OF FUTURE RESULTS. <br />
TRADING OF FUTURES AND OPTIONS IS RISKY AND IS NOT SUITABLE FOR ALL INVESTORS.<br />
PROSPECTIVE
CLIENTS SHOULD NOT BASE THEIR DECISION ON INVESTING SOLELY ON THE PAST PERFORMANCE PRESENTED HEREIN.</p></STRONG>
</div><HR>
<div style="text-align:center;"><b>4428 E Woodstock Road, Cave Creek, AZ 85331 * 480-585-1594 * <a class="custom_link" href="mailto:info@autumngold.com">info@autumngold.com</a>
* <a class="custom_link" href="http://www.autumngold.com">http://www.autumngold.com</a>
<BR>&copy; 1997 - 2012 AutumnGold.com LLC</b></br></div>
</div>
</div>

<div id="globalContainer" align="center">
<div id="Leaf_Report" align="center">

<div class="header">
<p align="right"><img src="/images/AG_leaf_logo.jpg" align="left" style="clear: both;">
<br><strong>Statistical Analysis Report</strong><br><b style="text-shadow:1px 1px 0px #EEE">Accela Capital Management LLC <br> Global Short Term Program<br></b>Report Start Date: Oct-2010*</b> - Report End Date: Feb-2012<br><a href="http://www.autumngold.com/includes/printing.php?url=GXAxWItBoTUVQTbUI5ZcSJ4/PFqikP1ksw7SB6lgBBxBs8t7dlkUKnXQP0JrM5D6Gl9ROTQHrCMwKHM/cGx1kvpL6VTKRIJ4XCpi7JD9oksCzMkf+oyXGqV9z+rBbUGR+t4ckoM8iTK2qwHx1JGdVLg3VfDje1sc5ZFKUpTpHjc6GIBym5jJiAjHSU2cR65X" class="do_not_print">Print to PDF</a><p class="clear">
</div>

<p style="display: none;">You have not entered a custom footer yet.</p>
<p class="do_not_print"><a href="javascript:onCheckboxChange(true, 'divEditCustomFooter')">Write a

footer</a> now, or <a href="javascript:dijit.byId('cbCustomFooter').setValue(false)">hide this paragraph</a>.</p>

<div id="divEditCustomFooter" class="do_not_print" style="display: none">
<form style="width:856px; padding:5px; border:solid gray 1px;" method="POST" action="/SubLeaf/leaf_report_cta.php?id=113480">
<p>Editing Custom Footer for Program Global Short Term Program</p>
<div name="custom_footer" id="taEditCustomFooter" dojoType="dijit.form.Textarea" style="width:850px;"></div>

<p align="right"><button dojoType=dijit.form.Button type="submit">Apply</button>
<button dojoType=dijit.form.Button type="button"
onClick="dojo.byId('divEditCustomFooter').style.display='none'">Cancel</button>
</form>
</div>

<div id="divCheckBoxes" class="do_not_print" style="text-align: right">
<input id="cbCustomFooter" dojoType="dijit.form.CheckBox" onChange="onCheckboxChange"
/>
Show custom footer
</div>


<p align="left"><b>* An Important Note on the Start Date &amp; the Statistical Analysis of the Report.</b>
Our standardized report is produced using the last 60 months of performance. Note that if the Inception Date
of this program Mar 2012 predates the Start Date of this report
Oct 2010, the Maximum Drawdown will equal or exceed the Maximum Drawdown of
this report. Additionally the statistics of a report from Inception may differ significantly. To obtain a
report with data from Inception please contact your broker or rerun your report from
Mar 2012</p>


<p align="left"><strong>Accounting Notes: </strong></p>

<p align="left"></p>

<p align="left"><strong>Statistical Notes</strong><br>
1. Maximum Drawdown is the worst peak to valley % loss over the period of
2010-10-31 to 2012-02-29 . <br>
2. Downside Deviation uses a 7.5% Minimum Acceptable ROR<br>
3. Sharpe Ratio uses a 2.0% Risk Free ROR<br>
4. Sortino Ratio uses a 7.5% Minimum Acceptable ROR<br>
5. Calmar Ratio Uses last 36 months of Data<br>
6. Sertling Ratio uses last 36 months of Data<br>
7. The hypothetical growth of $1,000<br>
</p>

<p align="left"><b>AG CTA Index: </b>The Autumn Gold CTA Index is comprised of the client performance of all CTA programs included in the AG database and does not represent the complete universe of CTAs. CTA programs with proprietary performance are not included. Monthly numbers are updated until 45 days after the end of the month. </p><p align="left"><b>SP 500 TR: </b>The S&P 500 indices are designed to reflect all sectors of the U.S. equity markets. The S&P 500 includes 500 blue chip, large cap stocks, which together represent about 75% of the total U.S. equities market. Companies eligible for addition to the S&P 500 have market capitalization of at least US$3.5 billion. The TR Index accounts for the reinvestment of dividends.</p>
<p align="left">
** ROR = Rate of Return</p>

<p align="left">This report has been prepared from information provided by the Trader and is believed to be reliable.<BR>
This report should be read in conjunction with the Trader's Disclosure Document or Fund's Offering Document.</p><p align="left"></p>

<p style="margin-bottom:0px; text-align:justify; font-weight:bold; text-transform:uppercase;">
PAST PERFORMANCE IS NOT NECESSARILY INDICATIVE OF FUTURE RESULTS. TRADING OF FUTURES AND OPTIONS IS RISKY AND IS NOT SUITABLE FOR ALL INVESTORS. THE RISK OF TRADING COMMODITY FUTURES, OPTIONS AND FOREIGN EXCHANGE ("FOREX") IS SUBSTANTIAL. THE HIGH DEGREE OF LEVERAGE
ASSOCIATED WITH COMMODITY FUTURES, OPTIONS AND FOREX CAN WORK AGAINST
YOU AS WELL AS FOR YOU. THIS HIGH DEGREE OF LEVERAGE CAN RESULT IN SUBSTANTIAL
LOSSES, AS WELL AS GAINS. YOU SHOULD CAREFULLY CONSIDER WHETHER COMMODITY
FUTURES, OPTIONS AND FOREX IS SUITABLE FOR YOU IN LIGHT OF YOUR FINANCIAL
CONDITION. IF YOU ARE UNSURE YOU SHOULD SEEK PROFESSIONAL ADVICE. <br />
<br />
</p>
<HR>

</div>
</div>
</div>
</BODY>
</HTML>
support wrote on 2012-04-04:
It seems that the bar charts use gradient fill that we do not support at the moment. Please, try to use solid fill instead.
support wrote on 2012-04-05:
Tip: The use3DLighting and plotGradientColor attributes control the fill style. Please try the following, it should fix the issue:
<chart use3DLighting='0' plotGradientColor=' ' ...>