Jump to content

How to make transactions in node or c++

Go to solution Solved by Eigenvektor,

Having an algorithm is useless, if you have no public API to talk to, i.e. you would need some kind of endpoint you can send your buy/sell orders to. Which would most likely require some form of authentication and account with whoever offers such a service.

 

So your first step would be to figure out if anyone anywhere offers such a service.

I want to make an application that can buy and sell a specific stock for practice/personal project and i have no clue where to start with the transaction side of things. Could anyone point me in the right direction. The answer would preferably be with c++ or node.js but can be python or another language, I want to learn something else anyways...

Spoiler

CPU: 5800x

GPU: 1070ti

HDD: Seagate 3TB
SSD: 1TB WD NVME

RAM: 32GB ddr4 3200

HEADPHONES: DT990 pro 250ohm limited edition black

MONITER: BenQ xl2536

CASE: s340 elite hyperbeast

KEYBOARD: nk87- zilent switches

MOUSE: G403 Hero

 

Link to comment
https://linustechtips.com/topic/1122798-how-to-make-transactions-in-node-or-c/
Share on other sites

Link to post
Share on other sites

Hmm that sucks i always thought those trading algorithms were automatic, guess it makes sense for security reasons though...

Im gonna wait and see if anyone else knows...

Spoiler

CPU: 5800x

GPU: 1070ti

HDD: Seagate 3TB
SSD: 1TB WD NVME

RAM: 32GB ddr4 3200

HEADPHONES: DT990 pro 250ohm limited edition black

MONITER: BenQ xl2536

CASE: s340 elite hyperbeast

KEYBOARD: nk87- zilent switches

MOUSE: G403 Hero

 

Link to post
Share on other sites

Having an algorithm is useless, if you have no public API to talk to, i.e. you would need some kind of endpoint you can send your buy/sell orders to. Which would most likely require some form of authentication and account with whoever offers such a service.

 

So your first step would be to figure out if anyone anywhere offers such a service.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Ok thank you, i will look into it.

Spoiler

CPU: 5800x

GPU: 1070ti

HDD: Seagate 3TB
SSD: 1TB WD NVME

RAM: 32GB ddr4 3200

HEADPHONES: DT990 pro 250ohm limited edition black

MONITER: BenQ xl2536

CASE: s340 elite hyperbeast

KEYBOARD: nk87- zilent switches

MOUSE: G403 Hero

 

Link to post
Share on other sites

On 11/11/2019 at 9:15 PM, Bacon soup said:

AFAIK the transaction side of stock trades is still done by human beings

Not anymore. Most relevant markets are electronic now (especially for stuff retail investors would ever consider).

On 11/12/2019 at 12:01 PM, Franck said:

Robinhood had an API (4-5 years ago) if you want to automate buy and sell. Or straight use Robinhood.

I don't think that was a real API but instead were people determining what endpoints the app uses.

 

 

@OP Interactive Brokers offers an API that you can use. But to be honest, I would recommend staying away from the stock market and figure out some other project to make. 

15" MBP TB

AMD 5800X | Gigabyte Aorus Master | EVGA 2060 KO Ultra | Define 7 || Blade Server: Intel 3570k | GD65 | Corsair C70 | 13TB

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×