Skip to content

Commit a951dad

Browse files
committed
Move candlestick images to assets
1 parent 91bdfb6 commit a951dad

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ This is just the tip of the iceberg. Visit the [website](https://vectorbt.dev/)
225225

226226
### Candlestick Patterns ([here](https://github.com/polakowo/vectorbt/blob/master/apps/candlestick-patterns/))
227227

228-
Explore candlestick-pattern signals interactively and backtest them with vectorbt.
228+
Explore candlestick-pattern signals interactively and backtest them with VectorBT.
229229

230-
[![teaser.png](https://raw.githubusercontent.com/polakowo/vectorbt/master/apps/candlestick-patterns/teaser.png)](https://github.com/polakowo/vectorbt/blob/master/apps/candlestick-patterns/)
230+
[![teaser.png](https://raw.githubusercontent.com/polakowo/vectorbt/master/apps/candlestick-patterns/assets/teaser.png)](https://github.com/polakowo/vectorbt/blob/master/apps/candlestick-patterns/)
231231

232232
## 🔗 Links
233233

apps/candlestick-patterns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A [Dash](https://github.com/plotly/dash) app to visualize and backtest candlesti
77
- Fetches market data via [yfinance](https://github.com/ranaroussi/yfinance)
88
- Detects candlestick patterns via [TA-Lib](https://github.com/TA-Lib/ta-lib-python)
99
- Choose entry/exit patterns, override candle settings, or specify signals manually
10-
- Backtests signals using [vectorbt](https://github.com/polakowo/vectorbt)
10+
- Backtests signals using [VectorBT](https://github.com/polakowo/vectorbt)
1111
- Visualizes OHLCV, signals, orders, trades, and portfolio value with [Plotly](https://github.com/plotly/plotly.py)
1212
- Displays key performance metrics (e.g., Sharpe ratio)
1313
- Compares strategy vs buy & hold and random trading
@@ -19,7 +19,7 @@ A [Dash](https://github.com/plotly/dash) app to visualize and backtest candlesti
1919

2020
### 1) Clone the repo
2121

22-
If you're running this from the `vectorbt` mono-repo:
22+
If you're running this from the VectorBT repository:
2323

2424
```bash
2525
git clone https://github.com/polakowo/vectorbt.git
@@ -69,4 +69,4 @@ Open: http://127.0.0.1:8050/
6969
7070
## 🖼️ Screenshot
7171

72-
![screenshot.png](https://raw.githubusercontent.com/polakowo/vectorbt/master/apps/candlestick-patterns/screenshot.png)
72+
![screenshot.png](https://raw.githubusercontent.com/polakowo/vectorbt/master/apps/candlestick-patterns/assets/screenshot.png)
1.46 MB
Loading
355 KB
Loading
-1.46 MB
Binary file not shown.
-167 KB
Binary file not shown.

0 commit comments

Comments
 (0)