Matthias
|
b4ea37d598
|
Remove flake8 in favor of ruff
|
3 years ago |
Matthias
|
48ecc7f6dc
|
Update freqai-reinforcement-learning docs
closes #8199
|
3 years ago |
Matthias
|
43962476aa
|
Remove non-working links, update links to https
|
3 years ago |
Matthias
|
a4a3d27ac6
|
Improve FAQ page
|
3 years ago |
Matthias
|
af137188f4
|
Update wrong FAQ entry
|
3 years ago |
dependabot[bot]
|
c85fc6c8ca
|
Bump mkdocs-material from 9.0.12 to 9.0.13
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.12 to 9.0.13.
- [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.0.12...9.0.13)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Matthias
|
e9c64c5839
|
Update dependency to cysystemd
closes #8187
|
3 years ago |
Matthias
|
b0ec35d526
|
Merge pull request #7904 from freqtrade/feat/shuffle_after_split
add shuffle_after_split option
|
3 years ago |
thorntwig
|
35fe37199d
|
fix minor typos
|
3 years ago |
robcaulk
|
be85ef2707
|
add documentation for shuffle_after_split, add to constants
|
3 years ago |
Matthias
|
a2e1389943
|
Update Binance leverage code
|
3 years ago |
Robert Caulk
|
020c9a5cec
|
Update freqai.md
|
3 years ago |
dependabot[bot]
|
ee209e3b44
|
Bump mkdocs-material from 9.0.11 to 9.0.12
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.11 to 9.0.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.0.11...9.0.12)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Shadyzpop
|
b95ff827d3
|
Typo on freqai docs
1. `a the` - there is an extra "a" before `the features`
2. `historic` - it should be "historical" to match the correct adjective form.
|
3 years ago |
Matthias
|
a2759b495b
|
Merge pull request #8149 from freqtrade/gate_rename
Update gateio terminology to Gate
|
3 years ago |
Matthias
|
bedd3688d0
|
Properly format proxy configuration
|
3 years ago |
Matthias
|
c229ba97a9
|
Update gateio terminology to Gate
|
3 years ago |
Stefano Ariestasia
|
73992dde8d
|
Add explicit warning that supported price types gonna differ on each exchanges
|
3 years ago |
robcaulk
|
8873a565ee
|
expose raw features to the environment for use in calculate_reward
|
3 years ago |
robcaulk
|
4fc0edb8b7
|
add pair to environment for access inside calculate_reward
|
3 years ago |
Matthias
|
eab724fe54
|
Merge branch 'develop' into fut/stop_price_type
|
3 years ago |
Matthias
|
d19ee9c95f
|
Update okx position mode terminology
|
3 years ago |
Matthias
|
82dad7ab17
|
Merge pull request #8086 from freqtrade/feat/cancel_order
Cancel open orders through UI/telegram
|
3 years ago |
dependabot[bot]
|
c6601cbd89
|
Bump pymdown-extensions from 9.9.1 to 9.9.2
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9.1 to 9.9.2.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.9.1...9.9.2)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Matthias
|
d904e91663
|
Add documentation for new setting
|
3 years ago |
dependabot[bot]
|
5ed06cd79b
|
Bump mkdocs-material from 9.0.8 to 9.0.11
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.8 to 9.0.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.0.8...9.0.11)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
robcaulk
|
0dd2472385
|
add metadata param to docstrings
|
3 years ago |
robcaulk
|
e569f6f6df
|
add explicit metadata argument to example strat, include it with backtesting
|
3 years ago |
robcaulk
|
5da60b718d
|
pass metadata dictionary to feature_engineering_* and set_freqai_targets functions. Add doc
|
3 years ago |
Matthias
|
3c4ff2e037
|
Merge pull request #8095 from freqtrade/remove-follow-mode
remove follow mode in favor of producer consumer
|
3 years ago |
Matthias
|
ef1738fbf6
|
Remove follow_mode from docs
|
3 years ago |
Matthias
|
618eb951d3
|
Add ft_bot_start to notebook docs
part of #8066
|
3 years ago |
Matthias
|
839215c437
|
Fix Doc box error
|
3 years ago |
Matthias
|
bd2839fa40
|
Reorder documentation
|
3 years ago |
Matthias
|
e291d1bb17
|
Document telegram /coo command
|
3 years ago |
Leonardo Custodio
|
152aa994a6
|
Fix test
|
3 years ago |
Leonardo Custodio
|
baf2090f9e
|
Just change the docs
|
3 years ago |
Matthias
|
9e619ecc50
|
Update rest api documentation
|
3 years ago |
Matthias
|
c3ef8ebb10
|
Merge pull request #8059 from freqtrade/bybit
Bybit futures support 🎉
|
3 years ago |
Matthias
|
f57394c1ce
|
Merge branch 'develop' into bybit
|
3 years ago |
dependabot[bot]
|
0dd852516a
|
Bump mkdocs-material from 9.0.5 to 9.0.8
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.5 to 9.0.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.0.5...9.0.8)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Shadyzpop
|
f7f936c14f
|
Typo fix
|
3 years ago |
Matthias
|
7029b9602c
|
Merge branch 'develop' into bybit
|
3 years ago |
Matthias
|
08ede37795
|
Add documentation note about stoploss on exchange
|
3 years ago |
Matthias
|
1431f7cc3e
|
Set position mode to one-way on startup
|
3 years ago |
Matthias
|
8647c0192c
|
Fix typo
|
3 years ago |
Matthias
|
2333dbae40
|
Update reinforcement learning docs to use correct naming
|
3 years ago |
Matthias
|
c12fb1a49c
|
bybit: Some final cleanup
|
3 years ago |
Matthias
|
25fa6bee74
|
Override get_funding_fees for bybit
|
3 years ago |
Matthias
|
c14553bacb
|
Add bybit to supported Futures exchanges
|
3 years ago |