mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
feat: Add Absolute Price Oscillator (APO) implementation and documentation
feat: Implement ADL (Accumulation/Distribution Line) indicator
This commit is contained in:
+7
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user