docs: rewrite README, add docsify search, reorder sidebar, fix license refs

This commit is contained in:
Miha Kralj
2026-03-12 14:07:03 -07:00
parent 060649192f
commit 8f387e72b8
5 changed files with 143 additions and 97 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ These are the heavy artillery. Kalman filters, Butterworth filters, wavelets. If
Every script follows the same structure. Understanding this structure is optional but occasionally useful when things do not look right on your chart.
```pine
// The MIT License (MIT)
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("Exponential Moving Average (EMA)", "EMA", overlay=true)