ohlcv(pair, timeframe) - 当前缓存的K线数据(OHLCV)对于该交易对,返回DataFrame或空DataFrame。 orderbook(pair, maximum) - 返回交易对的最新订单簿数据,一个带有买单/卖单和最大条目总数的字典。 ticker(pair) - 返回交易对的当前行情数据。有关Ticker数据结构的更多详细信息,请参阅ccxt documentation。 runmode ...
importccxtexchange=ccxt.binance()exchange.load_markets() This corresponds to how freqtrade works. if this is working, then you have a proxy configured in your freqtrade configuration. if this is not working, then your python installation is broken. ...
go golang crypto bitcoin rest-api proxy websockets binance ccxt freqtrade Updated Oct 15, 2021 Go imsatoshi / GeneTrader Star 124 Code Issues Pull requests Discussions Genetic Algorithm Optimization for Trading Strategies genetic-algorithm strategy strategies freqtrade-strategies freqtrade Updated...
Using proxy with Freqtrade To use a proxy with freqtrade, add the kwarg "aiohttp_trust_env"=true to the "ccxt_async_kwargs" dict in the exchange section of the configuration. An example for this can be found in config_full.json.example "ccxt_async_config": { "aiohttp_trust_env": ...
Describe your environment Operating system: macOS Monterey 12.2 Python Version: 3.9.7 CCXT version: 1.92.52 Freqtrade Version: freqtrade docker-46e8d9a5 and freqtrade docker-52b20fd4 Describe the problem: I have been running a docker con...
Describe your environment Operating system: Raspbian Python Version: 3.8 CCXT version: 1.30.2 Freqtrade Version: develop-11290645 Describe the enhancement Just a simple webhook and/or telegram notification when an order is filled, perhaps the same as the buy/sell notification with these extra paramete...
Free, open source crypto trading bot. Contribute to freqtrade/freqtrade development by creating an account on GitHub.
export HTTP_PROXY="http://addr:port" export HTTPS_PROXY="http://addr:port" freqtrade Proxy exchange requests To use a proxy for exchange connections - you will have to define the proxies as part of the ccxt configuration. { "exchange": { "ccxt_config": { "aiohttp_proxy": "htt...
!!! Warning Although the ticker data structure is a part of the ccxt Unified Interface, the values returned by this method can vary for different exchanges. For instance, many exchanges do not return vwap values, some exchanges does not always fills in the last field (so it can be None)...
Using proxy with FreqtradeTo use a proxy with freqtrade, add the kwarg "aiohttp_trust_env"=true to the "ccxt_async_kwargs" dict in the exchange section of the configuration.An example for this can be found in config_full.json.example...