From e078b178933b53298daef2f731779ef6147de1f3 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sun, 15 Jan 2023 10:02:47 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixed=20more=20broken=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- examples/README.md | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index acff189..0f1631e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ See the [illustrated example](#illustrated-example) for a deep dive into what th ![zoooooom](/assets/plotter_video.gif) +! [tts](/assets/tts.png) + ![orders](/assets/erratic_valuation_3.png) ## Contents @@ -24,7 +26,7 @@ See the [illustrated example](#illustrated-example) for a deep dive into what th - [💸Free Advice](#free-advice) - [✏️Data Schema](#%EF%B8%8Fdata-schema) - [🤔What is "Market Microstructure"?](#what-is-market-microstructure) -- [🛞Installation]#installation) +- [🛞Installation](#installation) - [ 📜Reqs](#reqs) - [𓊍To Do](#𓊍to-do) - [Citation](#citation) @@ -43,8 +45,8 @@ You should **B.Y.O.A** (_Bring Your Own Alpha_). Here are some useful features to take note of 🥁: 1. ✨Plot **multiple** 🤹, asynchronous (unsampled) microstructure elements together on **the sample plot**: order book quotes, trades, orders, order acks, fills etc etc -2. ✨Analyze events on seconds, milliseconds, microseconds, _nanoseconds_ 🕳️ ➡️ zoom 🔎 in on the **most granular time unit** available to microstructure behavior. -3. ✨All axes are 🔗**linked** ➡️ zoom 🔎 in on one product, see what's happening in all others at that same timestamp +2. ✨Analyze events on seconds, milliseconds, microseconds, _nanoseconds_ 🕳️ : zoom 🔎 in on the **most granular time unit** available to microstructure behavior +3. ✨All axes are 🔗**linked** : 🔎 _zoom in on one product, see what's happening in all others at that same timestamp_ ## 🧠Illustrated Example @@ -52,7 +54,7 @@ To show why a tool like this might be useful, [here](/examples/README.md) is an Note: This data was painstakingly created _by hand_ 🤌 to appear quasi-realistic. I am not an artist 🧑‍🎨 nor is this real 🌎 data. -See the [legend](#plots-legend) 👇 to understand the plots further. +See the [legend](#%EF%B8%8Fplots-legend) 👇 to understand the plots further. ## 🧪Test It Out Right Now diff --git a/examples/README.md b/examples/README.md index 55ec17e..781f7c5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,15 +4,15 @@ Here is a gallery of hand-crafted examples to illustrate the value of such a too Disclaimer: This data was painstakingly created _by hand_ 🤌 to appear quasi-realistic. I am not an artist 🧑‍🎨 nor is this real 🌎 data. -You may want to first check out [the legend](docs/legend/README.md) and perhaps [the 30 second primer on microstructure](/docs/micro_primer/README.md) prior. +You may want to first check out [the legend](/docs/legend/README.md) and perhaps [the 30 second primer on microstructure](/docs/micro_primer/README.md) prior. ## Example This example contains 3 different "events" of interest commonly found in the wild: -1. Event 1: [💸 Erratic valuation](#event-1-erratic-valuation) -2. Event 2: [😔 Didn't send order](#event-2-didnt-send-order) -3. Event 3: [🚀 Trade-through-the-stack event](#event-3-trade-through-the-stack-event) +1. Event 1: [💸 Erratic valuation](#event-1--erratic-valuation) +2. Event 2: [😔 Didn't send order](#event-2--didnt-send-order) +3. Event 3: [🚀 Trade-through-the-stack event](#event-3--trade-through-the-stack-event) ![examples](/assets/zoomed_out_events.png)