Skip to content

Commit

Permalink
Merge pull request #14 from hablapps/post/pairstrading
Browse files Browse the repository at this point in the history
Post/pairstrading
  • Loading branch information
nipsn authored Jul 4, 2024
2 parents af66d41 + 99b36b4 commit b244119
Show file tree
Hide file tree
Showing 11 changed files with 408 additions and 0 deletions.
42 changes: 42 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: default
---

<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>

{% if page.intro %}
<div class="intro">
<div class="columns is-centered">
{% if page.intro_image %}
<div class="column is-8-desktop is-6-tablet">
<figure class="image {% if page.intro_image_ratio %} {{ page.intro_image_ratio }} {% else %} is-16by9 {% endif %}">
<img src="{{ page.intro_image | prepend: site.baseurl }}" alt="{{ page.title }}" />
</figure>
</div>
{% endif %}
<div class="column is-4-desktop is-6-tablet">
<p class="title is-1">{{ page.intro }}</p>
</div>
</div>
</div>
{% endif %}

<div class="columns is-centered">
<div class="column is-8-desktop is-10-tablet">
<div class="content">
<p><strong>Published: {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</strong></p>
{{ content }}
</div>

<div class="tags">
{% for tag in page.tags %}
<span class="tag is-primary">{{ tag }}</span>
{% endfor %}
</div>

{% assign author = site.authors | where: 'name', page.author | first %}
{% if author %}
{% include author-media.html %}
{% endif %}
</div>
</div>
366 changes: 366 additions & 0 deletions _posts/2024-07-02-PostPairsTrading.md

Large diffs are not rendered by default.

Binary file added assets/2024/07/02/cointegration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/general-architecture-ms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/general-architecture-rpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/general-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/linear_regression.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/spreads.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2024/07/02/window_signals.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/dalle-pairstrading.webp
Binary file not shown.

0 comments on commit b244119

Please sign in to comment.