Matthias
|
c6927a1501
|
Fix argument spelling
|
2022-04-23 09:10:40 +02:00 |
|
Sam Germain
|
c876d42e36
|
safe check for recursive_strategy_search in strategy_resolver
|
2022-04-10 18:50:51 -06:00 |
|
Sam Germain
|
9070114417
|
Merge branch 'recursive-strategy-folder' of https://github.com/samgermain/freqtrade into recursive-strategy-folder
|
2022-04-10 18:45:09 -06:00 |
|
Sam Germain
|
d5ce868f1a
|
removed 1 letter alias for recursive-strategy-folder
|
2022-04-10 18:44:33 -06:00 |
|
Matthias
|
82e9f62381
|
Add missing setting in arguments.py
|
2022-04-05 20:27:32 +02:00 |
|
Sam Germain
|
2fe5a1594f
|
Add conditional to recursive strategy searching if in config
|
2022-03-31 08:21:15 -06:00 |
|
Sam Germain
|
b4b809ff8e
|
changed recursive to recursive_strategy_search
|
2022-03-31 08:16:21 -06:00 |
|
Sam Germain
|
f44ae494fb
|
Added recursive to configuration
|
2022-03-31 08:12:02 -06:00 |
|
Sam Germain
|
185daf5772
|
add recursive command line option
|
2022-03-31 08:12:02 -06:00 |
|
Sam Germain
|
6df15a7af9
|
Recursively search subdirectories in user_data/strategies for a strategy
|
2022-03-31 08:12:02 -06:00 |
|
Jason Risch
|
6b57be35e9
|
Update kucoin candle limit
|
2022-03-29 07:23:45 -07:00 |
|
Matthias
|
00287febc6
|
Merge pull request #6542 from TheJoeSchr/check_version_with_endswith
[develop] Check version with endswith
|
2022-03-21 22:17:39 +01:00 |
|
Matthias
|
487d3e891e
|
Revert version to develop for now
|
2022-03-21 19:41:34 +01:00 |
|
Matthias
|
e9c4e6a69d
|
Update derived strategy documentation
|
2022-03-20 13:21:09 +01:00 |
|
Matthias
|
49e087df5b
|
Allow Strategy subclassing in different files by enabling local imports
|
2022-03-20 13:07:06 +01:00 |
|
Matthias
|
fcec071a08
|
Use order date to fetch trades
using the trade open-date may fail in case of several trade-entries spread over a longer timeperiod.
closes #6551
|
2022-03-20 09:46:51 +01:00 |
|
Matthias
|
8556e6a053
|
Automatically assign buy-tag to force-buys
closes #6544
|
2022-03-20 09:33:47 +01:00 |
|
Matthias
|
aceaa3faec
|
remove last ticker_interval compatibility shim
|
2022-03-20 09:33:47 +01:00 |
|
Matthias
|
eb08b92180
|
Raise exception when ticker_interval is set.
|
2022-03-20 09:01:36 +01:00 |
|
Matthias
|
95f69b905a
|
Remove ticker_interval support
|
2022-03-20 09:00:53 +01:00 |
|
Matthias
|
f55db8e262
|
Spreadfilter should fail to start if fetchTickers is not supported
|
2022-03-17 20:21:10 +01:00 |
|
Matthias
|
96bf82dbc6
|
Remove gateio broker program
|
2022-03-17 17:06:10 +01:00 |
|
Matthias
|
6024fa482e
|
Use brackets to break IF lines
|
2022-03-17 07:41:08 +01:00 |
|
Joe Schr
|
47317e0f06
|
version: use 'contains' to check for "develop" instead of literal comparison
|
2022-03-15 21:08:37 +01:00 |
|
Matthias
|
ebd61ebdef
|
Merge pull request #6513 from samgermain/gateio-stoploss
Gateio stoploss on exchange
|
2022-03-15 06:27:54 +01:00 |
|
Matthias
|
18030a30e7
|
Add exchange parameter to test-pairlist command
This will allow for quick tests of the same pairlist config against
multiple exchanges.
|
2022-03-14 19:21:58 +01:00 |
|
Matthias
|
c63b5fbbbf
|
Use last to get rates for /balance endpoints
|
2022-03-13 17:53:52 +01:00 |
|
Matthias
|
3133be19e3
|
Update precisionfilter to use last instead of ask or bid.
|
2022-03-13 15:23:01 +01:00 |
|
Matthias
|
7146122f4a
|
Update docstring
|
2022-03-13 15:06:32 +01:00 |
|
Matthias
|
b8b56d95f3
|
Update missleading docstring
|
2022-03-13 14:57:32 +01:00 |
|
Matthias
|
9107819c95
|
Fix order migration "forgetting" average
|
2022-03-13 14:42:15 +01:00 |
|
Sam Germain
|
843606c9cb
|
gateio stoploss adjust
|
2022-03-12 20:14:23 -06:00 |
|
Sam Germain
|
7e7e596372
|
Revert "moved binance.stoploss_adjust to exchange class"
This reverts commit 6bb93bdc25 .
|
2022-03-12 20:07:50 -06:00 |
|
Sam Germain
|
bf5afbcdbd
|
Merge branch 'develop' into gateio-stoploss
|
2022-03-12 19:50:46 -06:00 |
|
Matthias
|
f343036e66
|
Add stoploss-ordertypes mapping for gateio
|
2022-03-12 19:23:20 +01:00 |
|
Matthias
|
11c76c3c89
|
Check if timeframe is available before calling exchange
closes #6517
|
2022-03-11 18:01:30 +01:00 |
|
Matthias
|
24f480b4ce
|
Double-check stoploss behaviour
closes #6508
|
2022-03-11 08:28:47 +01:00 |
|
Sam Germain
|
6bb93bdc25
|
moved binance.stoploss_adjust to exchange class
|
2022-03-09 15:47:16 -06:00 |
|
Matthias
|
6e10439f90
|
Map usdt fiat to correct coingecko fiat
|
2022-03-09 17:35:41 +01:00 |
|
Sam Germain
|
d47274066e
|
Added stoploss_on_exchange flag to gateio
|
2022-03-09 01:05:21 -06:00 |
|
Sam Germain
|
e3ced55f5c
|
gateio.fetch_order and gateio.cancel_order
|
2022-03-09 00:45:50 -06:00 |
|
Sam Germain
|
61182f849b
|
exchange.fetch_order and exchange.cancel_order added params argument
|
2022-03-09 00:45:10 -06:00 |
|
Matthias
|
f2ed6165e9
|
convert price to precision price before verifying stoploss adjustment
closes #6504
|
2022-03-08 19:35:30 +01:00 |
|
Matthias
|
be4bc4955c
|
Explicitly check for None to determine if initial stoploss was set
closes #6460
|
2022-03-05 14:12:14 +01:00 |
|
Matthias
|
e9456cdf15
|
Update trade response to use a single Order object
|
2022-03-02 19:58:08 +01:00 |
|
Matthias
|
17c9c3caf3
|
Enable orders via API
|
2022-03-02 19:58:08 +01:00 |
|
Matthias
|
d4fbb785b5
|
Merge pull request #6458 from stash86/pos_adjust
Hide sell_reason if a trade is still open
|
2022-03-02 07:23:49 +01:00 |
|
Matthias
|
f74de1cca3
|
Improve Backtesting "wrong setup" message to include tradable_balance
|
2022-03-01 19:46:13 +01:00 |
|
Matthias
|
54165662ce
|
Don't require unfilledtimeout, it's optional.
|
2022-03-01 19:41:26 +01:00 |
|
Matthias
|
69cfb0b278
|
Revert change to telegram - this should be handled at the source
|
2022-03-01 19:32:25 +01:00 |
|