Matthias
f6a8cb4698
update docs (fix typos)
2024-03-24 11:44:55 +01:00
Matthias
7f5c38fd5a
Update environment variable config to clarify that config cannot be set via environment variable
...
closes #9991
2024-03-23 08:08:55 +01:00
Matthias
82a9bdca5e
Merge pull request #9986 from freqtrade/feat/show_config
...
add show-config command
2024-03-22 06:39:04 +01:00
Matthias
b4c9541fb8
Add hints about show-config to configuration docs
2024-03-21 07:24:17 +01:00
Matthias
d0bda7c2ce
Add documentation for show-config utility command
2024-03-21 07:19:02 +01:00
Matthias
ca94bbe994
Add configuration error to Exception hierarchy
2024-03-19 06:39:34 +01:00
Axel-CH
6941953a8b
update doc details about order_filled callback details
2024-03-18 21:38:58 -04:00
Matthias
1dda952172
Merge pull request #9963 from freqtrade/dependabot/pip/develop/markdown-3.6
...
Bump markdown from 3.5.2 to 3.6
2024-03-18 11:55:32 +01:00
Matthias
dafc968602
Merge pull request #9941 from stash86/bt-metrics
...
Simplify the return value for full exit using adjust trade
2024-03-18 06:34:12 +01:00
dependabot[bot]
8395192e95
Bump markdown from 3.5.2 to 3.6
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.5.2 to 3.6.
- [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.5.2...3.6 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 05:22:44 +00:00
dependabot[bot]
405e0f02d4
Bump mkdocs-material from 9.5.13 to 9.5.14
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.13 to 9.5.14.
- [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.5.13...9.5.14 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 03:28:58 +00:00
hippocritical
01c0fd0420
If enable_protections are enabled, disable all
...
- some work on all pairs, and we don't check protections either so ... just disable them completely
- added info in the docs
Changed pairs-check to if no definition is in the config (but it s maybe in the strategy) it will just force-set it to the proper amount of len(config['pairs']
2024-03-17 09:53:45 +01:00
Matthias
7e387f96ab
Fix comments in config sample
2024-03-16 19:03:56 +01:00
Matthias
88e25df78c
Merge branch 'develop' into feature/fetch-public-trades
2024-03-16 16:34:57 +01:00
Matthias
93a5f2906a
Merge pull request #9945 from GeorgiKarapetrov/trivial/doc-nit
...
Nitpicking documentation:
2024-03-14 13:59:06 +01:00
Georgi D. Karapetrov
ec23fec3e6
fix typo
2024-03-13 10:45:00 +02:00
Georgi D. Karapetrov
e958552bcc
Explain precision filter better
2024-03-13 10:43:24 +02:00
Georgi D. Karapetrov
ce6dd466fa
fix typo
2024-03-12 18:10:21 +02:00
Georgi D. Karapetrov
a4541fda2f
Nitpicking documentation:
...
- Clarify order_types.stoploss_on_exchange
- Detail available_capital ammendments
- Clarify BNB fee reduction when BNB runs out on Binance
- Explain PrecisionFilter
2024-03-12 11:50:00 +02:00
Stefano Ariestasia
bae4973da5
simplify full exit using adjust trade pos
2024-03-11 22:01:09 +09:00
Joe Schr
c12e203054
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
2024-03-11 12:29:00 +01:00
dependabot[bot]
33556f3c2c
Bump mkdocs-material from 9.5.12 to 9.5.13
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.12 to 9.5.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.5.12...9.5.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>
2024-03-11 07:11:44 +00:00
dependabot[bot]
6d2f454d8c
Bump pymdown-extensions from 10.7 to 10.7.1
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.7 to 10.7.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.1 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 03:40:01 +00:00
Matthias
71b4e79874
Merge pull request #9914 from cuinix/develop
...
fix some typos in docs
2024-03-09 16:12:35 +01:00
Matthias
6f0f4f06ef
Merge pull request #6908 from eSeR1805/feature_keyval_storage
...
Persistent storage of user-custom information
2024-03-08 07:00:17 +01:00
Matthias
b690325f22
Remove typo in change-dir notebook
...
closes #9916
2024-03-08 06:39:39 +01:00
cuinix
3e6e534e76
fix some typos in docs
...
Signed-off-by: cuinix <915115094@qq.com>
2024-03-07 13:57:25 +08:00
Joe Schr
6c1d70df89
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
2024-03-05 17:29:24 +01:00
dependabot[bot]
062376f573
Bump mkdocs-material from 9.5.11 to 9.5.12
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.11 to 9.5.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.5.11...9.5.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>
2024-03-04 03:22:41 +00:00
Matthias
255ea88638
Add to telegram documentation
2024-03-03 15:24:26 +01:00
Matthias
ceb461a252
Switch sequence of information documentation
2024-03-03 12:58:10 +01:00
Matthias
c1ae110080
Improve documentation
2024-03-03 12:56:42 +01:00
Matthias
f8cc2a6e74
Fix typo in doc header
2024-03-02 12:01:01 +01:00
Matthias
75c84bfe65
Only show a subset of list-exchanges output in the docs
...
(it's potentially missleading, and changes all the time - so was probably outdated).
2024-03-02 08:23:38 +01:00
Matthias
2384ba74a3
Merge branch 'develop' into feat/sort_volatility
2024-02-27 20:50:41 +01:00
Matthias
5402d276d6
Add header to warning box, reorder Boxes
2024-02-26 18:03:39 +01:00
Matthias
c66d7bc43b
Add warning about excessive use of position_adjustment
2024-02-26 13:54:19 +01:00
dependabot[bot]
27e0054603
Bump mkdocs-material from 9.5.9 to 9.5.11
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.9 to 9.5.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.5.9...9.5.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>
2024-02-26 13:54:19 +01:00
Matthias
a19dafe8fa
Update pairlist cache behavior in VolumePairList
2024-02-26 13:53:10 +01:00
William Wong
0a04cacc96
docs: Update sql_cheatsheet.md
2024-02-26 13:53:10 +01:00
Robert Davey
e696c92a0f
Clarify processing_mode for RemotePairlist
...
No default value is specified in the docs for the processing_mode, making it unclear that the default behaviour is to filter out pairs, rather than append.
2024-02-26 13:53:10 +01:00
dependabot[bot]
aeb5e90678
Bump mkdocs-material from 9.5.8 to 9.5.9
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.8 to 9.5.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.5.8...9.5.9 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
Matthias
bbd68a5d0d
Align new-config documentation examples
...
closes #9790
2024-02-26 13:51:39 +01:00
dependabot[bot]
df1f07397f
Bump mkdocs-material from 9.5.7 to 9.5.8
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.7 to 9.5.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.5.7...9.5.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>
2024-02-26 13:51:39 +01:00
Stefano Ariestasia
5b13540bc9
fix strategy-updater docs
2024-02-26 13:51:39 +01:00
dependabot[bot]
d4e1b22c82
Bump mkdocs-material from 9.5.6 to 9.5.7
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.6 to 9.5.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.5.6...9.5.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
Matthias
d9f4c62f15
Add warning about excessive use of position_adjustment
2024-02-26 07:07:48 +01:00
dependabot[bot]
313de7b8a0
Bump mkdocs-material from 9.5.9 to 9.5.11
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.9 to 9.5.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.5.9...9.5.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>
2024-02-26 03:55:12 +00:00
Matthias
817ad64402
Add docs for rangeStability sorting
2024-02-24 15:00:28 +01:00
Matthias
3677953d90
Properly cache volatility-average
2024-02-24 13:54:52 +01:00
Matthias
866ff55d84
document sort_direction mode
2024-02-24 13:34:42 +01:00
Joe Schr
c4a024e627
Improve docs
2024-02-20 20:12:50 +01:00
Matthias
f1af00dd39
Merge branch 'develop' into feature_keyval_storage
2024-02-20 19:21:44 +01:00
Matthias
51a6a7b632
Merge pull request #9821 from freqtrade/feat/volumepairlist_caching
...
improve volumepairlist "advanced filter mode" caching
2024-02-18 11:46:31 +01:00
William Wong
a5d1ae3191
docs: Update sql_cheatsheet.md
2024-02-18 03:21:50 +08:00
Matthias
8033faa2f2
Update pairlist cache behavior in VolumePairList
2024-02-17 15:14:11 +01:00
Robert Davey
57fd0e379a
Clarify processing_mode for RemotePairlist
...
No default value is specified in the docs for the processing_mode, making it unclear that the default behaviour is to filter out pairs, rather than append.
2024-02-15 15:57:49 +00:00
Joe Schr
3a1bb83f99
EOF fix
2024-02-13 11:32:58 +01:00
Joe Schr
7296ce72cb
Adds more infos to docs
2024-02-13 11:28:28 +01:00
Joe Schr
b68afb4063
Fix markdown
2024-02-13 10:54:59 +01:00
Matthias
1c81a21bb6
Merge branch 'develop' into feature_keyval_storage
2024-02-12 20:39:37 +01:00
Matthias
67b910835e
Simplify access to custom_data - users will usually only care about the value, not about the metadata.
2024-02-12 20:39:29 +01:00
Matthias
d49da76382
Slighlty improve docs
2024-02-12 18:17:48 +01:00
dependabot[bot]
903ae33679
Bump mkdocs-material from 9.5.8 to 9.5.9
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.8 to 9.5.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.5.8...9.5.9 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 03:29:52 +00:00
Matthias
adf63a45cf
Align new-config documentation examples
...
closes #9790
2024-02-09 21:38:15 +01:00
dependabot[bot]
68fd7d7ffd
Bump mkdocs-material from 9.5.7 to 9.5.8
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.7 to 9.5.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.5.7...9.5.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>
2024-02-08 17:05:44 +00:00
Matthias
386925f06b
Merge pull request #9776 from stash86/bt-metrics2
...
fix strategy-updater docs
2024-02-08 06:44:01 +01:00
Matthias
4700782f60
Merge branch 'develop' into feature_keyval_storage
2024-02-07 07:13:41 +01:00
Stefano Ariestasia
43bab85b85
fix strategy-updater docs
2024-02-07 11:21:32 +09:00
Joe Schr
1f783b2995
Start writing orderflow documentation
2024-02-06 14:10:18 +01:00
dependabot[bot]
87e813a3dd
Bump mkdocs-material from 9.5.6 to 9.5.7
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.6 to 9.5.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.5.6...9.5.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:51:20 +00:00
Matthias
0fa0f49b75
Add adjustment order tagging in strategy callbacks docs
2024-01-30 07:24:36 +01:00
Matthias
fcedc7de0d
Merge pull request #9659 from stash86/bt-metrics2
...
Add MarketCapPairList based on CoinGecko
2024-01-30 07:00:07 +01:00
Matthias
eb7fbb0096
Improve doc wording
2024-01-29 19:39:02 +01:00
Stefano Ariestasia
63aac1a2c9
update docs
2024-01-29 19:50:19 +09:00
dependabot[bot]
1450d9e9cd
Bump mkdocs-material from 9.5.4 to 9.5.6
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.4 to 9.5.6.
- [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.5.4...9.5.6 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 03:28:12 +00:00
Matthias
63d8239011
Merge branch 'develop' into bt-metrics2
2024-01-27 16:24:05 +01:00
Matthias
132e143b9a
Minor comment fix
2024-01-27 14:49:50 +01:00
Stefano Ariestasia
bf17236e9b
fix typo in the docs
2024-01-27 16:25:54 +09:00
Matthias
a20fe8cd09
Update docs example box
2024-01-27 08:14:48 +01:00
Bloodhunter4rc
f0562c391c
remove debug, reduce duplicate code -> init_check, add docs example for save_to_file
2024-01-26 18:32:46 +01:00
Bloodhunter4rc
fd21658523
extend error except, add saving to a file of processed pairlist + docs
2024-01-26 16:46:54 +01:00
Robert Davey
8f0dbc6be1
Improve common mistakes docs
...
Add more details to the common mistakes section of the strategy customisation docs.
2024-01-25 16:11:21 +00:00
dependabot[bot]
fbb91ca331
Bump mkdocs-material from 9.5.3 to 9.5.4
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.3 to 9.5.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.5.3...9.5.4 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 03:31:08 +00:00
Matthias
5b1cda9236
Update Huboi brandin to htx
2024-01-21 13:57:26 +01:00
robcaulk
50864c731b
chore: improve documentation for plotting custom features
2024-01-19 17:55:16 +01:00
Matthias
73b30cf3fa
Update ta-lib documentation links
...
closes #9697
2024-01-18 06:09:34 +01:00
Matthias
cfdf21942d
Merge pull request #9681 from freqtrade/frog-hyperdocs-1
...
Add backtesting vs hyperopt result difference explanations
2024-01-15 17:59:33 +01:00
Robert Davey
e18fbbd972
Clarify points as per comments
2024-01-15 11:43:47 +00:00
dependabot[bot]
91ceb5c19a
Bump markdown from 3.5.1 to 3.5.2
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.5.1 to 3.5.2.
- [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.5.1...3.5.2 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:06:17 +00:00
Robert Davey
2737de1fdd
Remove extra EOF newline
2024-01-14 22:20:41 +00:00
Robert Davey
a41b72ca19
Add backtesting vs hyperopt result difference explanations
...
- Add more detailed explanations as to why backtest results may not match hyperopt results.
- Remove small informal grammar issue from main docs.
2024-01-14 22:16:41 +00:00
Bloodhunter4rc
6fc1884e8e
Update link
...
due to dns failure on old page, site been migrated to strat.ninja
2024-01-13 10:40:34 +01:00
dependabot[bot]
bcebb4d804
Bump jinja2 from 3.1.2 to 3.1.3
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.2 to 3.1.3.
- [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.2...3.1.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 19:45:56 +00:00
Stefano Ariestasia
e8fcac491a
use number_assets instead of limit
2024-01-09 14:32:27 +09:00
Stefano Ariestasia
d3506c249d
update docs
2024-01-09 14:08:15 +09:00
Matthias
b27f99dbc3
Add note about removing fiat_display_currency.
2024-01-07 13:51:30 +01:00
Matthias
53b24ea69b
Update webhook documentation
2024-01-06 16:28:45 +01:00
Robert Caulk
b950128c4d
Update freqai-running.md
2024-01-06 09:26:17 +01:00
Robert Caulk
a9380f0d53
Update freqai.md
2024-01-02 12:46:33 +01:00
Robert Caulk
316812f427
Help direct people to freqai support
2024-01-02 12:44:19 +01:00
Matthias
9030e1041f
Remove USDT from documentation about "supported crypto currencies".
2024-01-02 09:52:48 +01:00
dependabot[bot]
e4b843405d
Bump pymdown-extensions from 10.5 to 10.7
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.5 to 10.7.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.5...10.7 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:30:41 +00:00
Matthias
b17c0cd4a2
Add Note about minimal_roi time used
...
closes #6470
2023-12-31 18:34:09 +01:00
Matthias
b9f4a23548
Add documentation for kraken time-in-force
2023-12-31 09:56:35 +01:00
Matthias
3e7d5bbae8
Merge pull request #9515 from stash86/bt-metrics
...
In partial exit, do full exit if remaining == 0
2023-12-30 16:39:46 +01:00
Robert Caulk
ea8edbd23b
Merge pull request #9552 from thojou/fix-freqai-populate-features-timerange
...
Fix duplicated data loading and timerange for populate_features
2023-12-30 13:42:08 +01:00
Matthias
063b55d41a
Fix doc typo
2023-12-29 20:02:24 +01:00
Matthias
ad68eff8f4
Merge pull request #9592 from ArturoGamRod/docs/fix-typo
...
fix typo in stoploss_from_absolute code example doc
2023-12-25 08:16:40 +01:00
dependabot[bot]
866e34a983
Bump mkdocs-material from 9.5.2 to 9.5.3
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.2 to 9.5.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.5.2...9.5.3 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 03:43:17 +00:00
agamboa-caylent
ec89aad10b
fix typo in stoploss_from_absolute code example
2023-12-24 21:02:22 -06:00
Stefano Ariestasia
f7c7990aff
Merge branch 'freqtrade:develop' into bt-metrics
2023-12-20 20:33:45 +09:00
slimatic
b1393f1bd4
(configuration.md) fixed value USDT value in example for clarity
2023-12-19 10:58:22 -05:00
Thomas Joußen
2d6a49013f
Fix duplicated data loading and timerange for populate_features
2023-12-18 20:06:49 +00:00
Matthias
3096cddbcf
further remove bittrex from docs
2023-12-18 07:15:24 +01:00
dependabot[bot]
e1b652d890
Bump mkdocs-material from 9.5.1 to 9.5.2
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.1 to 9.5.2.
- [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.5.1...9.5.2 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:17:18 +00:00
Matthias
e96f4f0e53
Improve adjust_trade_position documentation
2023-12-14 20:06:45 +01:00
dependabot[bot]
17f0697c43
Bump mkdocs-material from 9.4.14 to 9.5.1
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.14 to 9.5.1.
- [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.4.14...9.5.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:52:56 +00:00
Matthias
6ee792069d
Remove bitrex-specific section
2023-12-05 18:03:34 +01:00
Matthias
90e4eb59b2
Improve multi-strategy backtest docs
2023-12-03 15:27:33 +01:00
Matthias
701f6fc050
Update outdated docs
...
closes #9489
2023-12-03 15:27:03 +01:00
Matthias
d85518ccb2
Improve release documentation
2023-11-30 07:10:20 +01:00
Matthias
0a903e45f2
Add Bitmart to list of supported exchnanges for spot
2023-11-28 18:14:42 +01:00
Matthias
d0a2b9403e
Fix typo
2023-11-28 18:14:33 +01:00
Matthias
0914b8b5f4
Add note about verification on Bitmart
2023-11-28 18:13:21 +01:00
Matthias
cb2a871538
Bitmart: add section in exchange docs
2023-11-28 18:13:21 +01:00
Matthias
4a2473e7e9
Merge pull request #9475 from freqtrade/dependabot/pip/develop/mkdocs-material-9.4.14
...
Bump mkdocs-material from 9.4.10 to 9.4.14
2023-11-27 07:02:54 +01:00
Matthias
388a0c605c
Merge pull request #9470 from stash86/bt-metrics2
...
fix typo on API docs
2023-11-27 06:46:50 +01:00
Matthias
55e4d08fd8
Merge pull request #9436 from stash86/bt-metrics
...
Remove order list from /status, and add new /order command
2023-11-27 06:40:00 +01:00
dependabot[bot]
793cc1acc0
Bump mkdocs-material from 9.4.10 to 9.4.14
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.10 to 9.4.14.
- [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.4.10...9.4.14 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 05:31:12 +00:00
dependabot[bot]
384ebc5b38
Bump pymdown-extensions from 10.4 to 10.5
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.4 to 10.5.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.4...10.5 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 03:19:35 +00:00
Stefano Ariestasia
88e818926a
fix typo on API docs
2023-11-27 10:57:50 +09:00
Stefano Ariestasia
4bcb4fdd82
Merge branch 'freqtrade:develop' into bt-metrics
2023-11-27 10:46:21 +09:00
Matthias
869756d87d
Merge pull request #9454 from freqtrade/ci/bittrex_removal
...
Remove Bittrex from supported exchanges
2023-11-21 20:52:43 +01:00
Matthias
65df2f30c1
Update some more docs with bittrex removal
2023-11-21 06:42:53 +01:00
Matthias
e7aa706f73
Update samples with binance
2023-11-21 06:39:38 +01:00
Matthias
047dac7b7d
Remove bittrex from supported exchanges
2023-11-21 06:37:58 +01:00
chas s
7646849405
Removed redundant 'cpu_count'
2023-11-20 23:25:28 -06:00
Stefano
0e9169e1ec
update docs
2023-11-20 15:35:06 +09:00
dependabot[bot]
972c5c327c
Bump mkdocs-material from 9.4.8 to 9.4.10
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.8 to 9.4.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.4.8...9.4.10 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 03:11:28 +00:00
froggleston
f9202c3f6b
Clarify hyperopt docs for parameter options
2023-11-15 12:11:47 +00:00
konradbeck
e6663c0304
Update strategy-customization.md
...
Shouldn't the timeperiod be 100 when defining a ema100?
2023-11-13 13:50:32 +02:00
Matthias
d2afe281bf
Add cancel order to new exchange docs
2023-11-13 07:23:50 +01:00
dependabot[bot]
50b264c6f8
Bump pymdown-extensions from 10.3.1 to 10.4
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.3.1 to 10.4.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.3.1...10.4 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 03:34:07 +00:00
Matthias
da647735b6
Merge pull request #9407 from stash86/bt-metrics
...
add entries, exits, and mix_tags API endpoints
2023-11-11 16:10:10 +01:00
Matthias
59cefda283
Update strategy-callbacks.md with new information
...
on max_entry_position_adjustment
2023-11-11 13:11:17 +01:00
Matthias
c9a5e5a98c
Fix another (identical) typo
2023-11-11 10:50:58 +01:00
konradbeck
51dc5811c2
Update freqai-feature-engineering.md
...
I cannot find any reference to 'include_periods_candles'
2023-11-11 09:38:52 +02:00
Stefano Ariestasia
da3c42bbbc
add entries, exits, and mix_tags API endpoints
2023-11-11 15:16:40 +09:00
Matthias
7d4c9bc0cf
Merge pull request #9395 from freqtrade/dependabot/pip/develop/markdown-3.5.1
...
Bump markdown from 3.5 to 3.5.1
2023-11-06 15:40:39 +01:00
dependabot[bot]
31af1d5dc7
Bump markdown from 3.5 to 3.5.1
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.5 to 3.5.1.
- [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.5...3.5.1 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 05:38:40 +00:00
dependabot[bot]
77b00b2a12
Bump mkdocs-material from 9.4.7 to 9.4.8
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.7 to 9.4.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.4.7...9.4.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>
2023-11-06 03:52:41 +00:00
Matthias
2a0175f629
Add "empty" config to disable default discord messages
...
closes #9372
2023-11-02 18:09:41 +01:00
Matthias
051b6e9458
Update documentation
2023-11-01 11:02:03 +01:00
dependabot[bot]
223af95da7
Bump mkdocs-material from 9.4.6 to 9.4.7
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.6 to 9.4.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.4.6...9.4.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 03:37:23 +00:00
Matthias
1e18b35f22
Change box type to tip
2023-10-27 07:08:38 +02:00
Matthias
bb78285661
Add hint about helper commands to common mistakes section
2023-10-27 06:38:35 +02:00
dependabot[bot]
e5f0fe288a
Bump pymdown-extensions from 10.3 to 10.3.1
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.3 to 10.3.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.3...10.3.1 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 03:46:06 +00:00
dependabot[bot]
ec64a182f9
Bump mkdocs-material from 9.4.4 to 9.4.6
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.4 to 9.4.6.
- [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.4.4...9.4.6 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 03:48:51 +00:00
dependabot[bot]
74f678a26f
Bump markdown from 3.4.4 to 3.5
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.4.4 to 3.5.
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.4...3.5 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 06:13:16 +00:00
dependabot[bot]
756f5d5408
Bump mkdocs-material from 9.4.2 to 9.4.4
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.2 to 9.4.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.4.2...9.4.4 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 03:53:10 +00:00
Stefano Ariestasia
183166b3fb
fix output if no variance, and fix docs
2023-10-03 08:27:28 +09:00
dependabot[bot]
fafc102573
Bump mkdocs-material from 9.4.1 to 9.4.2
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.4.1 to 9.4.2.
- [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.4.1...9.4.2 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 03:40:52 +00:00
Matthias
c6199e5ca6
Merge pull request #9232 from freqtrade/kraken/dldata
...
Kraken - dataimport
2023-10-01 07:13:54 +02:00
Matthias
659cbd987a
Merge pull request #9152 from stash86/bt-metrics
...
Add recursive-analysis sub-command
2023-09-29 17:59:37 +02:00
Matthias
154149ff03
Slightly updated docs
2023-09-29 07:14:49 +02:00
Stevan Stevic
90475e52db
Change strat to strategy in freqai-feature-engineering.md
2023-09-27 16:56:03 +02:00
Matthias
d04a4db270
Merge pull request #9217 from freqtrade/frog-dataformat-docs-1
...
Update data-download.md
2023-09-26 06:30:34 +02:00
Matthias
8ad6eb9896
Update parameter value to be clearer
2023-09-25 19:55:58 +02:00
Matthias
83b37e2f78
Add documentation for kraken data mode
2023-09-25 18:23:20 +02:00
dependabot[bot]
d032aaaba0
Bump mkdocs-material from 9.3.1 to 9.4.1
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.3.1 to 9.4.1.
- [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.3.1...9.4.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 04:48:16 +00:00
dependabot[bot]
da9a8b616e
Bump mkdocs from 1.5.2 to 1.5.3
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.2...1.5.3 )
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 03:51:54 +00:00
Matthias
8002b476ff
Update recommendation for kraken
2023-09-24 23:04:28 +02:00
Robert Davey
04b3b1d4d9
Update data-download.md
...
Fix the main data format docs to reflect the move to feather.
2023-09-24 12:12:16 +01:00
Stefano Ariestasia
b387c315da
fix pre-commit
2023-09-24 14:59:19 +09:00
Stefano Ariestasia
3c647a3794
change wordings on the doc from backtest to "calculate indicators" since we never do full backtest process
2023-09-24 14:55:13 +09:00
Matthias
9fa365e766
Fix docs rendering (lists need a newline before the first item)
2023-09-23 10:47:30 +02:00
Matthias
a4a3b19566
Fix typo in docs
2023-09-23 10:27:44 +02:00
Matthias
8452399c12
Merge pull request #9187 from stash86/full-pairlist
...
Add FullTradesPairlist
2023-09-23 10:24:13 +02:00
Robert Davey
30e8466cae
Update recursive-analysis.md
...
Thanks for adding the example table! It's good to have that example available. I've edited this section of the docs as before.
2023-09-22 13:11:35 +01:00
Stefano Ariestasia
3881c51892
add example of the result of the analysis
2023-09-22 20:45:48 +09:00
Robert Davey
4959d124ad
Update recursive-analysis.md
...
I went through the docs which are great, but they needed some tidying up and changes to language to meet the style of the rest of the docs.
2023-09-22 10:50:35 +01:00
Stefano Ariestasia
f133ee3cca
add more explanation in the docs about startup candle and its relation to API limit
2023-09-22 17:10:43 +09:00
Matthias
b4e732617e
Add handling for order replacement cancel failing
2023-09-22 06:37:56 +02:00
alex
961f50e335
fix broken link
2023-09-21 07:50:36 -07:00
Stefano
a0e115ebd9
fix another test
2023-09-21 20:19:39 +09:00
Stefano Ariestasia
32b0098ec1
fix example in the docs, increasing startup to 400 on ema100
2023-09-21 11:08:47 +09:00
Stefano Ariestasia
e77b9de89e
fix docs
2023-09-21 10:51:12 +09:00
Stefano Ariestasia
37fa186c55
remove 1 column
2023-09-20 22:43:01 +09:00
Stefano Ariestasia
979e485f24
initial doc
2023-09-20 20:53:34 +09:00
alex
830f2219c8
Update exchanges.md
...
- Malaysia is a soverign country... parted with Singapore in 1965.
- also fix some formating
2023-09-19 09:44:01 -07:00
dependabot[bot]
9b35dae465
Bump mkdocs-material from 9.2.8 to 9.3.1
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.2.8 to 9.3.1.
- [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.2.8...9.3.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 03:39:05 +00:00
Matthias
f6fce2162c
Add new parameter to strategy template
2023-09-17 22:25:23 +02:00
Axel-CH
29a5e049b9
edit note wording for custom_entry_price
2023-09-17 03:30:03 -04:00
Axel-CH
224213840d
update trade object as optional parameter
2023-09-17 03:13:40 -04:00
Axel CHERUBIN
d81fdeb3ed
Update docs/strategy-callbacks.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
2023-09-17 03:06:00 -04:00
Axel-CH
1d0f1bd1ee
update doc
2023-09-16 13:13:23 -04:00
axel
cf96ad1d1b
add trade param to custom entry price in interface, bot, backtesting, exemples
2023-09-16 02:32:03 -04:00
Stefano
c19fe95d39
add the filter to docs, tyding up the py file
2023-09-15 11:34:56 +09:00
Matthias
41765b14dc
Merge pull request #9182 from stash86/fix-rangestability
...
Change the cache of rangestability to 1 day
2023-09-14 20:43:07 +02:00