Bitcoin Forum
May 24, 2024, 09:35:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Official] Tradewave.net — Build your own automated cryptocurrency trading bot  (Read 2540 times)
tradewave (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
January 16, 2014, 03:51:18 PM
Last edit: April 02, 2014, 12:24:13 AM by tradewave
 #1

We're happy to announce Tradewave today. We want to make it really easy for anyone to script their own automated trading bots with Python.

All the hard parts like fetching data feeds, order execution and backtesting are handled by us.

  • Your bot runs on our servers. No need to worry about downtime or latency
  • Fast backtesting (you just press a button in the code editor)
  • Trade BTC, LTC, USD and EUR (+ more alt-coins to come)
  • Multiple exchanges (BTC-E, Bitstamp, Kraken, Bitfinex + more to come)
  • Huge set of indicators in our library (TA-Lib)
  • Run multiple bots simultaneously (with time offsets if you need it)
  • Scripted with Python in your browser. One of the easiest languages to learn.
  • We list featured pre-made strategies to get you started
  • Discussion forums for collaboration

  https://tradewave.net/static/img/landing/forum-screenshot.png

  We’re currently in public beta:

  http://tradewave.net



Update (2014-03-16): we're now open to public signups.
Update (2014-04-01): added Bitfinex and Kraken + custom chart plotting + more indicators + discussion forum

tradewave (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
January 16, 2014, 05:12:44 PM
Last edit: January 16, 2014, 05:56:40 PM by tradewave
 #2

Do feel free to AMA here if you have questions.
tradewave (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
March 17, 2014, 02:32:21 AM
 #3

Hey everyone, we're now open to public signups. Live trading and more exchanges coming soon.
tradewave (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
April 02, 2014, 12:32:50 AM
 #4

Updates:
  • New exchanges: Bitfinex and Kraken
  • Custom chart plotting
  • More indicators: AROON, SAR, StochRSI + more
  • Discussion forum
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
April 02, 2014, 09:35:57 AM
 #5

Nice website. I'll take a look at it later.
wonkytonky
Sr. Member
****
Offline Offline

Activity: 411
Merit: 250


View Profile
June 15, 2014, 11:34:06 AM
 #6

awesome;.   i'll go study myself some python first  Smiley ..   some day it will be in java  aswell?

Whatever. And no you haven’t been in bitcoin since 2010. Plus if you really feel the way you do. Then sell. Have conviction. If not keep pounding sand.
tradewave (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
June 15, 2014, 02:18:07 PM
 #7

Some day it will be in java aswell?

Hey, glad you like the site. There are no current plans to support other languages. It's best to have one common language (and Python is really easy to learn) so that everyone can share and understand code/examples in the forums.
wonkytonky
Sr. Member
****
Offline Offline

Activity: 411
Merit: 250


View Profile
June 16, 2014, 08:07:52 AM
 #8

Hi,

can you explain  how the api private key(broker/exchange) are  saved on your system? ...   
i dont need the full details but enough so i know they are stored safely.

the aribtraging thing(not sure if it works yet just went trough documentation   fast)
and the multi timeframe  are amazing. 
 

regards


Whatever. And no you haven’t been in bitcoin since 2010. Plus if you really feel the way you do. Then sell. Have conviction. If not keep pounding sand.
tradewave (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
June 17, 2014, 03:39:40 AM
 #9

can you explain  how the api private key(broker/exchange) are  saved on your system? ...   
i dont need the full details but enough so i know they are stored safely.

Sure, I'm including a response I gave to this previously:

Quote
We're using symmetrical AES-256 to encrypt your exchange API keys. The first time you start a bot, you'll be prompted to enter your API keys along with a passphrase of your choosing (it shouldn't be the same as your account password).

We encrypt your keys with the passphrase and store them in our database, but we never store the passphrase anywhere, so in the highly unlikely event that our database is ever compromised, the potential attacker would have no way getting your original API keys and your funds would therefore be safe.

From now on, each time you start the bot you'll be prompted for the passphrase. We use that to decrypt the keys and send them directly to the bot instance without storing them anywhere. They are not written to disk and only kept in-memory by the bot instance.

We think that this is a good compromise over having to enter your API keys every time; and obviously much better than storing them in the clear.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!