Skip to content

Instantly share code, notes, and snippets.

View opage's full-sized avatar
🎯
Focusing

Olivier Page opage

🎯
Focusing
View GitHub Profile
@opage
opage / ColorToMediaColorConverter.cs
Created August 7, 2017 09:04
Converter Windows.Media.Color <=> Drawing.Color
using System;
using System.Globalization;
using System.Windows;
using System.Windows.Data;
using MColor = System.Windows.Media.Color;
using DColor = System.Drawing.Color;
public class ColorToMediaColorConverter : IValueConverter
{
// ----- Public methods
[user]
name = John Doe
email = john.doe@xxxx.com
[core]
autocrlf = true
editor = "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
excludesfile = .gitignore_global
quotepath = false
ignorecase = true
[diff]
#Taliance!
Taliance.GF.Database.dbproj.schemaview
#===========================
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/
# mstest test results
TestResults

Principles of Adult Behavior

  1. Be patient. No matter what.
  2. Don’t badmouth: Assign responsibility, not blame. Say nothing of another you wouldn’t say to him.
  3. Never assume the motives of others are, to them, less noble than yours are to you.
  4. Expand your sense of the possible.
  5. Don’t trouble yourself with matters you truly cannot change.
  6. Expect no more of anyone than you can deliver yourself.
  7. Tolerate ambiguity.
  8. Laugh at yourself frequently.
@opage
opage / Liquidation_Permanent_Price_Impact.ipynb
Created January 29, 2025 11:07 — forked from sebjai/Liquidation_Permanent_Price_Impact.ipynb
Optimal Execution with linear and non-linear impact. Chapter 6 of Algorithmic and High-Frequency Trading (c) 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.
@opage
opage / TargetPercent_MarketSpeed.ipynb
Created January 29, 2025 11:08 — forked from sebjai/TargetPercent_MarketSpeed.ipynb
Optimal execution with a percentage of volume target (Chap 9.2 of Algorithmic and High-Frequency Trading (c) 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.
@opage
opage / Execution_Limit_MarketOrder.ipynb
Created January 29, 2025 11:08 — 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.
@opage
opage / OrderFlow.ipynb
Created January 29, 2025 11:08 — 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.
@opage
opage / STA2536-exponential-MixtureModel.ipynb
Created January 29, 2025 11:08 — 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.