https://github.com/shunjizhan/all-candlestick-pattern-indicators
All candlestick patterns indicator (所有技术形态指标) in TradingView
https://github.com/shunjizhan/all-candlestick-pattern-indicators
candlestick-chart candlestick-charts candlestick-patterns-detection candlestick-trading candlesticks indicator indicators pine pinescript pinescript-indicators pinescript-strategies technical-analysis technical-indicators trade tradingview tradingview-charting-library tradingview-pine-scripts
Last synced: about 1 month ago
JSON representation
All candlestick patterns indicator (所有技术形态指标) in TradingView
- Host: GitHub
- URL: https://github.com/shunjizhan/all-candlestick-pattern-indicators
- Owner: shunjizhan
- Created: 2020-10-29T00:22:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T11:45:03.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:22:37.147Z (3 months ago)
- Topics: candlestick-chart, candlestick-charts, candlestick-patterns-detection, candlestick-trading, candlesticks, indicator, indicators, pine, pinescript, pinescript-indicators, pinescript-strategies, technical-analysis, technical-indicators, trade, tradingview, tradingview-charting-library, tradingview-pine-scripts
- Homepage:
- Size: 272 KB
- Stars: 177
- Watchers: 7
- Forks: 65
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All Candlestick Pattern Indicators 所有技术形态指标
This is an enhanced version of candlestick pattern indicators in `TradingView`. Compared with the built-in one, it is more powerful since it has:
✔️ optimized codes to run faster
✔️ lots of filter options to see only your favorite indicators
✔️ customization of label shapes and colors
⭕ Chinese translation (WIP)这个是加强版的技术形态指标,跟`TradingView`自带的指标相比,这个有更强大的功能:
✔️ 优化后的代码,所以运行更快
✔️ 更多的过滤选项,只显示你最喜欢的指标们
✔️ 可以自由选择指标的颜色和形状
⭕ 中文名称!!(WIP)## 🚀 Preview
### Overview
### Customization
### Detailed Explanation

### So Many Options
## 🚀 Usage
### import
1) open tradingview
2) click `Pine Editor` on the buttom left
3) copy & paste `patterns.pine` to the Pine editor
4) click `Add to Chart` from the Pine editor### change options
1) hover on the indicator name from the chart window
2) click on the gear icon## 🚀 Available Options
### toggle individual indicators
- show all (default)
- show any subset of indicators### filter indicators:
- show all (default)
- bullish only
- bearish only
- neutral only
- except neutral
### toggle indicators based on candle numbers (WIP)
- show all (default)
- 1 candle
- 2 candles
- 3+ candles
### color for { bullish, bearish, neutral } label and text:
- { green, red, gray } and white (default)
- any color you like
### shape for { bullish, bearish, neutral } label:
- { label_up, label_up, label_down } (default)
- [any shape](https://www.tradingview.com/pine-script-docs/en/v4/essential/Drawings.html?highlight=style_label_down#label-styles) supported by tradingview### language: (WIP)
- both (default)
- English only
- Chinese only
## 🚀 Bugs? Questions? Contributions?
Feel free to [open an issue](https://github.com/shunjizhan/react-folder-tree/issues), or create a pull request!