This commit is contained in:
Miha Kralj
2024-11-10 11:09:18 -08:00
parent fce3a783eb
commit df74feaba1
3 changed files with 26 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"bierner.markdown-mermaid"
]
}
+21
View File
@@ -0,0 +1,21 @@
```mermaid
flowchart LR
subgraph m[Mermaid.js]
direction TB
S[ ]-.-
C[build<br>diagrams<br>with markdown] -->
D[on-line<br>live editor]
end
A[Why are diagrams<br>useful?] --> m
m --> N[3 x methods<br>for creating<br>diagrams]
N --> T[Examples]
T --> X[Styling<br>and<br>captions]
X --> V[Tips]
classDef box fill:#fff,stroke:#000,stroke-width:1px,color:#000;
classDef spacewhite fill:#ffffff,stroke:#fff,stroke-width:0px,color:#000
class A,C,D,N,X,m,T,V box
class S spacewhite
```
-1
View File
@@ -1 +0,0 @@
**Quan**titative **TA** **lib**rary (QuanTAlib) is a C# library of classess and methods for quantitative technical analysis.