working4coins

Results 10 comments of working4coins

OpenAI provides an interesting tool to translate from one programming language to another https://beta.openai.com/playground/p/default-translate-code it could help

Thanks @untoreh for mentioning this issue. Any news about it? I noticed PingPong.jl have a CCXT directory https://github.com/panifie/PingPong.jl/tree/master/Ccxt Are you considering publishing it here also ? Pinging also @panbonker

ideally it will be nice if it could be integrate as a widget into urwid using inheritance of widget http://urwid.org/reference/widget.html see speedometer example http://excess.org/speedometer/ so we could have events...

Moreover, in such a case requests doesn't seems to be cached as after an other run I'm still seeing "Getting pricing data ..."

``` >pip show lumibot Name: lumibot Version: 2.7.0 Summary: Backtesting and Trading Library, Made by Lumiwealth Home-page: https://github.com/Lumiwealth/lumibot Author: Robert Grzesik Author-email: [email protected] License: Location: c:\users\w4c\appdata\roaming\python\python310\site-packages Requires: alpaca-trade-api, alpha-vantage, bcrypt,...

What are you suggesting by "embedding" Python strategies. Trality was great for writing Python strategies unfortunately they are closing https://www.trality.com/blog/trality-winding-down-product at end of month. Maybe you could find some ideas...

A first example could be: ```yaml version: "3.3" services: cryptostore2tty: image: ghcr.io/bmoscon/cryptostore:latest environment: - EXCHANGE=BINANCE - CHANNELS=trades - SYMBOLS=BTC-USDT - BACKEND=TTY ``` Usage: `docker compose up` Console displays ``` cryptostore-cryptostore-1...

I tried the TCP example with ```yaml version: "3.3" services: cryptostore2tcp: image: ghcr.io/bmoscon/cryptostore:latest environment: - EXCHANGE=COINBASE - CHANNELS=trades - SYMBOLS=BTC-USD - BACKEND=TCP - HOST=tcp://127.0.0.1 - PORT=8080 ``` `docker compose up`...

When nothing appears like this and you see nothing displaying neither on console nor in container's log it's a bit frustrating.

The problem seems to only occur when book-BINANCE table ever exist. After dropping it, it works... maybe some more tests are required