Skip to content

Commit

Permalink
Clean toc
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed May 27, 2024
1 parent 1bf886c commit ee8f3ee
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 19 deletions.
22 changes: 22 additions & 0 deletions source/programming/example-trading-strategies.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. meta ::
:description: Full algorithmic trading strategy examples in Python
:title: Trading strategy examples in Python
Trading strategy examples
=========================

Trading Strategy examples are in `Getting Started <https://github.com/tradingstrategy-ai/getting-started>`__ github repository.

- `Refer to the Example strategy backtests for the full example list <https://github.com/tradingstrategy-ai/getting-started>`__

Old examples
------------

.. warning::

These examples won't run anymore.

You can find some old code examples which have been deprecated.

- :doc:`Old trading strategies <../old-strategies>`
- :doc:`More trading strategies <../more-old-strategy-examples>`
7 changes: 6 additions & 1 deletion source/programming/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta ::
:description: How to develop your own trading strategy in Python
:title: Developing trading strategies
.. _framework:

Developing strategies
Expand All @@ -19,10 +23,11 @@ Developer documentation:
:maxdepth: 1

setting-up-development-environment/index
example-trading-strategies
code-examples/index
strategy-examples/index
api/index
market-data/index
troubleshooting
development
old-strategies/index
more-old-strategy-examples/index
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,15 @@
:description: Trading Strategy example Jupyter notebooks


Deprecated Strategy Examples
=============================
Old strategy examples (more)
===========================

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>`_.
.. warning::

Introcution
-----------
All the examples here are deprecated. They are stored only for reference purposes,
Refer to `Getting started Github repository <https://github.com/tradingstrategy-ai/getting-started>`__ to find to up-to-date examples
that run.

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

.. note ::
If you are new to the Trading Strategy framework or algorithmic trading in general,
please start by watching `the recorded workshop tutorial session from Avalanche Summit <https://github.com/tradingstrategy-ai/tradingview-defi-strategy>`__.
- The examples show how to use Trading Strategy framework for algorithmic trading
- Some notebooks are examples of complete strategies
- Some notebooks highlight a particular feature
- These examples also include backtests that you can run yourself.
- You can copy these files, run and and start editing them to suit your needs.
- Refer to the `Tags`_ section to see all the tags associated with each notebook

Prerequisites
-------------
Expand Down
Loading

0 comments on commit ee8f3ee

Please sign in to comment.