Skip to content

Commit

Permalink
Merge tag 'update_quickstart' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Jan 18, 2025
2 parents b223b03 + bb6464a commit 42b498e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ pip install basana[charts] talipp pandas statsmodels

### Backtest a pairs trading strategy

1. Download an unzip [samples](https://github.com/gbeced/basana/releases/download/1.7/samples.zip).
1. Download and unzip [samples](https://github.com/gbeced/basana/releases/download/1.7/samples.zip).

2. Download historical data for backtesting

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This is how all the pieces are put together:
:dedent: 4

The full source code for this example can be found `here <https://github.com/gbeced/basana/tree/master/samples/backtest_bbands.py>`_,
and if you forked the repository, or at least downloaded the `samples <https://github.com/gbeced/basana/tree/master/samples>`_ folder,
and if you fork the repository, or download and unzip `samples <https://github.com/gbeced/basana/releases/download/1.7/samples.zip>`_,
you can execute the backtest using the following command:

.. code-block:: console
Expand Down

0 comments on commit 42b498e

Please sign in to comment.