Trading interface I have built

Runs entirely on the terminal. Connects to major exchanges and encrypts API keys. Everything stored locally and the app only communicated with exchanges' servers.
Features:
>Auto bidding to compete with bots, you don't have to keep cancelling and re-submitting your order.
>Take profit / Stop loss: wip, the app has to be running all the time.
>Easy command execution via auto-completion, example: limitsell amount ETH 10 price BTC 0.034. You only have to type amount and price, the completion system will auto complete the full command.
>Confirm command execution
>And many more

I'm recording a demo video and you'll get to see the app in action. Would you guys be interested in such app? I should re-iterate that this a terminal app. Runs on any terminal on Linux, macOS, or Windows.

Attached: Screen Shot 2018-11-07 at 6.29.25 PM.png (3336x1994, 2.05M)

Other urls found in this thread:

coinsignals.trade/
twitter.com/SFWRedditGifs

looks nice is this made in ncurses

Blessed (JavaScript)

nice work there fren

its a javascript console app?? The fuck?
BUT, looks really nice though, nicely done. Planning on opensourcing this?

>JavaScript
looks pretty good though, are the windows modular? extensible?

Attached: 1494670295185.jpg (700x910, 126K)

yes a million times yes

wow thats cool

better be open source tho

If I can compile from source, then I'll use it. Otherwise nope.

thanks fren
I primarily wanted the app to be console-based so that it can be lightweight and able to run from SSH, and also for power users who spend most time on the terminal.
I went with JavaScript (NodeJs) so I could leverage the open source library ccxt.js which offers JS APIs to every exchange out there instead of re-inventing the wheel and coding those the implementations myself.
By modular you mean that they could be moved around to change the layout? If that's the case then no.
As for opensourcing it, I'm actually jobless and was hoping I could commercialize it. I know that definitely people will be able to read the source and remove the licensing system but I don't think people would trust a cracked app with their API keys. Plus it won't be that expensive. And payments will be via crypto only.
:)