Skip to content

Commit

Permalink
fix shorting examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheLion123 committed Dec 8, 2023
1 parent 51ae25e commit f3b7603
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 988 deletions.
6 changes: 4 additions & 2 deletions source/programming/strategy-examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ Prerequisites
</tr>
<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/momentum-crossover.html">Shorting with Bollinger bands</a>
href="https://tradingstrategy.ai/docs/programming/strategy-examples/long-short-bollingerbands-polygon.html">Shorting with Bollinger bands</a>
</td>
<td class="tg-0pky">This notebook introduces shorting capabilities. Shorting allows us to profit from downturns in the market. It uses mean reversion to decide on long/short signals. For users seeking to maximize gains from both bull and bear markets, this notebook is for you.
</td>
</tr>
<tr>
<td class="tg-0pky"><a
href="https://tradingstrategy.ai/docs/programming/strategy-examples/momentum-crossover.html">Shorting with Binance data</a>
href="https://tradingstrategy.ai/docs/programming/strategy-examples/binance-data-shorting.html">Shorting with Binance data</a>
</td>
<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>
Expand Down Expand Up @@ -255,6 +255,8 @@ Notebook Overview
momentum-crossover
hackatom-2022-osmosis-backtest
state-candles-from-live-strategy
long-short-bollingerbands-polygon
binance-data-shorting


Tags
Expand Down
1,861 changes: 875 additions & 986 deletions source/programming/strategy-examples/pancake-eth-usd-indicators.ipynb

Large diffs are not rendered by default.

0 comments on commit f3b7603

Please sign in to comment.