Skip to content

zakariyasattar/lvl_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lvl_2

A simple algo trading Python script that makes decisions based on Level II market data.

How it Works

Every 5 seconds, the script will check if the stock market is open and pull all asks and bids from the Level II data API. If the total number of asks is less than the number of bids, then sell the position. Otherwise, buy the position and set a stop loss at 3% below current price.

About

A simple algo trading Python script that makes decisions based on Level II market data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages