docs: add SVG signature wrapper .md pages, fix docsify links, minimize content margins
@@ -58,9 +58,9 @@
|
||||
}
|
||||
|
||||
.markdown-section {
|
||||
max-width: 1012px;
|
||||
margin: 0 auto;
|
||||
padding: 30px 40px;
|
||||
max-width: none;
|
||||
margin: 0;
|
||||
padding: 8px 16px;
|
||||
color: #c9d1d9 !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (ALaguerre) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [alaguerre_signature](alaguerre_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# ALAGUERRE Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 547 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (BaxterKing) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [baxterking_signature](baxterking_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BAXTERKING Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Bessel) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [bessel_signature](bessel_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BESSEL Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 532 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Bilateral) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [bilateral_signature](bilateral_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BILATERAL Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 542 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (BPF) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `Math.Max(lowerPeriod, upperPeriod)` bars |
|
||||
| **Signature** | [bpf_signature](bpf_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BPF Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 553 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Butter2) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `4 * period` bars |
|
||||
| **Signature** | [butter2_signature](butter2_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BUTTER2 Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Butter3) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `6 * period` bars |
|
||||
| **Signature** | [butter3_signature](butter3_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BUTTER3 Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 529 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Cfitz) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `2` bars |
|
||||
| **Signature** | [cfitz_signature](cfitz_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# CFITZ Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 544 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Cheby1) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [cheby1_signature](cheby1_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# CHEBY1 Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 537 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Cheby2) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [cheby2_signature](cheby2_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# CHEBY2 Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 533 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Edcf) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [edcf_signature](edcf_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# EDCF Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Elliptic) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [elliptic_signature](elliptic_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# ELLIPTIC Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 540 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Hann) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [hann_signature](hann_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# HANN Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 544 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (HPF) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [hpf_signature](hpf_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# HPF Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 545 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Loess) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `Period` bars |
|
||||
| **Signature** | [loess_signature](loess_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# LOESS Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 157 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (MODF) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [modf_signature](modf_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# MODF Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 544 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Notch) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [notch_signature](notch_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# NOTCH Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 541 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Nw) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [nw_signature](nw_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# NW Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Rmed) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | 1 bar |
|
||||
| **Signature** | [rmed_signature](rmed_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# RMED Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Sgf) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [sgf_signature](sgf_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# SGF Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 154 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Ssf2) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [ssf2_signature](ssf2_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# SSF2 Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Ssf3) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `6 * period` bars |
|
||||
| **Signature** | [ssf3_signature](ssf3_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# SSF3 Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 527 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Usf) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [usf_signature](usf_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# USF Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 531 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (VOSS) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [voss_signature](voss_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# VOSS Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 539 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Wiener) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `Math.Max(period, smoothPeriod)` bars |
|
||||
| **Signature** | [wiener_signature](wiener_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# WIENER Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 542 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Alma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [alma_signature](alma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# ALMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 545 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Blma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [blma_signature](blma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BLMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Bwma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [bwma_signature](bwma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# BWMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 545 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Crma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [crma_signature](crma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# CRMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 156 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Dwma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `(period * 2) - 1` bars |
|
||||
| **Signature** | [dwma_signature](dwma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# DWMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Fwma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [fwma_signature](fwma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# FWMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 546 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Gwma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [gwma_signature](gwma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# GWMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 545 KiB |
@@ -8,6 +8,7 @@
|
||||
| **Outputs** | Single series (Hamma) |
|
||||
| **Output range** | Tracks input |
|
||||
| **Warmup** | `period` bars |
|
||||
| **Signature** | [hamma_signature](hamma_signature) |
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# HAMMA Signature
|
||||
|
||||

|
||||
|
After Width: | Height: | Size: 545 KiB |