Matthias
fca454bba3
Merge pull request #11708 from hippocritical/develop
...
lookahead-analysis docs changed to better explain the output table
12 months ago
Matthias
3dc1adfad4
docs: slight formatting tweaks
12 months ago
Robert Davey
38754e0598
Small tweaks to lookahead docs
12 months ago
Matthias
92bcf672fb
docs: document consumer's `initial_candle_limit`
12 months ago
Matthias
82186c8a7f
docs: fix typo in docs causing note-box to not render
12 months ago
hippocritical
50596e1a6a
fixed typo
12 months ago
hippocritical
9edcbbb9a8
Changed formatting to be more readable in source
...
Added
- How to find and remove bias? How can I salvage the strategy?
- Examples of lookahead-bias
12 months ago
Matthias
a59805d739
docs: small formatting
12 months ago
Robert Davey
b96c06ffdc
Update lookahead-analysis.md
...
Englishified.
12 months ago
Matthias
8abe358c1e
docs: improved rendering
12 months ago
hippocritical
a0f336c31f
changed lookahead-analysis.md to better explain the output of the command
12 months ago
Matthias
74f601b352
docs: Improved plot annotations sample
12 months ago
Matthias
a3359b62d4
feat: validate annotation-type before returning
...
this avoids breaking the whole chart due to annotations.
12 months ago
Matthias
333660e628
feat: improved doc-string for plot-annotations
12 months ago
Matthias
81f80a6b22
docs: add visual documentation for plot annotations
12 months ago
Matthias
1fec5a873e
Merge branch 'develop' into feat/plot_annotations
12 months ago
Matthias
d90666d2e8
docs: minor link refactor
12 months ago
froggleston
78943bf88d
Add link to FAQ
12 months ago
froggleston
1b8a42d472
Improve logging docs in 101 and advanced setup
12 months ago
dependabot[bot]
2ef1e203c6
chore(deps): bump pymdown-extensions from 10.14.3 to 10.15
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.14.3 to 10.15.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14.3...10.15 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: '10.15'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matthias
8af9875d45
docs: remove scikit-optimize references from docs
1 year ago
Matthias
8a9b31eccd
chore: remove scikit-optimize dependency
1 year ago
Matthias
124c051432
docs: add "realized_profit" field to trade object docs
...
closes #11668
1 year ago
dependabot[bot]
35e9805ef1
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.11 to 9.6.12
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.11...9.6.12 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
mrpabloyeah
e105ea660b
Improve documentation
1 year ago
mrpabloyeah
e656063771
Add custom_roi strategy callback
1 year ago
Matthias
10d79f6232
feat: update --datadir description
...
Updates across all subcommands and when running with `--help`.
1 year ago
hippocritical
27e3ae8c24
added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode.
...
They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise.
1 year ago
hippocritical
f6cb446bff
added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode.
...
They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise.
1 year ago
dependabot[bot]
b341bc5a8c
chore(deps): bump markdown from 3.7 to 3.8
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.7 to 3.8.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.8'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
viotemp1
20fca07d8f
fixed mypy errors
...
freqtrade/optimize/space/optunaspaces.py:39: error: Argument 1 to "__init__" of "IntDistribution" has incompatible type "int | float"; expected "int" [arg-type]
freqtrade/optimize/space/optunaspaces.py:39: error: Argument 2 to "__init__" of "IntDistribution" has incompatible type "int | float"; expected "int" [arg-type]
remove all references for ExtraTreesRegressor and skopt.space
1 year ago
viotemp1
8ee40ade45
update docs/advanced-hyperopt.md
1 year ago
hippocritical
87f07d5f91
fixed description
1 year ago
hippocritical
a24f5d64a1
removed legacy port 3000 at frequenthippo.ddns.net
1 year ago
Matthias
30eb32862c
docs: update title in parameter table
1 year ago
Matthias
6ae5724ad1
Merge pull request #11618 from mrpabloyeah/hyperopt_loss_max_drawdown_per_pair
...
Add new loss function based on profit/drawdown ratio per pair
1 year ago
mrpabloyeah
568c579cab
Improve documentation
1 year ago
mrpabloyeah
9a3ada65f5
Complete the integration on freqtrade
1 year ago
Matthias
9d0f5df549
docs: update docs about reduce_df_footprint
1 year ago
Matthias
8de5e2b7b8
Merge pull request #11609 from Axel-CH/doc/update-stopbuy-doc
...
doc: Update telegram usage doc to match paused state feature and usage
1 year ago
Matthias
9b9ef6ae6d
docs: Minor adjustment to doc wording
1 year ago
Axel-CH
cd9c45e875
doc: slight order change in pause telegram command description
1 year ago
Axel-CH
c90ac30077
doc: combine /pause and /stopentry /stopbuy sections in telegram usage doc
1 year ago
dependabot[bot]
eb4199fe80
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.10 to 9.6.11
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.10...9.6.11 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Axel-CH
7dddab18c4
doc: update telegram usage doc to match paused state feature and usage
1 year ago
Matthias
91df1257e7
chore: update install-ui command partial
1 year ago
Matthias
1aaf0c2034
Merge pull request #11539 from Axel-CH/feat/add-paused-state
...
Feature: add paused state
1 year ago
dependabot[bot]
07fb941758
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.9 to 9.6.10
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.9...9.6.10 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Robert Caulk
31aa397492
Merge pull request #11541 from freqtrade/drop_pytorch_support
...
drop support for macos x64 PyTorch
1 year ago
Matthias
b77739b5ca
docs: add exchange docs about hyperliquid historic data
1 year ago
viotemp1
b603771242
Merge branch 'freqtrade:develop' into optuna
1 year ago
viotemp1
2e06eb0e7b
update docs for optuna sampler
1 year ago
viotemp1
31c4d35932
update docs for optuna sampler
1 year ago
Matthias
9480331b45
Merge pull request #11548 from freqtrade/feat/config_to_btresults
...
Save config and Strategy to backtest result file
1 year ago
dependabot[bot]
d19498667a
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.8 to 9.6.9
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.8...9.6.9 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matthias
286371c1e4
docs: add documentation for output zip file format
1 year ago
Axel-CH
209c2e0ceb
doc: paused state small wording fix
1 year ago
Matthias
6f58e01f8e
chore: drop support for macos x64 PyTorch
1 year ago
Matthias
31e4501765
docs: improve static pairlist documentation
1 year ago
Axel-CH
5a1f96d35c
doc: update the doc with newly added paused state
1 year ago
Matthias
8e2de9ef7e
docs: improve adjust_trade_position formatting
1 year ago
Matthias
5ea7ba6b9a
docs: improve adjust_trade_position docs further
...
part of #11461
1 year ago
Matthias
e3e924d888
docs: minor update to realign summary metric docs
1 year ago
Matthias
7735ea91bb
fix: adjust_order_price return type
1 year ago
Matthias
26ba076143
Merge pull request #11093 from arenstar/api-server-list-custom-data
...
feat: api_server and client supporting list_custom_data
1 year ago
Matthias
6b6d7fc310
Merge pull request #11505 from freqtrade/feat/log_from_config
...
allow loading logging from config
1 year ago
Axel-CH
176f5518ea
Merge branch 'develop' into api-server-list-custom-data
1 year ago
Axel-CH
ef58aaf9e9
chore: update rest client custom-data related functions inline comment and help content
1 year ago
dependabot[bot]
93cbbbbe31
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.7 to 9.6.8
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.7...9.6.8 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matthias
39903d521e
docs: add authorized_users to documentation
...
closes #11504
1 year ago
Matthias
da53b5d115
docs: document logging JSON format
1 year ago
Matthias
bfd2c3f942
chore: pin freqtrade CI badge to develop branch
1 year ago
Matthias
415e361c66
docs: fix note syntax
1 year ago
Matthias
385b39ff66
docs: enhance logging documentation with links
1 year ago
Matthias
9d232c4949
docs: add log_config to supported log options
1 year ago
Matthias
85ccc31a63
docs: document basic log_config setup
1 year ago
Matthias
65d19c38b6
docs: document deprecation of --logfile syslog
1 year ago
Matthias
8832bae371
docs: document syslog logging via log_config
1 year ago
Matthias
a85e044e99
docs: improve log formatting
1 year ago
Matthias
79ebc943a2
docs: Document journald logging via configuration file
1 year ago
Matthias
265a798f78
docs: auto-generate command snippets
1 year ago
Matthias
6636a2fda8
docs: improved adjust_trade_position sample
1 year ago
dependabot[bot]
29fdbc8f7f
chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matthias
7665d3d1f2
docs: add has_open_orders to trade object documentation
1 year ago
dependabot[bot]
4bebb20477
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.5 to 9.6.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.5...9.6.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matthias
ccfc690281
feat: add SQN to backtest result
...
closes #11397
1 year ago
Matthias
3070e37335
docs: add plain merge to known common mistakes
...
closes #11438
1 year ago
Matthias
fde3547dbb
docs: add warning about duplicate symbols in coingecko
1 year ago
Matthias
38f1981d6f
Merge pull request #11412 from freqtrade/feat/adjust_order_price
...
Add adjust_order_price callback
1 year ago
dependabot[bot]
90e2db708e
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.4 to 9.6.5
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.4...9.6.5 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Cygra Wang
5e7d883732
fix: typo in strategy-customization.md
1 year ago
Matthias
e76574b79f
docs: update documentation for `adjust_order_price()`
1 year ago
Matthias
7f393252e2
docs: update bot-basics with new callback
1 year ago
dependabot[bot]
9584f6c549
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.3 to 9.6.4
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.3...9.6.4 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matthias
2a95a3aefe
Merge pull request #11306 from Vaadasch/patch-1
...
Add some distinction on the trailing_only_offset_is_reached
1 year ago
Matthias
b285cdd491
doc: add timeframe to 101 strategy so it's "auto-runnable"
...
closes #11379
1 year ago
Matthias
8394826d62
docs: improve wording in trailing stop docs
1 year ago
Matthias
315421037f
Merge branch 'develop' into feat/plot_annotations
1 year ago
dependabot[bot]
137bfc2b56
chore(deps): bump mkdocs-material in the mkdocs group
...
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.6.1 to 9.6.3
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.1...9.6.3 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
0c35f3a47a
chore(deps): bump pymdown-extensions from 10.14.1 to 10.14.3
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.14.1 to 10.14.3.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14.1...10.14.3 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago