-
Notifications
You must be signed in to change notification settings - Fork 11
/
patterns.json
1 lines (1 loc) · 950 Bytes
/
patterns.json
1
{"head and shoulders": {"x": [0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333333, 1.0], "y": [0.0, 0.75, 0.5, 1.0, 0.5, 0.75, 0.0]}, "inverse head and shoulders": {"x": [0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333333, 1.0], "y": [1.0, 0.25, 0.5, 0.0, 0.5, 0.25, 1.0]}, "uptrend": {"x": [0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333333, 1.0], "y": [0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333333, 1.0]}, "downtrend": {"x": [0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333333, 1.0], "y": [1.0, 0.8333333333333334, 0.6666666666666667, 0.5, 0.33333333333333337, 0.16666666666666674, 0.0]}, "sideways": {"x": [0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333333, 1.0], "y": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}}