Bitcoin Forum

Bitcoin => Project Development => Topic started by: minzie on February 28, 2014, 10:28:22 PM



Title: ModoBot Online Bitcoin Trading Platform [Main Topic]
Post by: minzie on February 28, 2014, 10:28:22 PM
I am happy to announce the open public pre-release of Modobot.com, a simple web-based trading bot for Bitcoins. I designed the bot for me, namely someone that does not have sophisticated trading know-how, but would still like to participate in automated trading. Modobot uses a simple buy-low, sell-high strategy that is easy to understand. The bot can be configured to create automatic transactions based on margin, or can be configured to make one-off limit orders.

Sign-ups are free. Live accounts will be accepted on a rolling basis. Trading on live accounts will be limited to 1BTC per transaction. Membership will require a valid email for account recovery and validation. The support forum will require an email validation also. I apologize. If I do otherwise I am at the mercy of spammers.

Features:
- Sandbox mode for testing trading strategy and bot functionality.
- Calculator to check spreads.
- Record of starting balances in USD and BTC.
- Rolling status log.
- Bot transaction history.

How it works:
- A valid Bitstamp account is required.
- With a valid account, create an API key, and configure your account to allow Modobot to initiate transactions.
- Upload API key and credentials to Modobot.com.
- Configure bot for live trading.
- A background process periodically grabs data from Bitstamp and processes each of the bots.

Security:
- Modobot does not store member passwords.
- Bitstamp Api credentials are hashed on disk.
- Api access can be controlled by IP address, so only the Modobot server can access the account.
- No data on the Modobot site can be used to leverage unlimited access to your Bitstamp account.

Privacy
- Modobot does not store any personally identifiable information. There is some logging in place for security purposes.
- Emails addresses are stored for account recovery purposes, and for any site related announcements.

|  Modobot.Com  | (https://www.modobot.com/)

|  Modobot.Com Support  | (https://www.modobot.com/forum)



Title: Re: ModoBot Online Bitcoin Trading Platform [Main Topic]
Post by: minzie on March 03, 2014, 05:45:00 PM
Added a public test account:

name: ModoBot
pass: modobot_demo

The bot is locked in testing mode. Other than that it is completely functional.


Title: Re: ModoBot Online Bitcoin Trading Platform [Main Topic]
Post by: minzie on March 13, 2014, 09:42:34 PM
I started working on a mobile companion (http://www.modobot.com/TickerWidget/index.php) to the website. Eventually it will be able to monitor one's bot from a mobile device, but right now it is just a simple ticker with Bitstamp and BTCe, and includes conversion for USD, AUD, GBP, and EUR. It updates every 10 seconds. I am trying to work out a theme for the app, and this is the result so far.

http://www.modobot.com/ModoCore/Content/Images/tickerwidget.png

Does anybody have any strong thoughts regarding the design so far?


Title: Re: ModoBot Online Bitcoin Trading Platform [Main Topic]
Post by: minzie on March 26, 2014, 04:43:36 PM
I just put the code up for the mobile version up on Github. It is dead simple code, suitable for tinkering.
https://github.com/cclites/TickerWidget