Matthias
|
16dad8b6d4
|
Allow custom_stoploss to cooperate with stoploss on exchange
|
5 years ago |
Matthias
|
bec9b580b0
|
sell_profit_offset should be documented in the strategy override section
|
5 years ago |
Matthias
|
86b3306a3b
|
Small doc refactoring
|
5 years ago |
Matthias
|
53c208197d
|
Add bot_name setting
allows naming the bot to simply differentiate when running different
bots.
|
5 years ago |
Matthias
|
baef8b4f79
|
Merge pull request #4197 from nas-/develop
Added support for regex in whitelist
|
5 years ago |
Matthias
|
bf5868c96d
|
Add testcase for nonexisting pairs on whitelist
|
5 years ago |
nas-
|
f72d53351c
|
Added ability to keep invalid pairs while expanding expand_pairlist
|
5 years ago |
Matthias
|
60ea32e398
|
Improve wording
|
5 years ago |
Matthias
|
6007d5182a
|
Merge pull request #4147 from hoeckxer/ignore_expired_candle
Ignoring candles that have expired within timeframe
|
5 years ago |
hoeckxer
|
e328182bd7
|
Changed workings so it only needs to timing-parameter, instead of also requiring a boolean value
|
5 years ago |
Matthias
|
63a579dbab
|
Add sell_profit_offset parameter
Allows defining positive offsets before enabling the sell signal
|
5 years ago |
Matthias
|
c9e477214f
|
Allow protections to be set in the strategy
|
5 years ago |
hoeckxer
|
5c34140a19
|
Adjusted documentation to reflect sub-key configuration
|
5 years ago |
Erwin Hoeckx
|
eaaaddac86
|
Update docs/configuration.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
5 years ago |
hoeckxer
|
614a996597
|
First commit about ignoring expired candle
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
|
5 years ago |
Matthias
|
47cd856fea
|
Include protection documentation
|
5 years ago |
Leif Segen
|
98118f5e95
|
Fix parameter name
Correct which parameter name was referred to within the 2nd Note under "Amend last stake amount"
|
5 years ago |
Matthias
|
aa0c3dced8
|
Improve order types documentation
|
6 years ago |
Matthias
|
97e58a42f4
|
Update documentation with new options
|
6 years ago |
Matthias
|
2e7367d647
|
Merge pull request #3881 from apneamona/unfilledtimeout.buy/sell-addition
Update configuration.md
|
6 years ago |
Matthias
|
f43bd250a2
|
Extract pairlists from configuration
|
6 years ago |
apneamona
|
72cf3147b8
|
Update configuration.md
|
6 years ago |
Matthias
|
2b1d0b4ab5
|
Rename references to "master" branch to "stable"
closes #2496
|
6 years ago |
Matthias
|
c2707bdd9b
|
Merge pull request #3688 from freqtrade/Fredrik81-stoploss.md
Update stoploss.md
|
6 years ago |
Fredrik81
|
4619a50097
|
Update configuration.md
|
6 years ago |
Matthias
|
cc91d51389
|
Fix wording in configuration.md
|
6 years ago |
Matthias
|
9dd2800b98
|
Apply some review changes
|
6 years ago |
hroff-1902
|
a1e292f56a
|
Improve docs
|
6 years ago |
hroff-1902
|
daee414d7a
|
Fix docs formatting
|
6 years ago |
Matthias
|
ea1ddeb87d
|
Merge pull request #3570 from gambcl/develop
Added range checks to min_days_listed in AgeFilter
|
6 years ago |
HumanBot
|
f0a1a1720f
|
removed duplicate
removed duplicate word using using
|
6 years ago |
gambcl
|
14eab9be04
|
Added min_price, max_price to PriceFilter
|
6 years ago |
gambcl
|
ab7f5a2bcf
|
Added pairslist AgeFilter
|
6 years ago |
Matthias
|
a3506f4d8e
|
Merge branch 'develop' into timeframe
|
6 years ago |
Matthias
|
f80b5f9410
|
Merge pull request #3438 from freqtrade/ftx_stoploss
Ftx stoploss
|
6 years ago |
Matthias
|
a198b91b87
|
align Spaces in commented config section
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
bd942992ef
|
Add documentation about pricing related to market orders
|
6 years ago |
Mister Render
|
05deb5ba05
|
Fixed typo and missing {
This should help with copy pasting the pairlists code block.
Also fixed minor typo on line 594 (was: "I selects" and is now: "It selects")
|
6 years ago |
Matthias
|
2f07d21629
|
Update documentation with FTX Stoploss on exchange
|
6 years ago |
hroff-1902
|
64881a94e2
|
Merge branch 'develop' into timeframe
|
6 years ago |
hroff-1902
|
2cc47f651d
|
Merge pull request #3408 from freqtrade/apiserver_logging
Apiserver logging
|
6 years ago |
Matthias
|
febc95dcdf
|
Update documentation to remove ticker_interval
|
6 years ago |
Matthias
|
67a3c32373
|
Remove some occurances of percentage
|
6 years ago |
Matthias
|
65c5bba189
|
Fix typo in docs
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
7ad1c7e817
|
Allow lower verbosity level for api server
Not logging all calls makes sense when running the UI
otherwise this is VERY verbose, clogging up the log.
|
6 years ago |
hroff-1902
|
a162b911b6
|
Merge pull request #3398 from freqtrade/ccxt_config_combine
combine CCXT configurations ...
|
6 years ago |
Matthias
|
a0d6a72bc8
|
Update docs/configuration.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
hroff-1902
|
48915d7945
|
minor: Fix docs
|
6 years ago |
Matthias
|
28b35178e9
|
Update doc wording
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
f187753f8f
|
Add ccxt_sync_config to simplify ccxt configuration
|
6 years ago |
Matthias
|
2ed10aeb9b
|
Add to missing point in documentation
|
6 years ago |
Matthias
|
ea5daee505
|
Allow changing severity of strategy-validations to log only.
|
6 years ago |
hroff-1902
|
30d1a85895
|
Adjust docs
|
6 years ago |
hroff-1902
|
2c6c287c4b
|
Address comments made in review
|
6 years ago |
hroff-1902
|
cc28aae5cb
|
Fix the links again
|
6 years ago |
hroff-1902
|
d57ef6a2a6
|
Pairlist Section reworked
|
6 years ago |
hroff-1902
|
7d80f8d25c
|
Fix links in docs
|
6 years ago |
Matthias
|
7a11219b61
|
Reword some documentation strings
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
2a1fcc0f06
|
Merge branch 'develop' into pr/jpribyl/3210-1
|
6 years ago |
hroff-1902
|
b3dd0a68d5
|
minor: fix typo in configuration.md
|
6 years ago |
hroff-1902
|
2307495f28
|
Update docs/configuration.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
6 years ago |
jpribyl
|
bd51cd332b
|
Cancel all open orders after receiving /stop or ctrl+c
|
6 years ago |
hroff-1902
|
fedcf1db52
|
Merge pull request #3217 from freqtrade/remove_deprecation
Remove deprecated pairlist and binary
|
6 years ago |
Matthias
|
9fa21628d7
|
Deprecate keys other than quoteVolume
fixes #2981
|
6 years ago |
Matthias
|
57345476ab
|
Document pairlists for backtesting
|
6 years ago |
hroff-1902
|
2f60d9cad4
|
minor: fix typo in the docs
|
6 years ago |
Matthias
|
6f687c97ce
|
Update docs/configuration.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
dfac7448d1
|
fix typo
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
acd402187a
|
Update max_open_trades documentation
|
6 years ago |
hroff-1902
|
51f52c8609
|
Merge branch 'develop' into no-ticker-2
|
6 years ago |
Matthias
|
a046c4829c
|
Apply suggestions from code review
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
42038da7f1
|
Update docs/configuration.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
e0afbcd4af
|
Additional warning about order_book-max
|
6 years ago |
Matthias
|
74a17c7b7b
|
Clarify warning in the documentation
|
6 years ago |
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
6 years ago |
hroff-1902
|
dea4ef957e
|
Merge pull request #2982 from freqtrade/rate_side_optional
Rate side configurable
|
6 years ago |
Matthias
|
2f54aff0ce
|
Improve documentation wording for price sides
|
6 years ago |
Matthias
|
8de35e1c83
|
Documentation suggestions from Review
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
18d724f7a1
|
Adjust wording of supported exchanges
|
6 years ago |
Matthias
|
d7373be553
|
Add official support for Kraken
|
6 years ago |
Matthias
|
0fea3a7ea7
|
Some final polish to configurable_side
|
6 years ago |
Matthias
|
3c5e716d8f
|
Update some documentation regarding price_side
|
6 years ago |
hroff-1902
|
30b0911645
|
Merge pull request #2976 from gaugau3000/doc_update_config_section
[Doc update config section] - [minor]
|
6 years ago |
Matthias
|
8ae0f99a96
|
Remove duplicate section
|
6 years ago |
Matthias
|
a29653b510
|
Wording changes to install docs
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
hroff-1902
|
ce2e039e5f
|
Update docs/configuration.md
|
6 years ago |
gaugau3000
|
76c449c0c2
|
volume_pair_list_extra_doc_infos
|
6 years ago |
gaugau3000
|
7d7318a3ea
|
fix_wrong_order_type
|
6 years ago |
Matthias
|
2f349e0504
|
Improve install documentation by streamlining the process
|
6 years ago |
Matthias
|
6335d81ceb
|
Merge branch 'develop' into data_handler
|
6 years ago |
Matthias
|
be4a9b5f4b
|
Lowercase freqtrade
|
6 years ago |
hroff-1902
|
4cdcf00ddc
|
Merge branch 'develop' into rpc_notification_fixes
|
6 years ago |
Matthias
|
02148a1df2
|
Fix datatype styling issues
|
6 years ago |
Matthias
|
a93bc74eff
|
Update documentation ...
|
6 years ago |
Matthias
|
d65a06947d
|
Merge branch 'develop' into data_handler
|
6 years ago |
Yazeed Al Oyoun
|
f3b1161640
|
wide notifications fixes
|
6 years ago |
hroff-1902
|
739acaa475
|
Wordings improved
|
6 years ago |
Matthias
|
586cbc750c
|
Add considerations for dry-run
|
6 years ago |
hroff-1902
|
d2cac1d8fd
|
Merge branch 'develop' into spreadfilter
|
6 years ago |
untoreh
|
aa54fd2251
|
- added spread filter
- minimum value to volume pairlist
|
6 years ago |