Move risk model to strategy

This commit is contained in:
2023-02-15 18:15:36 +00:00
parent 9a5ed32be9
commit 1974b19157
5 changed files with 115 additions and 17 deletions

View File

@@ -19,6 +19,8 @@
<th>max risk percent</th>
<th>max open trades</th>
<th>max open trades per symbol</th>
<th>max price slippage percent</th>
<th>max callback price deviation percent</th>
<th>actions</th>
</thead>
{% for item in object_list %}
@@ -31,6 +33,8 @@
<td>{{ item.max_risk_percent }}</td>
<td>{{ item.max_open_trades }}</td>
<td>{{ item.max_open_trades_per_symbol }}</td>
<td>{{ item.price_slippage_percent }}</td>
<td>{{ item.callback_price_deviation_percent }}</td>
<td>
<div class="buttons">
<button