Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tradingstrategy-ai/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed May 15, 2024
2 parents 7e325aa + aab608c commit 239d887
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 44 deletions.
7 changes: 6 additions & 1 deletion source/learn/books.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ Machine Learning
----------------

- Machine Learning: A Probabilistic Perspective, Kevin P Murphy
- Advances in Financial Machine Learning, Marcos Lopez de Prado
- Advances in Financial Machine Learning, Marcos Lopez de Prado

Reddit algo trading book recommendations
----------------------------------------

`Read the thread <https://www.reddit.com/r/algotrading/comments/1crn46u/what_have_been_the_most_influential_books_for/>`__
59 changes: 16 additions & 43 deletions source/programming/strategy-examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
:description: Trading Strategy example Jupyter notebooks


Strategy examples
=================
Deprecated Strategy Examples
=============================

The examples listed here, as well as the documentation, are all deprecated. They are kept here for reference purposes only. Please instead refer to the latest notebooks at the `getting started repo <https://github.com/tradingstrategy-ai/getting-started>`_.

Introcution
-----------

Here you can find trading strategy examples as :term:`Jupyter notebooks <Jupyter notebook>`.

Expand Down Expand Up @@ -66,7 +71,7 @@ Prerequisites
}
</style>

<h2>Get started</h2>
<h2>Deprecated</h2>
<table class="tg">
<thead>
<tr>
Expand All @@ -75,6 +80,13 @@ Prerequisites
</tr>
</thead>
<tbody>
<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/strategy-backtest-template.html">strategy-backtest-template</a>
</td>
<td class="tg-0pky">Get familiar with an old backtesting template. Despite its deprecated status, understanding the evolution of backtesting templates can provide insights into the improvements made over time.</td>
</tr>

<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/pancakeswap-ema.html">pancakeswap-ema</a>
Expand Down Expand Up @@ -104,18 +116,7 @@ Prerequisites
<td class="tg-0pky">Explore the application of detached technical indicators on PancakeSwap's ETH-USD pair. This notebook is a great way to learn how to use detached indicators in your trading strategies, as well as how to visualise horizontal lines and cross over events between multiple indicators. It uses a basic EMA strategy to make trades.
</td>
</tr>
</tbody>
</table>

<h2>Advanced</h2>
<table class="tg">
<thead>
<tr>
<th class="tg-0pky">Notebook</th>
<th class="tg-0pky">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/portfolio-construction-model.html">portfolio-construction-model</a>
Expand Down Expand Up @@ -156,18 +157,7 @@ Prerequisites
<td class="tg-0pky">This notebook introduces the concept of 'sideloading', which refers to the use of external data within the TradingStrategy framework. In this case, we use Binance data to short the market. This notebook is a great way to learn how to use external data in your trading strategies to lengthen your backtesting period.
</td>
</tr>
</tbody>
</table>

<h2>More examples</h2>
<table class="tg">
<thead>
<tr>
<th class="tg-0pky">Notebook</th>
<th class="tg-0pky">Description</th>
</tr>
</thead>
<tbody>

<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/synthetic-ema.html">synthetic-ema</a>
Expand Down Expand Up @@ -212,23 +202,6 @@ Prerequisites
</tr>
</tbody>
</table>
<h2>Deprecated</h2>
<table class="tg">
<thead>
<tr>
<th class="tg-0pky">Notebook</th>
<th class="tg-0pky">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/strategy-backtest-template.html">strategy-backtest-template</a>
</td>
<td class="tg-0pky">Get familiar with an old backtesting template. Despite its deprecated status, understanding the evolution of backtesting templates can provide insights into the improvements made over time.</td>
</tr>
</tbody>
</table>


Notebook Overview
Expand Down

0 comments on commit 239d887

Please sign in to comment.