Skip to content

Instantly share code, notes, and snippets.

@spideyspideyspidey
spideyspideyspidey / benchmark.md
Last active May 17, 2021 01:53
Benchmark Jesse

1. Create a file called routes-benchmark.py and copy the following contents to it.

Note: before doing this, create a copy of your existing routes.py as the script will overwrite routes.py

from jesse.utils import anchor_timeframe
routes = [
    ('Binance', '<coin>', '<timeframe>', 'Bitcoin_Strategy'),
]
@habdenscrimen
habdenscrimen / obsidian.css
Last active April 8, 2025 04:11
Set custom font sizes for Obsidian default theme
:root
{
--font-size-normal: 19px;
--font-size-code: 15px;
--font-size-side-dock: 15px;
--font-size-side-dock-title: 18px;
--font-size-status-bar: 12px;
--font-size-h1: 38px;
--font-size-h2: 30px;
--font-size-h3: 24px;