Bitcoin Forum

Economy => Trading Discussion => Topic started by: alendel0n7 on April 15, 2018, 08:06:48 PM



Title: bot on python
Post by: alendel0n7 on April 15, 2018, 08:06:48 PM
Guys, I'm just starting to program on python. Can not one of you link to the github with working bot codes? I note, I do not care whether the bot is working in plus or minus, I just want to analyze the code. I am self-taught and it's not easy for me. Are there any branches on the forum where you can read algo-traders? I'm a beginner and I'm not ashamed to ask for help. I will be glad to any useful information.


Title: Re: bot on python
Post by: sandor111 on April 15, 2018, 10:37:29 PM
There is more bots coded in JavaScript. This one is on Python 3.6+, I haven't tried it but it looks promising https://github.com/gcarq/freqtrade
Maybe this one is more appropriate for you to study, because it's more simple https://github.com/yasinkuyu/binance-trader


Title: Re: bot on python
Post by: alendel0n7 on April 16, 2018, 07:42:25 PM
There is more bots coded in JavaScript. This one is on Python 3.6+, I haven't tried it but it looks promising https://github.com/gcarq/freqtrade
Maybe this one is more appropriate for you to study, because it's more simple https://github.com/yasinkuyu/binance-trader
Thank you! just what I was looking for. I will be grateful for other links. I really appreciate your help!