froggleston / freqtrade-frogtrade9000

A command-line freqtrade REST API client
MIT License
125 stars 28 forks source link

rest api client #19

Closed NathanielLLally closed 4 months ago

NathanielLLally commented 6 months ago

looks like they changed the rest client around... I get no attribute: load_config

froggleston commented 5 months ago

Yes, you will have to use an older version of the rest_client.py script. The main Freqtrade REST client has been refactored and moved to its own package (https://pypi.org/project/freqtrade-client/).

This REST script version will be one of the last working versions supported.

I would recommend you move over to the new FTUI package, which is a successor to frogtrade9000, and uses the new freqtrade-client: https://github.com/freqtrade/ftui