geeks121

Results 16 comments of geeks121

if you cannot doing it in code ,, i only have an idea ,, not py expert ,, try to split code to 3 pair run in different terminal and...

> I think I found it, in line 2016 sell_status should be replaced by sell_order['status'] I think, solved the loop for me you may pull request and commit it to...

you can add it with ccxt

your venv name is django so the command should be django/Scripts/activate ------------ python -m venv django django/scripts/activate ---------------- windows not case sensitive

> Only include 1 line more Create.order(amount,limit, ….) Saludos, De: geeks121 Enviado el: domingo, 31 de mayo de 2020 22:23 Para: Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance CC: Subscribed Asunto: [Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance] live trade (#41) i'm...

> In my github you have some examples Plinmartinez ⁣Obtener BlueMail para Android ​En 1 jun. 2020 17:47, en 17:47, geeks121 escribió: > […](#) > > Only include 1 line...

hi thank you for added the FIAT Pair,, the reason why i ask for FIAT is to make it easy how much profit is in USD ,, for BNB i...

> Maybe using something like the debank api. It’s free. > > https://docs.open.debank.com/en/ amazing.. i see here.. so its possible.. thank and may be can be implemented as portofolio.. auto...

get user token list and balance .. curl -X 'GET' \ 'https://openapi.debank.com/v1/user/token_list?id=0x5853ed4f26a3fcea565b3fbc698bb19cdf6deb85&chain_id=bsc&is_all=false&has_balance=true' \ -H 'accept: application/json'

pipenv install praw