preparando step 3 para dejarlo fino
This commit is contained in:
@@ -306,15 +306,18 @@
|
||||
<div class="row g-3">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label">Strategy plot</label>
|
||||
<select id="plot_strategy_select" class="form-select"></select>
|
||||
<select id="plot_strategy_select" class="form-select">
|
||||
<option value="equity">Equity + Returns & Trades</option>
|
||||
<option value="rolling_sharpe">Rolling Sharpe-like</option>
|
||||
<option value="hist_oos_returns">OOS Returns Distribution</option>
|
||||
<option value="drawdown">Drawdown Evolution</option>
|
||||
<option value="trade_density">Trade Density</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-3">
|
||||
<div id="plot_equity" style="height: 320px;"></div>
|
||||
</div>
|
||||
<div class="mt-3">
|
||||
<div id="plot_returns" style="height: 320px;"></div>
|
||||
<div id="plot_strategy" style="height: 320px;"></div>
|
||||
</div>
|
||||
|
||||
<hr class="my-4">
|
||||
@@ -345,6 +348,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.plot.ly/plotly-2.27.0.min.js"></script>
|
||||
<script src="/static/js/plotly.js"></script>
|
||||
<script src="/static/js/pages/calibration_strategies.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user