Skip to content

Commit 2aaac2a

Browse files
committed
Add v1.0.0 release notes
1 parent 529ffe4 commit 2aaac2a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/release-notes/v1.0.0.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Release v1.0.0 - Initial Release
2+
3+
## Features
4+
5+
### Pattern Detection
6+
- **33 candlestick patterns** across three complexity levels:
7+
- 11 single-bar patterns (Hammer, Doji, Marubozu, etc.)
8+
- 10 double-bar patterns (Engulfing, Harami, Piercing Line, etc.)
9+
- 12 triple-bar patterns (Morning/Evening Star, Three White Soldiers, etc.)
10+
11+
### Pattern Information
12+
- Pattern meanings from Chart Guys definitions in tooltips
13+
- Hover over any marker to see pattern name and meaning
14+
15+
### Customization
16+
- Configurable pattern type detection (bullish/bearish/neutral)
17+
- Configurable pattern complexity (1-bar/2-bar/3-bar toggles)
18+
- Customizable markers, colors, and styles
19+
20+
### Smart Detection
21+
- Intelligent duplicate prevention in continuous trends
22+
- Pattern priority system (3-bar > 2-bar > 1-bar)
23+
24+
### Signal Support
25+
- BULLISH_PATTERN signal for bullish patterns
26+
- BEARISH_PATTERN signal for bearish patterns
27+
- Compatible with MotiveWave alerts and automated strategies
28+
29+
## Installation
30+
31+
1. Download `CandlestickPatterns.jar` below
32+
2. In MotiveWave: Study → All Studies → Import → Select JAR
33+
3. Add to chart: Search for "Candlestick Patterns" → Add
34+
35+
## Patterns Included
36+
37+
### Single-Bar Patterns
38+
- Hammer, Inverted Hammer, Shooting Star, Hanging Man
39+
- Doji, Long-Legged Doji, Dragonfly Doji, Gravestone Doji
40+
- Bullish Marubozu, Bearish Marubozu, Spinning Top
41+
42+
### Double-Bar Patterns
43+
- Bullish/Bearish Engulfing, Bullish/Bearish Harami
44+
- Piercing Line, Dark Cloud Cover
45+
- Tweezer Top, Tweezer Bottom
46+
- Bullish/Bearish Kicker
47+
48+
### Triple-Bar Patterns
49+
- Morning Star, Evening Star, Morning Doji Star, Evening Doji Star
50+
- Bullish/Bearish Abandoned Baby
51+
- Three White Soldiers, Three Black Crows
52+
- Three Inside Up/Down, Three Outside Up/Down

0 commit comments

Comments
 (0)