Author

Topic: Bot for trading (Read 145 times)

newbie
Activity: 25
Merit: 0
February 16, 2018, 02:27:05 AM
#6
Just use Paxful.com No bot required
newbie
Activity: 9
Merit: 0
February 15, 2018, 11:42:07 PM
#5
I read about a genetic algorithm trading bot written in Python that's open source. It had an API that could be configured for any exchange you wanted, but at the time I'm pretty sure it was tailored to Mt. Gox. I bet you could still google it.
jr. member
Activity: 56
Merit: 8
February 15, 2018, 09:13:19 PM
#4
How to create a bot with pyton for trading? any advises? Researching I found some projects on github, but are so poorest....so I decided to write here and understand what I need for it..
For example, the best way to get api? the best platform of trading or exchange for this kind of project? ....I accept any general advise

Thank You!

You must first define an algorithm for ur trade system. the coding language is not important with out having a good mathematical algorithm
full member
Activity: 168
Merit: 101
Crypto noob
February 15, 2018, 01:22:50 PM
#3
How to create a bot with pyton for trading? any advises? Researching I found some projects on github, but are so poorest....so I decided to write here and understand what I need for it..
For example, the best way to get api? the best platform of trading or exchange for this kind of project? ....I accept any general advise

Thank You!
You asked for python(?), so this may not be a good answer, but https://github.com/askmike/gekko is a pretty much complete open source trading script written in javascript, and there are even some example strategies to build on.
If you insist on writing python, a transpiler like http://pyjs.org (there are others as well) may be a way to go.
legendary
Activity: 2296
Merit: 1014
February 15, 2018, 07:09:27 AM
#2

For example, the best way to get api? the best platform of trading or exchange for this kind of project? ....I accept any general advise
You must do some research yourself. But correct way to do this is to search for exchanges that offer API and are reliable (no downtimes etc.).
Then write a script, that will use that API to exchange buy/sell with your algorithm of liking Smiley
newbie
Activity: 175
Merit: 0
February 15, 2018, 06:37:21 AM
#1
How to create a bot with pyton for trading? any advises? Researching I found some projects on github, but are so poorest....so I decided to write here and understand what I need for it..
For example, the best way to get api? the best platform of trading or exchange for this kind of project? ....I accept any general advise

Thank You!
Jump to: