Matthias
ca0749dfdd
Update strategy-advanced.md
5 years ago
JoeSchr
f2bd70dfc2
Add sentence about how it differs from custom_stoploss()
5 years ago
JoeSchr
cf839e36f3
Add to custom_sell() documentation
...
- Flesh out infos about return type
- give quick example at beginning to get reader in right mindset what this does and why it's useful
5 years ago
Nial McCallister
7cf8c5d659
Docker Quick start grammatical error
...
please install docker-compose should be installed
does not make grammatical sense
5 years ago
Matthias
5bc908870f
Fix documentation comment missalignment
5 years ago
Matthias
a3d2e68312
Merge pull request #4750 from rokups/rk/custom_sell
...
Add IStrategy.custom_sell method which allows per-trade sell signal evaluation
5 years ago
Matthias
3285f6caa3
Improve wording in Note box
5 years ago
Matthias
7c8a367442
Update docs to not promote stoploss / take-profit
5 years ago
Matthias
dbf33271b5
Small doc changes
5 years ago
dependabot[bot]
4a5eba3db4
Bump mkdocs-material from 7.1.2 to 7.1.3
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.2 to 7.1.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/7.1.2...7.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Rokas Kupstys
9c21c75cf5
Fix inaccuracy in docs.
5 years ago
Rokas Kupstys
e58fe7a8cb
Update custom_sell documentation.
5 years ago
Rokas Kupstys
004550529e
Document dataframe parameter in custom_stoploss().
5 years ago
Rokas Kupstys
a77337e424
Document IStrategy.custom_sell.
5 years ago
Matthias
8e85b63b3d
Merge pull request #4792 from JoeSchr/add-distribution-graph-to-example-notebook
...
add distribution graph to example notebook
5 years ago
Matthias
b223775385
Update "output" of jupyter notebook as well
5 years ago
Matthias
9177d9d129
Merge pull request #4790 from freqtrade/hyper_range
...
add IntParameter.range
5 years ago
Matthias
185d754b8b
Improve documentation to suggest config-private.json
5 years ago
Matthias
7453dac668
Improve doc wording
5 years ago
Matthias
d647b841f0
Add docs how to optimize indicator parameters
5 years ago
Matthias
f5f0bf53af
Merge pull request #4780 from rokups/rk/new-pairs-days
...
Add --new-pairs-days parameter for download-data command.
5 years ago
Matthias
ccaf5764da
Small adjustments
5 years ago
Rokas Kupstys
09efa7b06b
Add --new-pairs-days parameter for download-data command.
...
This parameter allows us to customize a number of days we would like to download for new pairs only. This allows us to achieve efficient data update, downloading all data for new pairs and only missing data for existing pairs. To do that use `freqtrade download-data --new-pairs-days=3650` (not specifying `--days` or `--timerange` causes freqtrade to download only missing data for existing pairs).
5 years ago
Matthias
05ce3acc46
Improve tests for api_trades
5 years ago
Matthias
759bbd8e72
Update documentation about pagination
5 years ago
Matthias
efbe0843be
Add documentation for fill messages
5 years ago
Matthias
fecd5c582b
Add buy and sell fill notifications
...
closes #3542
5 years ago
Matthias
75612496d7
Improve poweredBy logo spacing
5 years ago
Matthias
efd0d48ad0
Merge pull request #4762 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.2
...
Bump mkdocs-material from 7.1.1 to 7.1.2
5 years ago
Matthias
66b3ecfeed
Remove faulty font-family in svg
5 years ago
Matthias
9407dbcf87
Add freqtrade powered by ccxt
5 years ago
dependabot[bot]
b94de3030a
Bump mkdocs-material from 7.1.1 to 7.1.2
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.1 to 7.1.2.
- [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.1.1...7.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
0737e3fa22
Clarify refresh_period section for volumepairlist
...
part of #4689
5 years ago
Matthias
fbb9075539
Update util command structures too
5 years ago
Matthias
6a9c47d15f
Update docs with new options
5 years ago
Matthias
c52edcff4d
Merge pull request #4677 from mads03dk/get_trade
...
Add API endpoint for getting a specific trade
5 years ago
Matthias
9f2b6ee9a5
Merge pull request #4740 from freqtrade/decimal_stoploss_Hyperopt
...
stoploss and roi skdecimal spaces hyperopt
5 years ago
Matthias
5c579613e1
add /trade endpoint to rest_client script
5 years ago
Matthias
e6936ae135
Improve wording in docs
5 years ago
Matthias
ccd4ef905e
Merge pull request #4742 from theomart/patch-2
...
Correct get_min_pair_stake_amount formula
5 years ago
Matthias
8ce5522a10
Add additional documentation for SKDecimal space
5 years ago
Matthias
2011912a19
Adapt documentation to use 3 decimals only
5 years ago
grillzoo
01b303e0f9
Aligning the doc
5 years ago
Matthias
a7f8da4bd5
Merge pull request #4713 from ugurcemozturk/patch-1
...
chore(readme): Fix markdown of docker manual
5 years ago
Matthias
7142787256
Roll back unintended changes that break rendering
5 years ago
JoeSchr
c9c039d640
remove `copy()` from `custom_info` example
...
`set_index` automatically copies if not stated otherwise with `inplace=True`
> inplacebool, default False
If True, modifies the DataFrame in place (do not create a new object).
from: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.set_index.html?highlight=set_index#pandas.DataFrame.set_index
5 years ago
Matthias
862df2b431
Add blacklist recommendation for kucoin
...
closes #4738
5 years ago
Matthias
521e48c94a
Add doc section for Kucoin
...
part of #4723
5 years ago
Matthias
f1ac6853fc
Fix discord invite link
5 years ago
dependabot[bot]
c19ebc0157
Bump mkdocs-material from 7.1.0 to 7.1.1
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.0 to 7.1.1.
- [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.1.0...7.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago