Monday, 18 January 2021

Algorithmic Trading overview


Algorithmic trading means using computer to make investment decisions


Main players of algorithmic trading


Renaissance technologies

AQR capital management

Citadel Technologies


Python is the most popular programming language used for algorithmic trading 


Libraries

NumPy

Pandas

Requests

Xlsxwriter

Math


Algorithmic trading process 


1.collect data

2.develop a hypothesis for a strategy

3.Back test that Strategy

4.implement the strategy on production

No comments:

Post a Comment

Git

1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...