Skip to content

Commit a9b5c69

Browse files
yahoo style to show colors for ohlc bars
1 parent 216ef4d commit a9b5c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mplfinance/_styledata/yahoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'marketcolors' : {'candle': {'up': '#00b060', 'down': '#fe3032'},
33
'edge' : {'up': '#00b060', 'down': '#fe3032'},
44
'wick' : {'up': '#606060', 'down': '#606060'},
5-
'ohlc' : {'up': 'k', 'down': 'k'},
5+
'ohlc' : {'up': '#00b060', 'down': '#fe3032'},
66
'volume': {'up': '#4dc790', 'down': '#fd6b6c'},
77
'vcedge': {'up': '#1f77b4', 'down': '#1f77b4'},
88
'vcdopcod' : True,

0 commit comments

Comments
 (0)