feat: Add Absolute Price Oscillator (APO) implementation and documentation

feat: Implement ADL (Accumulation/Distribution Line) indicator
This commit is contained in:
Miha Kralj
2025-12-18 21:32:01 -08:00
parent 35e5571237
commit b5358091ae
32 changed files with 1925 additions and 55 deletions
+7 -1
View File
@@ -82,7 +82,13 @@
padding-bottom: 0.3em;
}
.markdown-section strong {
color: #e8d888;
font-weight: 700;
}
.markdown-section code {
color: #ffffff;
background-color: rgba(110,118,129,0.4);
border-radius: 6px;
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
@@ -103,7 +109,7 @@
}
.markdown-section a {
color: var(--theme-color);
color: #4493f8;
text-decoration: none;
}