Matthias
|
1067a9f356
|
Move strategy-override signals to top-level of the config
closes #2867
|
2021-06-26 16:06:13 +02:00 |
|
Matthias
|
c62fad0088
|
Pricing strategies should default to use orderbook pricing
|
2021-06-26 08:19:37 +02:00 |
|
Matthias
|
d59a38665c
|
Remove support for order_book_max
|
2021-06-25 20:36:39 +02:00 |
|
Matthias
|
a7f8342171
|
Add small documentation about reload disabling
|
2021-06-19 16:49:54 +02:00 |
|
Kamontat Chantrachirathumrong
|
c5c323ca88
|
Settings notify sell in telegram base on sell reason (#5028)
* BREAK: notification sell by sell reason
* Update constants.py
* Update telegram.py
* Update telegram-usage.md
* Update telegram.py
* Update telegram.py
* Fix test fail
* Update config_full.json.example
* Update telegram-usage.md
* Update telegram.py
* Update telegram.py
* Update telegram-usage.md
* validate value of sell object
* Fix linter
* Update constants.py
* Make telegram sample slightly more positive
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-05-27 11:35:27 +02:00 |
|
Matthias
|
0358b5365f
|
Add "unfilledtimeout-unit" to full config sample
|
2021-05-20 06:26:07 +02:00 |
|
Matthias
|
fecd5c582b
|
Add buy and sell fill notifications
closes #3542
|
2021-04-20 19:22:14 +02:00 |
|
Matthias
|
d5301b4d63
|
RateLimit should be enabled by default
|
2021-03-23 10:53:09 +01:00 |
|
Matthias
|
a405d578da
|
Introduce forcebuy ordertype to allow specifiying a different ordertype for forcebuy / forcesells
|
2021-03-05 20:22:04 +01:00 |
|
Matthias
|
9a926c155d
|
Add forcesell entry to full config
|
2021-02-26 19:30:42 +01:00 |
|
Matthias
|
53c208197d
|
Add bot_name setting
allows naming the bot to simply differentiate when running different
bots.
|
2021-01-16 16:19:49 +01:00 |
|
Matthias
|
63a579dbab
|
Add sell_profit_offset parameter
Allows defining positive offsets before enabling the sell signal
|
2021-01-11 19:30:25 +01:00 |
|
Matthias
|
dbc25f00ac
|
Switch full config from bittrex to binance
bittrex no longer supports volumepairlist.
closes #4192
|
2021-01-11 19:12:03 +01:00 |
|
Matthias
|
5ca2cd3a1e
|
Change defaults to log only errors
|
2021-01-03 07:18:41 +01:00 |
|
Matthias
|
68d148e72d
|
Allow configuration of openAPI interface
|
2021-01-03 06:49:04 +01:00 |
|
Matthias
|
82bc6973fe
|
Add last key to config_full
|
2020-12-07 16:16:33 +01:00 |
|
Matthias
|
b5289d5f0e
|
Update full config with correct protection keys
|
2020-12-07 16:02:55 +01:00 |
|
Matthias
|
b36f333b2f
|
Add new protections to full sample, documentation
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
2a66c33a4e
|
Add locks per pair
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
56975db2ed
|
Add more tests
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
3447f1ae53
|
Implement first stop method
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
0d349cb355
|
Small finetuning
|
2020-11-25 15:14:36 +01:00 |
|
Matthias
|
8f1d2ff070
|
Renamd volatilityFilter to RangeStabilityFilter
|
2020-11-25 15:14:29 +01:00 |
|
Matthias
|
7e4fe23bf9
|
Add VolatilityFilter to full config
|
2020-11-22 11:08:01 +01:00 |
|
Matthias
|
2ed20eee4e
|
Configs should default to dry-run
|
2020-10-13 20:10:50 +02:00 |
|
Matthias
|
e53b88bde3
|
Introduce notification_settings for telegram
|
2020-09-19 19:38:33 +02:00 |
|
gambcl
|
14eab9be04
|
Added min_price, max_price to PriceFilter
|
2020-07-08 22:02:04 +01:00 |
|
Matthias
|
865b73a456
|
Merge pull request #3520 from freqtrade/rpc/cors_setting
Fix RPC Cors
|
2020-06-27 15:38:40 +02:00 |
|
gambcl
|
ab7f5a2bcf
|
Added pairslist AgeFilter
|
2020-06-24 23:58:12 +01:00 |
|
Matthias
|
b77a105778
|
Add CORS_origins key to configuration
|
2020-06-24 20:32:19 +02:00 |
|
hroff-1902
|
64881a94e2
|
Merge branch 'develop' into timeframe
|
2020-06-02 15:56:34 +03:00 |
|
Matthias
|
18913db992
|
Replace ticker_interval with timeframe in sample configs
|
2020-06-01 20:47:36 +02:00 |
|
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.
|
2020-05-31 09:51:45 +02:00 |
|
Matthias
|
ea5daee505
|
Allow changing severity of strategy-validations to log only.
|
2020-05-29 19:37:18 +02:00 |
|
Matthias
|
2a1fcc0f06
|
Merge branch 'develop' into pr/jpribyl/3210-1
|
2020-05-16 13:09:38 +02:00 |
|
Matthias
|
21c2af2b92
|
Load jwt_key from config
|
2020-05-10 19:42:06 +02:00 |
|
jpribyl
|
bd51cd332b
|
Cancel all open orders after receiving /stop or ctrl+c
|
2020-05-01 10:36:11 -06:00 |
|
Matthias
|
5da63d399b
|
Reduce default order_book_max to 1
|
2020-03-09 17:38:25 +01:00 |
|
Matthias
|
b6839289ec
|
Add price_side to sample config files
|
2020-02-26 20:03:13 +01:00 |
|
Matthias
|
6335d81ceb
|
Merge branch 'develop' into data_handler
|
2020-02-16 15:12:14 +01:00 |
|
Matthias
|
d65a06947d
|
Merge branch 'develop' into data_handler
|
2020-02-09 15:16:43 +01:00 |
|
Matthias
|
abf10aec98
|
Merge branch 'develop' into feat/new_config
|
2020-02-07 17:02:14 +01:00 |
|
untoreh
|
aa54fd2251
|
- added spread filter
- minimum value to volume pairlist
|
2020-02-04 14:49:59 +01:00 |
|
Matthias
|
9f29128205
|
Fix small json formatting issue
|
2020-01-29 07:01:17 +01:00 |
|
Matthias
|
fc2970f41b
|
Merge branch 'develop' into data_handler
|
2020-01-21 06:58:48 +01:00 |
|
Matthias
|
fab19ae3a7
|
Implement last_stake_amount_min_ratio
|
2020-01-10 06:36:28 +01:00 |
|
Matthias
|
b37f34ff5b
|
Implement amend_last_stake_amount
|
2020-01-05 13:25:11 +01:00 |
|
Matthias
|
f3beaa3374
|
Deprecate capital_available_percentage
|
2020-01-03 10:58:31 +01:00 |
|
Matthias
|
1b8943ac54
|
Add documentation for tradable_balance_ratio
|
2020-01-02 10:59:41 +01:00 |
|
Matthias
|
e2a00c03d6
|
Document convert options
|
2019-12-28 11:24:37 +01:00 |
|