• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implemented a momentum trading strategy and tested if it has the potential to be profitable. I worked with historical data of a given stock universe and generated a trading signal based on a momentum indicator; computed the signal to produce projected returns.

More Repositories

1

trend_classifier

Library for automated signal segmentation, trend classification and analysis.
Python
24
star
2

dotfiles

Configuration files and scripts to quickly setup new system after reinstallation
Shell
6
star
3

count_tokens

Count tokens in a text file.
Python
5
star
4

randomforest

Random Forest classifier implementation in Nim
Nim
4
star
5

git-commits-graph

Display plot of changes in repo - count of lines or changed lines
Python
3
star
6

blog

My personal blog available at safjan.com
Jupyter Notebook
3
star
7

pycharm_settings

Shared settings for PyCharm Community Edition
2
star
8

sentence-plagiarism

Compare sentences from input document with all sentences from reference documents - find very similar ones.
Python
2
star
9

class_dojo_downloader

Download all ClassDojo photos and videos in your timeline
Python
2
star
10

breakout-strategy

Built and evaluated a breakout signal. I ran statistical tests to test for normality and to find alpha; identified if the outliers could be a valid trading signal and made a judgement call about what should be kept versus what outliers I filtered.
Jupyter Notebook
2
star
11

bio_segmentation_keras

Biomedical image segmentation using Keras
Jupyter Notebook
2
star
12

scripts

Shell and python scripts that helps with usual tasks and enhance workstation utility.
Shell
1
star
13

dockerfiles

Dockerfiles for archlinux and pycharm running in the container
Shell
1
star
14

salesman

evolutionary solutions for Traveling Salesman Problem (TSP)
Jupyter Notebook
1
star
15

rankflow

Library for plotting multiple ranks evolved over processing steps - draw a rankflow/bump chart
Python
1
star
16

nim-by-example

Examples from nim-by-example.org
Nim
1
star
17

alpha-research-and-factor-modeling

Constructed a portfolio with advanced optimization techniques conducting Alpha Research and Factor Modeling to evaluate the performance of my alpha factors to pick the best ones for my portfolio.
Jupyter Notebook
1
star
18

exercism

My exercism exercises
Nim
1
star
19

flake8-noreturn

Flake8 plugin to check for using -> None: type hint for return type. Helps to replace them with -> NoRetun type hint from typing
Python
1
star
20

sequence_to_sequence_translation

Sequece to sequence learning for natural language machine translation
Python
1
star
21

vue-fastapi-todo-app

Todo app using Vue 3 for frontend and FastAPI for backend
Vue
1
star
22

flask_blog

Flask blog - CRUD web application
Python
1
star
23

awesome-conventional-commit

Collection of awesome projects and documents related to conventional comiits
1
star
24

izikeros

My Profile
1
star
25

django_blog

Blog web app based on djangogirls tutorial
JavaScript
1
star
26

todo-extractor

Script for extracting TODO notes from the text file
Python
1
star
27

PythonPackageCookiecutter

Makefile
1
star
28

filecluster

Python module for photo by event clustering
Python
1
star
29

coingecko_fetcher

Service for periodical fetching coin data from the coingecko and saving it in json file.
Python
1
star
30

ci_checks

Code quality, security checks for using in CI
Python
1
star
31

backtesting-on-barra

I built a realistic backtester using an OHLC data feed and Barra data to build trading strategies using parameters like trade delays, take profits levels, stop loss levels, etc. while my algorithm buys and sells.
Jupyter Notebook
1
star
32

mimicker

Tool for replicating directory structure of photo previews and filling it in with HQ photos from flat directory.
Python
1
star