mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-29 02:07:42 +00:00
prep
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"bierner.markdown-mermaid"
|
||||
]
|
||||
}
|
||||
@@ -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 +0,0 @@
|
||||
**Quan**titative **TA** **lib**rary (QuanTAlib) is a C# library of classess and methods for quantitative technical analysis.
|
||||
Reference in New Issue
Block a user