TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built a platform for scripting your own Bitcoin trading bot in Python

8 pointsby drpancakeover 11 years ago
Hello HN. I built my own automated Bitcoin trading bot and noticed that many others want to do the same thing, but lack the coding skills required for the harder stuff, like order execution and backtesting.<p>I like the idea of making automated trading more accessible to existing day traders as well as newcomers. Hopefully this will also inspire some people to learn to code. We’re currently in private beta, but please check out the site below. Feedback is more than welcome.<p>http:&#x2F;&#x2F;tradewave.net

3 comments

andrew_gardenerover 11 years ago
I&#x27;m very interested. I&#x27;ve thought of bitcoin bots but haven&#x27;t had the time really get into it yet.<p>just a couple of questions:<p>How long is it between ticks?<p>How easily will it be to get money in or out of your system?<p>Is there any long term storage assigned to the bots? (something that will survive a server reset)<p>Edit: I just realized that the example uses a storage variable. Can you give me details about that (how large, stable, secure, etc it is)?
评论 #7073338 未加载
pamipamiover 11 years ago
Nice project! Will users be limited to a single exchange?
评论 #7069499 未加载
wocpover 11 years ago
It looks good, I&#x27;ll try it, thanks for sharing.