- Benchmark observer will observer after the strategy has reached its minimum period - Refactoring of TimeFrameAnalyzerBase - Ensure NoTimeFrame name is always returned rightly - Documentation updates - btrun will only load data feeds if they can be imported
1.9.22.105
- Improve unleveraged value by not unleveraging profit and loss - Doc edits from PR 223, 224 - Correct refactoring leftover for backfill_from for IBData and OandaData - Extend btfd sample with logs - Add ZeroDivisionError to SharpeRatio - Add automargin to commission info schemes
1.9.21.105
- Closes 230 by closing the pool on completion rather than waiting for garbage collection - Default to show unleveraged value and allow retrieval of leveraged value - Update btfd sample to updated leveraged value - Improve order value reporting with leverage - Correct dataseries TimeFrame name presentation in writers - Doc updates
1.9.20.105
- Added pair-trading sample from remroc: PR 223, 224, 225 - Some documentation updates - Leverage support - Closes 227 numfigs type=int in arg parsing - Correct no-plotting of datas - Correct pandasdata integer addressing issue - Correct time comparison when running with runonce=True - Update SessionFiller to more stringent standards in modern versions
1.9.19.105
- Add time comparison for single line operations - Correct plotting error calculations with volume and improve data on data - Remove cosmetic comma
1.9.18.105
- PR 221 Correct onda candleFormat parameter - Allow data on data plotting and no data plotting - Remove double labeling on indicators - Analyzer LogReturnsRolling - Observer LogReturns - Improved order management of input for validity - Set default end date for online downloads in Yahoo if not set - Gold vs SP500 Sample