40c3062348
* Improves stability and fixes various bugs * Adds unit tests covering changes * Adds COVID-19 crisis plots * Adjusts styling of crisis plots for more pleasant viewing * Fixes bug where null BacktestResult caused application to crash * Order JSON bug fixes and stability improvements * MaxDrawdownReportElement now produces results for Live * Replaced Estimated Capacity w/ Days Live * Added Live marker to sharpe ratio * Added support for MOO and MOC orders in PortfolioLooper * Address review: adds new unit tests and cleans up code * Bug fix: use LastFillTime instead of Order.Time for MOO and MOC * Address review: Fixes tests and cleans up code
17 lines
389 B
HTML
17 lines
389 B
HTML
<div class="col-xs-4">
|
|
<table class="table compact">
|
|
<thead>
|
|
<tr>
|
|
<th style="display: block; height: 75px;">{{$TEXT-CRISIS-TITLE}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding:0;">
|
|
<img src="{{$PLOT-CRISIS-CONTENT}}">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|