Search Criteria
Package Details: python-freqtrade 2024.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-freqtrade.git (read-only, click to copy) |
---|---|
Package Base: | python-freqtrade |
Description: | Free, open source crypto trading bot. |
Upstream URL: | https://github.com/freqtrade/freqtrade |
Licenses: | GPL-3.0-or-later |
Conflicts: | python-freqtrade-git |
Submitter: | AchmadFathoni |
Maintainer: | King_DuckZ (Spixmaster) |
Last Packager: | Spixmaster |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-20 15:24 (UTC) |
Last Updated: | 2024-12-30 07:21 (UTC) |
Dependencies (68)
- python (python37AUR, python311AUR, python310AUR)
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-arrow
- python-ast-commentsAUR
- python-blosc
- python-cachetools
- python-catboostAUR
- python-ccxtAUR
- python-colorama (python-colorama-gitAUR)
- python-cryptography
- python-datasieveAUR
- python-dateutil
- python-fastapi
- python-filelock
- python-gymnasiumAUR
- python-janus
- python-jinja
- python-joblib
- python-jsonschema
- Show 48 more dependencies...
Latest Comments
« First ‹ Previous 1 2
AchmadFathoni commented on 2022-08-23 18:29 (UTC)
@King_Duckz we can identify user current shell with
ps -p $$ -o exe=
King_DuckZ commented on 2022-08-19 17:47 (UTC) (edited on 2022-08-21 11:15 (UTC) by King_DuckZ)
In my case it worked after applying this patch and patching several other packages (ta-lib and python-tables that I can remember)
My patch also downloads the source code from the same url given in the url parameter, I'm not sure why there was a different address in the source parameter.
Comment edited with the new patch that in addition also downloads and installs the freqUI so users don't have to run the
freqtrade install-ui
command manually, which requires root permissions. Also added a systemd service file:Not sure about the ExecReload part but anyone reading this please post improvements if you make any.
Prior to starting the service above you'll have to run this for your user (yeah, the cli is very awkward):
or
{$USER}_strategy
if you use fish. Given that this is per-user, I don't think it can be automated by the pkgbuild unfortunately.AchmadFathoni commented on 2022-03-21 03:17 (UTC)
Need co-maintainer for faster development response.
« First ‹ Previous 1 2