From 0520063d8c09067a9f98847a5655cb9ee6c75e3a Mon Sep 17 00:00:00 2001 From: Nicolo Ridulfo <49532161+nicoloridulfo@users.noreply.github.com> Date: Thu, 10 Jun 2021 10:28:36 +0200 Subject: [PATCH] Removing one too many extensions from a link's URL The ipython notebook URL had one too many ".ipynb" which resulted in the link now working. I fixed it by removing one extension. `.ipynb.ipynb`->`.ipynb` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa498f6..1dccb17 100644 --- a/README.md +++ b/README.md @@ -887,7 +887,7 @@ result = ta.cagr(df.close)
## Backtesting with **vectorbt** -For **easier** integration with **vectorbt**'s Portfolio ```from_signals``` method, the ```ta.trend_return``` method has been replaced with ```ta.tsignals``` method to simplify the generation of trading signals. For a comprehensive example, see the example Jupyter Notebook [VectorBT Backtest with Pandas TA](https://github.com/twopirllc/pandas-ta/blob/master/examples/VectorBT_Backtest_with_Pandas_TA.ipynb.ipynb) in the examples directory. +For **easier** integration with **vectorbt**'s Portfolio ```from_signals``` method, the ```ta.trend_return``` method has been replaced with ```ta.tsignals``` method to simplify the generation of trading signals. For a comprehensive example, see the example Jupyter Notebook [VectorBT Backtest with Pandas TA](https://github.com/twopirllc/pandas-ta/blob/master/examples/VectorBT_Backtest_with_Pandas_TA.ipynb) in the examples directory.
@@ -968,4 +968,4 @@ cascaded stochastic calculations with additional smoothing. See: ```help(ta.stc)
# **Sources** -[Original TA-LIB](http://ta-lib.org/) | [TradingView](http://www.tradingview.com) | [Sierra Chart](https://search.sierrachart.com/?Query=indicators&submitted=true) | [MQL5](https://www.mql5.com) | [FM Labs](https://www.fmlabs.com/reference/default.htm) | [Pro Real Code](https://www.prorealcode.com/prorealtime-indicators) | [User 42](https://user42.tuxfamily.org/chart/manual/index.html) \ No newline at end of file +[Original TA-LIB](http://ta-lib.org/) | [TradingView](http://www.tradingview.com) | [Sierra Chart](https://search.sierrachart.com/?Query=indicators&submitted=true) | [MQL5](https://www.mql5.com) | [FM Labs](https://www.fmlabs.com/reference/default.htm) | [Pro Real Code](https://www.prorealcode.com/prorealtime-indicators) | [User 42](https://user42.tuxfamily.org/chart/manual/index.html)