We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stocks/ta/bbands
Instead of 2 standard deviations, some users may want to use a 1.5 STD, which fails a check_positive_value test.
check_positive_value
/stocks/ta/ $ bbands --std 1.5 usage: bbands [-l N_LENGTH] [-s N_STD] [-m {ema,sma,wma,hma,zlma}] [-h] [--export EXPORT] [--sheet-name SHEET_NAME [SHEET_NAME ...]] bbands: error: argument -s/--std: invalid check_positive value: '1.5'
Setting --std at 1 does not change the value from the default setting of 2.
--std
The same applies when the value is set at 4.
The text was updated successfully, but these errors were encountered:
northern-64bit
Successfully merging a pull request may close this issue.
Instead of 2 standard deviations, some users may want to use a 1.5 STD, which fails a
check_positive_value
test.Setting
--std
at 1 does not change the value from the default setting of 2.The same applies when the value is set at 4.
The text was updated successfully, but these errors were encountered: