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.
vcdopcod
1 parent 47cc425 commit d40f76cCopy full SHA for d40f76c
src/mplfinance/_styles.py
@@ -267,4 +267,7 @@ def _check_and_set_mktcolor(candle,**kwarg):
267
if config['alpha'] is not None:
268
marketcolors.update({'alpha':config['alpha']})
269
270
+ if config['vcdopcod'] is not None:
271
+ marketcolors.update({'vcdopcod':config['vcdopcod']})
272
+
273
return marketcolors
0 commit comments