Skip to content

Instantly share code, notes, and snippets.

View theAfricanQuant's full-sized avatar

Ricky Macharm, MScFE theAfricanQuant

View GitHub Profile
@theAfricanQuant
theAfricanQuant / Idiomatic Pandas.ipynb
Created May 25, 2022 12:13 — forked from mattharrison/Idiomatic Pandas.ipynb
Idiomatic Pandas: 5 tips for better pandas code
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@theAfricanQuant
theAfricanQuant / alma.py
Created March 17, 2021 17:27 — forked from valkheim/alma.py
Arnaud Legoux Moving Average
def add_alma(df):
alma = pd.DataFrame(columns=["ALMA"])
close = df["close"]
size = len(close)
def ALMA(data, sigma=6, offset=0.90, size=40):
"""
Arnaud Legoux Moving Average
:param data: data array
@theAfricanQuant
theAfricanQuant / Time series - Olive oil country of origin.ipynb
Created March 6, 2019 22:23 — forked from oguiza/Time series - Olive oil country of origin.ipynb
course-v3/nbs/dl1/Time series - Olive oil country of origin.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Intermediate Python for Finance Training

This is the Gist for Day 2 of the Intermediate Python for Finance Training in London, 29. November 2017

Agenda

Module 3 — pandas

Executive Program in Algorithmic Trading (QuantInsti)

Python Sessions by Dr. Yves J. Hilpisch | The Python Quants GmbH

Online, 27. & 28. January 2018

FXCM Webinar

Algo Trading: REST API & Python Wrapper

Tick Data, Historical Data, Real-Time Data, Backtesting, Orders

Dr. Yves J. Hilpisch | The Python Quants GmbH

Online, 04. April 2018

Executive Program in Algorithmic Trading (QuantInsti)

Python Sessions by Dr. Yves J. Hilpisch | The Python Quants GmbH

Online, 07. & 08. April 2018

Market-Based Valuation of Equity Options

CQF Lecture, 09. April 2018, London

Dr. Yves J. Hilpisch, The Python Quants GmbH

Resources

Python for Financial Analytics

Workshop

Dr. Yves J. Hilpisch | The Python Quants GmbH | @dyjh

House of Finance, Goethe University, 23. June 2018

(short link to this Gist: http://bit.ly/ffm_workshop)

FXCM Webinar Series

on Algorithmic Trading

Python & Historical Tick Data

Dr. Yves J. Hilpisch | The Python Quants GmbH

Online, 24. October 2017