Skip to content

Commit

Permalink
Merge pull request #621 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
master merge
  • Loading branch information
GuillaumeDSM authored Nov 23, 2021
2 parents d8b1566 + aacbd31 commit 70b56b6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Services/Interfaces/web_interface/templates/backtesting.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,19 @@ <h2>Backtesting in progress</h2>
role='progressbar' aria-valuenow='0' aria-valuemin='0' aria-valuemax='100' style='width: 0%;'></div>
</div>
</span>
<div class="alert alert-info my-1" role="alert">
<p class="mb-0 text-center">
Protip: you can use OctoBot while a backtesting is running.
</p>
</div>
{% else %}
<h4 class="py-3">
No backtesting data files found. Once you have data files, they will be displayed here to be used in backtesting.
</h4>
<div class="d-flex justify-content-center">
<a href="{{ url_for('data_collector') }}" class="btn btn-info waves-effect"> <i class="fa fa-cloud-download-alt"></i> Get historical data</a>
</div>
{% endif %}
<div class="alert alert-info my-1" role="alert">
<p class="mb-0 text-center">
Protip: you can use OctoBot while a backtesting is running.
</p>
</div>
</div>
</div>

Expand Down

0 comments on commit 70b56b6

Please sign in to comment.