bugfix
This commit is contained in:
@ -171,9 +171,11 @@ def generate_trading_report_image(runner_ids: list = None, batch_id: str = None,
|
||||
# 'patch.edgecolor': dark_finance_theme['accent'],
|
||||
# })
|
||||
|
||||
|
||||
# Create a combined figure for all plots 11,7 ideal na 3,4
|
||||
fig, axs = plt.subplots(3, 4, figsize=(12, 7))
|
||||
if len(closed_trades) > 100:
|
||||
fig, axs = plt.subplots(3, 4, figsize=(15, 10))
|
||||
else:
|
||||
# Create a combined figure for all plots 11,7 ideal na 3,4
|
||||
fig, axs = plt.subplots(3, 4, figsize=(12, 7))
|
||||
|
||||
#TITLE
|
||||
title = ""
|
||||
|
||||
@ -309,8 +309,8 @@
|
||||
<button id="button_selpage" class="btn btn-outline-success btn-sm">Select all</button>
|
||||
<button id="button_export_xml" class="btn btn-outline-success btn-sm">Export xml</button>
|
||||
<button id="button_export_csv" class="btn btn-outline-success btn-sm">Export csv</button>
|
||||
<button id="button_report" class="btn btn-outline-success btn-sm">Report(q)</button>
|
||||
<button id="button_analyze" class="btn btn-outline-success btn-sm">Optimize Batch</button>
|
||||
<button title="For selected days generates basic report image." id="button_report" class="btn btn-outline-success btn-sm">Report(q)</button>
|
||||
<button title="For selected batch creates heatmap for optimal profit/loss cutoffs" id="button_analyze" class="btn btn-outline-success btn-sm">Optimal cutoffs</button>
|
||||
<!-- <button id="button_stopall" class="btn btn-outline-success btn-sm">Stop All</button>
|
||||
<button id="button_refresh" class="btn btn-outline-success btn-sm">Refresh</button> -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user