|
|
|
|
@ -133,3 +133,13 @@ RSI[1,2,3,4] -> RSI[0]
|
|
|
|
|
[Alphalens 因子评估库](https://github.com/quantopian/alphalens) |
|
|
|
|
|
|
|
|
|
[词法解析](https://github.com/alecthomas/participle) |
|
|
|
|
|
|
|
|
|
```text |
|
|
|
|
plot: [ |
|
|
|
|
{state: "vector", type: Hist, props: {color: red}, exprs: [ |
|
|
|
|
{expr: "vector < 0", props: {color: green}}, |
|
|
|
|
]}, |
|
|
|
|
{state: "dif", type: Line, props: {color: red},}, |
|
|
|
|
{state: "dea", type: Line, props: {color: red},}, |
|
|
|
|
] |
|
|
|
|
``` |
|
|
|
|
|