Skip to content

Instantly share code, notes, and snippets.

@seanahmad
seanahmad / list.md
Created December 26, 2021 22:33 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@seanahmad
seanahmad / cpi-cut-number
Created December 22, 2021 02:54 — forked from jkr216/cpi-cut-number
cpi cut number
```{r include = FALSE}
library(tidyverse)
library(tidyquant)
library(timetk)
library(readxl)
library(plotly)
library(scales)
library(formattable)
library(fredr)
library(broom)
library(tidyverse)
library(tidyquant)
library(timetk)
library(formattable)
library(scales)
library(fredr)
library(fredr)
library(gt)
cpi_components_manual <-
---
title: "Untitled"
output: html_document
---
```{r include = FALSE}
library(tidyverse)
library(tidyquant)
library(timetk)
library(readxl)
@seanahmad
seanahmad / STA4505-FPCA.ipynb
Created December 9, 2021 01:12 — forked from sebjai/STA4505-FPCA.ipynb
STA4505-FPCA
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@seanahmad
seanahmad / PriceLimitSim.ipynb
Created December 9, 2021 00:59 — forked from sebjai/PriceLimitSim.ipynb
Algo Trading Book Price Limiter (Chapter 7.2 of of Algorithmic and High-Frequency Trading by Cartea, Jaimungal, Penalva, published by Cambridge University Press)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@seanahmad
seanahmad / short_term_alpha.ipynb
Created December 9, 2021 00:56 — forked from sebjai/short_term_alpha.ipynb
Market Making in Short-Term Alpha (Chapter 10.4.2 of Algorithmic and High-Frequency Trading by Cartea, Jaimungal, Penalva, published by Cambridge University Press)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@seanahmad
seanahmad / STA2536-exponential-MixtureModel.ipynb
Created December 9, 2021 00:51 — forked from sebjai/STA2536-exponential-MixtureModel.ipynb
Estimation exponential mixture models
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@seanahmad
seanahmad / OrderFlow.ipynb
Created December 9, 2021 00:49 — forked from sebjai/OrderFlow.ipynb
Optimal trading with order-flow and short-term alpha
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@seanahmad
seanahmad / Execution_Limit_MarketOrder.ipynb
Created December 9, 2021 00:47 — forked from sebjai/Execution_Limit_MarketOrder.ipynb
Implementation of optimal execution using limit and market orders from Chap 8.5 of Algorithmic and High-Frequency Trading by Cartea, Jaimungal, & Penalva (2015) Cambridge University Press
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.