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.
scale_width_adjustment
update_width_config
1 parent ef6bc41 commit 26d3defCopy full SHA for 26d3def
src/mplfinance/_kwarg_help.py
@@ -67,6 +67,8 @@ def kwarg_help( func_name=None, kwarg_names=None ):
67
'renko_params' : mpf._utils._valid_renko_kwargs,
68
'pnf_params' : mpf._utils._valid_pnf_kwargs,
69
'lines' : mpf._utils._valid_lines_kwargs,
70
+ 'scale_width_adjustment': mpf._widths._valid_scale_width_kwargs,
71
+ 'update_width_config': mpf._widths._valid_update_width_kwargs,
72
}
73
74
func_kwarg_aliases = {
0 commit comments