We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ohlc bars
1 parent 216ef4d commit a9b5c69Copy full SHA for a9b5c69
src/mplfinance/_styledata/yahoo.py
@@ -2,7 +2,7 @@
2
'marketcolors' : {'candle': {'up': '#00b060', 'down': '#fe3032'},
3
'edge' : {'up': '#00b060', 'down': '#fe3032'},
4
'wick' : {'up': '#606060', 'down': '#606060'},
5
- 'ohlc' : {'up': 'k', 'down': 'k'},
+ 'ohlc' : {'up': '#00b060', 'down': '#fe3032'},
6
'volume': {'up': '#4dc790', 'down': '#fd6b6c'},
7
'vcedge': {'up': '#1f77b4', 'down': '#1f77b4'},
8
'vcdopcod' : True,
0 commit comments