Matthias
|
28e573e597
|
add orderbook structure documentation
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
de7ed4df5f
|
Fix calculation error for min-trade-stake
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
e79e651836
|
Document usage of open_date_utc
closes #4580
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
fb389b3dc5
|
Fix telegram table for both rendered and github markdown
|
2021-03-20 18:46:57 +02:00 |
|
Maycon Maia Vitali
|
7a6fed3e7b
|
Added slash to fix a broken formatting
On the command table the pipe(|) broke the formatting.
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
5c0067b508
|
Update docs/strategy-advanced.md
|
2021-03-20 18:46:57 +02:00 |
|
Brook Miles
|
2bb4cca775
|
revert "Trailing stoploss with positive offset" example as stoploss_from_open() wasn't adding value
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
3e24b365d0
|
Add link between stoploss_from_open and custom_stop documentation
|
2021-03-20 18:46:57 +02:00 |
|
Brook Miles
|
e9be5e8d06
|
update stoploss_from_open examples to use helper function
|
2021-03-20 18:46:57 +02:00 |
|
Brook Miles
|
ded850d709
|
add stoploss_from_open() as a strategy_helper
|
2021-03-20 18:46:57 +02:00 |
|
Brook Miles
|
d41255e30d
|
correct math used in examples and clarify some terminology regarding custom stoploss functions
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
7d335bfd0c
|
Move advanced exchange config to exchange page
|
2021-03-20 18:46:57 +02:00 |
|
dependabot[bot]
|
655ee91c47
|
Bump mkdocs-material from 7.0.5 to 7.0.6
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.0.5...7.0.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
ed7f4739ad
|
Allow custom fee to be used during dry-run
closes #3696
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
bf7ddd80ce
|
Add documentation for hyperopt.strategy availability
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
77f0e68a9a
|
Make stake_amount + stake_currency mandatory for backtesting
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
67cf22f85c
|
Make best / worst day absolute
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
d1b196f4b5
|
UPdate backtesting doc for total profit calc
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
13cdcafad0
|
Improve backtest documentation
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
3bdfdaef0d
|
Update documentation with backtesting compounding possibilities
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
f1b10bd49e
|
Improve backtesting documentation
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
8f2477ced9
|
Improve backtesting metrics
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
8f03ce377b
|
Add trade-volume metric
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
78708de740
|
Backtest-reports should calculate total gains based on starting capital
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
0a0e921d4c
|
Add Dry-run wallet CLI option
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
6fe1e20ce4
|
Small enhancements to docs
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
d796982347
|
Update logo with smiling one
|
2021-03-20 18:46:57 +02:00 |
|
dependabot[bot]
|
aafe862fc1
|
Bump mkdocs-material from 7.0.3 to 7.0.5
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.0.3 to 7.0.5.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.0.3...7.0.5)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
05fe5591dc
|
Introduce forcebuy ordertype to allow specifiying a different ordertype for forcebuy / forcesells
|
2021-03-20 18:46:57 +02:00 |
|
JoeSchr
|
6a0b3e9a8b
|
Update docs/strategy-customization.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-03-20 18:46:57 +02:00 |
|
JoeSchr
|
cb130ee9a7
|
Update docs/strategy-advanced.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
b62662f882
|
fix(docs/strategy-advanced/custom_info-storage/example): only add to "custom_info" in backtesting and hyperopt
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
97da000b3d
|
fix(docs/strategy-advanced/custom_stoploss/example): check if "pair" exists in "custom_info" before requesting
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
b2dc29f66f
|
fix(docs/strategy-advanced): add warnings
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
3a7a7c6ad9
|
fix(docs/strategy-advanced): use get_analyzed_dataframe() instead of custom_info.iloc
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
9920959950
|
fix(docs/strategy-advanced): fix link to custom_info storage
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
55388ef825
|
feature(docs/strategy-advanced/custom_info-storage/example): add ATR column calculation
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
341ce4d405
|
fix(docs/strategy-customization): add "hyperopt" to runmode check for custom_info in custom_stoploss example
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
699dcbdb4d
|
refactor(docs/strategy-advanced): extract "Storing information" section from strategy-customization.md
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
ea89c839d4
|
fix(docs/strategy-customization): remove superflous prints from example code
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
6b4b3bb964
|
fix(docs/strategy-customization): "custom_stoploss indicator" example need to check for RUN_MODE
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
7961fe5810
|
feature(docs/strategy-customization): add example "Custom stoploss using an indicator from dataframe"
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
81dfb84c6a
|
feature(docs/strategy-customization): add example how to store indicator with DatetimeIndex into custom_info
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
65653378b8
|
chore(docs/strategy-customization): clean up left over trailing whitespaces
|
2021-03-20 18:46:57 +02:00 |
|
Joe Schr
|
c5ea069f04
|
refactor(docs/strategy-customization): change variable name for better readability
`cust_info` -> `custom_info`
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
6c472c037e
|
Add telegram pair unlocking
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
a391ae7807
|
Support deleting locks via API
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
d6a2a8251d
|
Add warning about sandboxes
closes #4468
|
2021-03-20 18:46:57 +02:00 |
|
Matthias
|
124d300449
|
Update styles to work with new mkdocs version
|
2021-03-20 18:46:57 +02:00 |
|
dependabot[bot]
|
39f973ff9a
|
Bump mkdocs-material from 6.2.8 to 7.0.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 6.2.8 to 7.0.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/6.2.8...7.0.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-20 18:46:57 +02:00 |
|