Skip to content

Commit cd15caf

Browse files
committed
DOC: Replace old/unstable link with its archive.org snapshot
1 parent 6b389f6 commit cd15caf

4 files changed

+4
-4
lines changed

doc/examples/Multiple Time Frames.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"[basic framework usage](https://kernc.github.io/backtesting.py/doc/examples/Quick%20Start%20User%20Guide.html).\n",
1515
"\n",
1616
"We will put to the test this long-only, supposed\n",
17-
"[400%-a-year trading strategy](http://jbmarwood.com/stock-trading-strategy-300/),\n",
17+
"[400%-a-year trading strategy](https://web.archive.org/web/20180515044054/http://jbmarwood.com/stock-trading-strategy-300/),\n",
1818
"which uses daily and weekly\n",
1919
"[relative strength index](https://en.wikipedia.org/wiki/Relative_strength_index)\n",
2020
"(RSI) values and moving averages (MA).\n",

doc/examples/Multiple Time Frames.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# [basic framework usage](https://kernc.github.io/backtesting.py/doc/examples/Quick%20Start%20User%20Guide.html).
2323
#
2424
# We will put to the test this long-only, supposed
25-
# [400%-a-year trading strategy](http://jbmarwood.com/stock-trading-strategy-300/),
25+
# [400%-a-year trading strategy](https://web.archive.org/web/20180515044054/http://jbmarwood.com/stock-trading-strategy-300/),
2626
# which uses daily and weekly
2727
# [relative strength index](https://en.wikipedia.org/wiki/Relative_strength_index)
2828
# (RSI) values and moving averages (MA).

doc/examples/Quick Start User Guide.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
"Let's create our first strategy to backtest on these Google data, a simple [moving average (MA) cross-over strategy](https://en.wikipedia.org/wiki/Moving_average_crossover).\n",
460460
"\n",
461461
"_Backtesting.py_ doesn't ship its own set of _technical analysis indicators_. Users favoring TA should probably refer to functions from proven indicator libraries, such as\n",
462-
"[TA-Lib](https://github.com/mrjbq7/ta-lib) or\n",
462+
"[TA-Lib](https://github.com/TA-Lib/ta-lib-python) or\n",
463463
"[Tulipy](https://tulipindicators.org),\n",
464464
"but for this example, we can define a simple helper moving average function ourselves:"
465465
]

doc/examples/Quick Start User Guide.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# Let's create our first strategy to backtest on these Google data, a simple [moving average (MA) cross-over strategy](https://en.wikipedia.org/wiki/Moving_average_crossover).
5353
#
5454
# _Backtesting.py_ doesn't ship its own set of _technical analysis indicators_. Users favoring TA should probably refer to functions from proven indicator libraries, such as
55-
# [TA-Lib](https://github.com/mrjbq7/ta-lib) or
55+
# [TA-Lib](https://github.com/TA-Lib/ta-lib-python) or
5656
# [Tulipy](https://tulipindicators.org),
5757
# but for this example, we can define a simple helper moving average function ourselves:
5858

0 commit comments

Comments
 (0)