Skip to content

Contains Python scripts for quantitative analysis by back-testing various trading chart indicator strategies using historical market OHLC data. Also contains the data extraction scripts which connect to broker API's and then cleans the data

Notifications You must be signed in to change notification settings

benmillar-quant/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is repository containing my quantitative analysis python scripts used for back-testing a chart indicator trading strategies across many different markets and timeframes using historial market OHLC data. There are 3 main strategies, each with a seperate buy and sell scripts for each strategy, making a total of 6 projects. These strategies are Kelter Channel (KC), Relavtive Strength Index (RSI) and Moving Averages (MA). This repository also contains the scripts i use to extract market OHLC data from a broker/data provider via API's and scripts used to clean the data by removing times/intervals that are not relevant and also consolidating data so that it converts into any time desired. e.g converting 1 minute chart data into 3 minute chart data.

About

Contains Python scripts for quantitative analysis by back-testing various trading chart indicator strategies using historical market OHLC data. Also contains the data extraction scripts which connect to broker API's and then cleans the data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages