Skip to content

Commit 26d3def

Browse files
add scale_width_adjustment and update_width_config to kwarg help
1 parent ef6bc41 commit 26d3def

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mplfinance/_kwarg_help.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def kwarg_help( func_name=None, kwarg_names=None ):
6767
'renko_params' : mpf._utils._valid_renko_kwargs,
6868
'pnf_params' : mpf._utils._valid_pnf_kwargs,
6969
'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,
7072
}
7173

7274
func_kwarg_aliases = {

0 commit comments

Comments
 (0)