- Changed function qt.built_ins(), now it always return a dict of id and type of built-in strategies, and if incorrect strategy id is given as argument, it returns all fuzzy matched strategy ids
- Changed function qt.built_in_list() and qt.built_in_strategies(), now they return list of strategy ids and strategy types, respectively; and return fuzzy matched strategy ids for incorrect strategy id given as argument
- Added new function qt.built_in_doc(), to return the docstring of a built-in strategy
What's Changed
* Qt built in entry improvement by shepherdpp in https://github.com/shepherdpp/qteasy/pull/168
**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.2.12...1.2.13