diff --git a/source/learn/books.rst b/source/learn/books.rst index d4f326d..46361cb 100644 --- a/source/learn/books.rst +++ b/source/learn/books.rst @@ -99,4 +99,9 @@ Machine Learning ---------------- - Machine Learning: A Probabilistic Perspective, Kevin P Murphy -- Advances in Financial Machine Learning, Marcos Lopez de Prado \ No newline at end of file +- Advances in Financial Machine Learning, Marcos Lopez de Prado + +Reddit algo trading book recommendations +---------------------------------------- + +`Read the thread `__ \ No newline at end of file diff --git a/source/programming/strategy-examples/index.rst b/source/programming/strategy-examples/index.rst index 1eab042..eadeada 100644 --- a/source/programming/strategy-examples/index.rst +++ b/source/programming/strategy-examples/index.rst @@ -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 `_. + +Introcution +----------- Here you can find trading strategy examples as :term:`Jupyter notebooks `. @@ -66,7 +71,7 @@ Prerequisites } -

Get started

+

Deprecated

@@ -75,6 +80,13 @@ Prerequisites + + + + + - -
strategy-backtest-template + 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.
pancakeswap-ema @@ -104,18 +116,7 @@ Prerequisites 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.
-

Advanced

- - - - - - - - - -
NotebookDescription
portfolio-construction-model @@ -156,18 +157,7 @@ Prerequisites 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.
- -

More examples

- - - - - - - - +
NotebookDescription
synthetic-ema @@ -212,23 +202,6 @@ Prerequisites
-

Deprecated

- - - - - - - - - - - - - -
NotebookDescription
strategy-backtest-template - 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.
Notebook Overview