2.2.1
Added
constants.PRECISION
, andconstants.PRECISION_SMALL
to control the number of decimals to keep when formatting numbers withfnum()
(defaults to2
, and4
, respectively)constants.MIN_DIFF_THRESHOLD
, andconstants.MAX_DIFF_THRESHOLD
to control candle top, and bottom, thicknessfnum()
(defaults to0.25
, and0.75
, respectively)
Changed
- Fixed formatting of
1.0
number withinfnum()
- Fixed imports using
isort