Joe Schr
330461cf1e
setup.sh: checks if git directory is dirty before bothering user with potentially scary question
2023-02-02 17:00:07 +01:00
Matthias
e95eb220c5
Merge pull request #8101 from obseries/develop
...
[kucoin] manage kucoin numeric password passed as environment variabl…
2023-02-02 16:58:29 +01:00
Matthias
c093934c24
Merge pull request #8099 from raphaelstar/raphaelstar-patch-2
...
`order.amount` -> `order.safe_amount`
2023-02-02 16:28:04 +01:00
Luca Forni
b7787a9846
[kucoin] manage kucoin numeric password passed as environment variable as a string
2023-02-02 16:15:23 +01:00
raphaelstar
b4c3e1fd58
order.amount
-> order.safe_amount
2023-02-02 15:52:27 +01:00
Matthias
300e9acd37
Merge pull request #8096 from raphaelstar/raphaelstar-patch-1
...
Make test for `None` explicit
2023-02-02 14:53:46 +01:00
raphaelstar
36f95fb35d
Make test for None
explicit
...
Make test for `None` explicit
2023-02-02 13:29:37 +01:00
robcaulk
ccb4efbe88
remove follow mode in favor of producer consumer
2023-02-02 11:40:23 +01:00
Matthias
1d6738778b
Merge pull request #8088 from Ezrahel/patch-1
...
Update README.md
2023-02-02 10:22:09 +01:00
Ezrahel
ba7883f549
Update README.md
2023-02-02 03:02:52 +01:00
Matthias
ceaaac6c3a
Improve install sequence to install ta-lib after user interactivity
2023-02-01 18:36:48 +00:00
Matthias
21618594b2
Update setup.sh queries to not ask redundant questions
2023-02-01 17:16:11 +00:00
Matthias
8c9de445e7
Merge pull request #8089 from freqtrade/dependabot/pip/setuptools-65.5.1
...
Bump setuptools from 65.5.0 to 65.5.1
2023-02-01 12:32:43 +01:00
Matthias
d8583ab6e6
Bump setuptools in setup.sh
2023-02-01 11:06:30 +00:00
dependabot[bot]
7569e72f55
Bump setuptools from 65.5.0 to 65.5.1
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 65.5.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 10:11:12 +00:00
Ezrahel
1e12e888d1
Update README.md
2023-02-01 11:06:32 +01:00
Matthias
fb742361e9
Merge pull request #8083 from leonardocustodio/patch-1
...
Gym aid
2023-02-01 11:05:38 +01:00
Matthias
322d4b5351
improve fix for setup.sh
2023-02-01 09:20:40 +00:00
Matthias
c1a34396d0
Merge branch 'develop' into feat/cancel_order
2023-02-01 07:06:17 +00:00
Matthias
72a98943b1
bybit: Add correct funding_fee_timeframe
2023-02-01 06:58:45 +01:00
Matthias
9bb376296d
Update parse_order test
2023-01-31 20:59:55 +01:00
Matthias
839215c437
Fix Doc box error
2023-01-31 20:58:20 +01:00
Matthias
8a0fabed0e
Ensure we don't overwrite valid values by invalid exchange responses
2023-01-31 20:55:11 +01:00
Matthias
680136f57d
Add workaround patch for kucoin create_order returning empty
...
While the actual problem is caused by a ccxt change, the change itself makes sense.
once ccxt starts returning the correct status (open) for create-orders, we can remove the fix.
closes #8079
2023-01-31 20:46:34 +01:00
Matthias
448505fbfb
Fix minor issue where amount could be empty in rest calls
2023-01-31 20:38:18 +01:00
Matthias
50d3b7bdef
Add bybit sample order
2023-01-31 20:00:05 +01:00
Matthias
42f07e6ec2
Improve order_parse tests
2023-01-31 19:45:27 +01:00
Matthias
6012a55828
Improve test
2023-01-31 19:40:42 +01:00
Matthias
9cfbb21cd7
Improve error messages
2023-01-31 19:38:43 +01:00
Matthias
bbc663fce1
Add telegram test
2023-01-31 19:26:26 +01:00
Matthias
1c47c118d6
Add cancel-order api test
2023-01-31 19:26:21 +01:00
Matthias
daafc1c90f
Update test and help
2023-01-31 18:16:59 +01:00
Matthias
bd2839fa40
Reorder documentation
2023-01-31 18:13:42 +01:00
Matthias
e291d1bb17
Document telegram /coo command
2023-01-31 18:12:18 +01:00
Matthias
1bdc0e3917
Add coo command to telegram
2023-01-31 18:09:40 +01:00
Leonardo Custodio
152aa994a6
Fix test
2023-01-31 12:46:21 -03:00
Leonardo Custodio
baf2090f9e
Just change the docs
2023-01-31 12:42:39 -03:00
Leonardo Custodio
592eebe516
Add to setup
2023-01-31 12:10:41 -03:00
Leonardo Custodio
8b307357f3
Add to setup
2023-01-31 12:09:14 -03:00
Leonardo Custodio
d27d5624e0
Merge branch 'freqtrade:develop' into patch-1
2023-01-31 12:00:00 -03:00
Matthias
5073c780d8
.agg would like strings, not the sum function.
2023-01-31 11:22:04 +00:00
Matthias
2c1457fb95
Ensure limit is integer (on server)
2023-01-31 11:06:23 +00:00
Matthias
1dc3c58775
Convert missing candle count to int
...
closes #8082
2023-01-31 11:04:56 +00:00
Matthias
410324ac19
time-jump detection should happen on the trimmed dataframe
...
Fixes comment in #7615
2023-01-31 10:13:21 +00:00
Matthias
9e619ecc50
Update rest api documentation
2023-01-31 07:26:12 +01:00
Matthias
03302fa0b0
Add cancel_open_order to rest script
2023-01-31 07:24:19 +01:00
Matthias
c43e857cbc
Bump API version
2023-01-31 07:09:07 +01:00
Matthias
c855e2d79c
Add delete open order endpoint
2023-01-31 07:09:03 +01:00
Matthias
a704c43402
provide cancel-reason to handle_cancel_order
2023-01-31 07:08:12 +01:00
Leonardo Custodio
2b09f01293
Fixes gym issue
...
https://github.com/freqtrade/freqtrade/issues/8078
2023-01-30 18:52:56 -03:00