From b79365e5e6c53436ca21d4ce35e6ffb858b56679 Mon Sep 17 00:00:00 2001 From: Alex <74208897+AlexTheLion123@users.noreply.github.com> Date: Thu, 9 May 2024 23:04:53 +0200 Subject: [PATCH 1/3] deprecate all examples --- .../programming/strategy-examples/index.rst | 63 ++++++------------- 1 file changed, 20 insertions(+), 43 deletions(-) diff --git a/source/programming/strategy-examples/index.rst b/source/programming/strategy-examples/index.rst index 1eab042..ac96d62 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 -================= +Deprecation warning +=================== + +The examples listed here are all deprecated. They are kept here for reference purposes only. Please instead refer to the latest notebooks at the `getting strated repo `. + +Deprecated strategy examples +============================ Here you can find trading strategy examples as :term:`Jupyter notebooks `. @@ -66,7 +71,7 @@ Prerequisites } -

Get started

+

Deprecated

@@ -75,6 +80,14 @@ Prerequisites + + + + + + .. Get started - -
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 +117,9 @@ 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

- - - - - - - - + + .. Advanced - -
NotebookDescription
portfolio-construction-model @@ -156,18 +160,8 @@ 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

- - - - - - - - + + .. More examples
NotebookDescription
synthetic-ema @@ -212,23 +206,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 From 5816aa5ffddfbf03eccf2d479b0cd165c3a4881b Mon Sep 17 00:00:00 2001 From: Alex <74208897+AlexTheLion123@users.noreply.github.com> Date: Thu, 9 May 2024 23:49:41 +0200 Subject: [PATCH 2/3] fix heading --- source/programming/strategy-examples/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/programming/strategy-examples/index.rst b/source/programming/strategy-examples/index.rst index ac96d62..ecb5f56 100644 --- a/source/programming/strategy-examples/index.rst +++ b/source/programming/strategy-examples/index.rst @@ -4,13 +4,13 @@ :description: Trading Strategy example Jupyter notebooks -Deprecation warning -=================== +Deprecated Strategy Examples +============================= The examples listed here are all deprecated. They are kept here for reference purposes only. Please instead refer to the latest notebooks at the `getting strated repo `. -Deprecated strategy examples -============================ +Deprecated +---------- Here you can find trading strategy examples as :term:`Jupyter notebooks `. From 60fb5c620f1664ceb1c2a62264ad9927b4360438 Mon Sep 17 00:00:00 2001 From: Alex <74208897+AlexTheLion123@users.noreply.github.com> Date: Fri, 10 May 2024 10:18:05 +0200 Subject: [PATCH 3/3] add underscore --- source/programming/strategy-examples/index.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/source/programming/strategy-examples/index.rst b/source/programming/strategy-examples/index.rst index ecb5f56..eadeada 100644 --- a/source/programming/strategy-examples/index.rst +++ b/source/programming/strategy-examples/index.rst @@ -7,10 +7,10 @@ Deprecated Strategy Examples ============================= -The examples listed here are all deprecated. They are kept here for reference purposes only. Please instead refer to the latest notebooks at the `getting strated repo `. +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 `_. -Deprecated ----------- +Introcution +----------- Here you can find trading strategy examples as :term:`Jupyter notebooks `. @@ -87,7 +87,6 @@ Prerequisites 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. - .. Get started pancakeswap-ema @@ -118,8 +117,6 @@ Prerequisites - - .. Advanced portfolio-construction-model @@ -161,7 +158,6 @@ Prerequisites - .. More examples synthetic-ema