Bitcoin Forum
May 04, 2024, 09:17:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Bitcoin Day Trading Tool - Now with price alerts!  (Read 2777 times)
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 17, 2013, 02:48:58 PM
Last edit: July 07, 2013, 08:07:28 AM by stoto
 #1

Hello there,

I have started to develop a simple webapplication for myself, which shows bitcoin exchange rates and bitcoin related news to help making my day-trading decisions.
I am opening it to public so anyone can use it and help improve it.

Features:
-3 biggest bitcoin merchant LIVE prices
-it refreshes the prices LIVE through websockets, so you don't need to refresh the page to get the most-up-to-date data.
-price history, prices are recorded since the first launch of the system (may 5)
-news aggregated from 3 different sites with direct links (more to come)
-shows bitcoin related tweets
-live MtGox dashboard
-price alerts! (setup an alert and you will get notified in email if the price drops below or goes beyond the set price)


So please check it out and post any ideas about the tool here.

You can check it out on:
http://bitcoin.stoto.net/

Screenshots:
https://dl.dropboxusercontent.com/u/1986074/btt/bitcoin_stoto_net_2.png

https://dl.dropboxusercontent.com/u/1986074/btt/bitcoin_stoto_net_3.png

https://dl.dropboxusercontent.com/u/1986074/btt/bitcoin_stoto_net_4.png

https://dl.dropboxusercontent.com/u/1986074/btt/price-alerts.png
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714857455
Hero Member
*
Offline Offline

Posts: 1714857455

View Profile Personal Message (Offline)

Ignore
1714857455
Reply with quote  #2

1714857455
Report to moderator
mantler
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
May 17, 2013, 04:23:48 PM
 #2

 I am very impressed with the simplicity and usefulness of this site.  Anything I can do to help, just let me know.  Keep up the good work.
mantler
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
May 17, 2013, 05:01:53 PM
 #3

I would like to see Virtex Canadian exchange added to the graph.  They have been doing some impressive volume for a few months now.
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 17, 2013, 07:59:26 PM
 #4

I am very impressed with the simplicity and usefulness of this site.  Anything I can do to help, just let me know.  Keep up the good work.

 I would like to see Virtex Canadian exchange added to the graph.  They have been doing some impressive volume for a few months now.

Thanks, i try to keep the simplicity while adding some new features.
I will keep that in mind to add Virtex Canadian exchange, however I will need to find out something for handling different currency bases than USD.


I am always open for ideas, requests, keep them coming.
dexX7
Legendary
*
Offline Offline

Activity: 1106
Merit: 1024



View Profile WWW
May 21, 2013, 03:59:13 PM
 #5

Wait.. so you use Bitstamp's WebSocket API?

stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 22, 2013, 06:33:09 AM
 #6

Wait.. so you use Bitstamp's WebSocket API?

The site connects to my own backend with websocket, where I manage to track merchant prices. If any of them is changed it's pushed to the frontend.
The backend part fetches the prices at small intervals. (So in case of 100 users open the site at once, there is still only 1 backend process which fetches the prices, but the changes are sent to all users).
dexX7
Legendary
*
Offline Offline

Activity: 1106
Merit: 1024



View Profile WWW
May 22, 2013, 03:50:21 PM
 #7

Ah I see, but you use GET https://www.bitstamp.net/api/XX and not https://websocket.bitstamp.net, right? I would be so happy, to use their WebSocket API directely, but no one had success with it. Smiley

Anyway. Very nice Chart. Bookmarked.

stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 23, 2013, 08:06:31 AM
 #8

Ah I see, but you use GET https://www.bitstamp.net/api/XX and not https://websocket.bitstamp.net, right? I would be so happy, to use their WebSocket API directely, but no one had success with it. Smiley

Anyway. Very nice Chart. Bookmarked.

Yes, i use GET https://www.bitstamp.net/api/XX... in the backend, and push the changes to the frontend with websocket.
I did not find any documentation about https://websocket.bitstamp.net. Does it even exist?
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 26, 2013, 09:09:24 PM
 #9

I have added the candlestick chart and live MtGox dashboard to the site, so it's worth checking out, please give me your experiences. Screenshots updated in the first post.


You can check it out on:
http://bitcoin.stoto.net/
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 30, 2013, 03:35:06 PM
 #10

I am happy, looks like a lot of you using the site, which is good. Give some feedback as well please Wink.

I am planning to add price alert feature next. Do you guys think it will be good to alert by sending email?
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
June 04, 2013, 05:17:41 AM
 #11

I was quite into Goomboo's Journal (https://bitcointalk.org/index.php?topic=60501.0), so i decided to add exponential moving average option for the chart, before the price alert feature.

When you select an exchange, the chart will switch to candlestick chart and a blue "Indicators" button appears. If you click on that button, a popup appears where you can add and delete indicators (only EMA for now).

Check out at: http://bitcoin.stoto.net

Explained in pics:

https://dl.dropboxusercontent.com/u/1986074/btt/indicators1.png

https://dl.dropboxusercontent.com/u/1986074/btt/indicators2.png
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 02, 2013, 07:43:04 PM
 #12

I have moved the service to a new provider (it was running on my home NAS for 2 months   ), this caused some problems at first, because of the architectural difficulties, but all problems has been addressed and everything is back to normal.

It should be running without any downtime in the future.

The address is not changed:
http://bitcoin.stoto.net
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 07, 2013, 08:33:05 AM
 #13

You will never ever miss a great trade opportunity with Price Alerts!

You can setup an alert on the http://bitcoin.stoto.net/price-alert and you will be notified in email as soon as the price drops below or goes beyond the limits you setup.

https://dl.dropboxusercontent.com/u/1986074/btt/price-alert2.png
stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 09, 2013, 05:26:19 AM
 #14

The site is processing more and more alerts day by day!
CoinsForTech
Hero Member
*****
Offline Offline

Activity: 698
Merit: 500


5% Bitcoin Discount - All Orders


View Profile WWW
July 09, 2013, 11:07:46 PM
 #15

Just what I was looking for! Brilliant, thanks stoto

stoto (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 10, 2013, 04:33:04 PM
 #16

Just what I was looking for! Brilliant, thanks stoto

I am glad, you like it Smiley
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!