aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:

Home Page:https://aurbano.github.io/robinhood-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Offer: Ability to "watch" a stock for periodic updates.

jspenc72 opened this issue · comments

Any interest in adding a service to continually poll a set of stocks and use an event emitter on updates?

This sounds like it could be useful, but probably more as an alert system, where the user can set specific thresholds and have an event fire when they are met. Comments on this?

I Have written a wrapper for this that adds the event functionality and added few other endpoints.

I am testing it noe

I am also adding a decision maker, comparison, and condition testing libraries. That way you can continually check the market conditions and trade accordingly.

Have you already written anything like that?

It could also be used for notifications.

This sounds really good!
I haven't written anything like it so far but it sounds very exciting, let me know when there is anything I can start playing with!

@jspenc72 I have interest in building something similar. Any updates on your progress?

It's built, I use it privately now to monitor and make trades.

On May 11, 2016, at 3:56 AM, Brian Vallelunga notifications@github.com wrote:

@jspenc72 I have interest in building something similar. Any updates on your progress?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

any chance you could open source that @jspenc72 ?

Not to threadjack, but I've been working on some similar functionality here. It's very early stage, but feel free to check it out and open any Issues for features you'd find useful: https://github.com/busse/friartuck

Sry for the extended silence. @jondcallahan Additional endpoints with support for order cancellation have been merged into master.

I am working on something that involves an Angular 2 dashboard, Observables and web sockets....
@bvallelunga Once this is ready to play with Ill open source.

I'll close this issue since this feature is not something that would make sense built into the client itself I believe.

@bvallelunga @jondcallahan @busse @aurbano

Hey guys, per popular request Ive open sourced an nom module that implements RxJS for creating Obsvervables to simplify quotes and orders. Let me know what you think!

https://github.com/jspenc72/robinhood-observer
https://www.npmjs.com/package/robinhood-observer