|
1 | 1 | project_plugins: |
2 | 2 | LazyFrame: |
3 | 3 | - polars_ns: LazyFrame |
4 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import VolatilityTI |
5 | | - attr_name: volatility_ti |
6 | | - type_hint: VolatilityTI |
| 4 | + import_: from ezpz_rust_ti._ezpz_rust_ti import CorrelationTI |
| 5 | + attr_name: correlation_ti |
| 6 | + type_hint: CorrelationTI |
7 | 7 | - polars_ns: LazyFrame |
8 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import CandleTI |
9 | | - attr_name: candle_ti |
10 | | - type_hint: CandleTI |
| 8 | + import_: from ezpz_rust_ti._ezpz_rust_ti import StrengthTI |
| 9 | + attr_name: strength_ti |
| 10 | + type_hint: StrengthTI |
| 11 | + - polars_ns: LazyFrame |
| 12 | + import_: from ezpz_rust_ti._ezpz_rust_ti import OtherTI |
| 13 | + attr_name: other_ti |
| 14 | + type_hint: OtherTI |
| 15 | + - polars_ns: LazyFrame |
| 16 | + import_: from ezpz_rust_ti._ezpz_rust_ti import TrendTI |
| 17 | + attr_name: trend_ti |
| 18 | + type_hint: TrendTI |
11 | 19 | - polars_ns: LazyFrame |
12 | 20 | import_: from ezpz_rust_ti._ezpz_rust_ti import BasicTI |
13 | 21 | attr_name: basic_ti |
14 | 22 | type_hint: BasicTI |
15 | | - - polars_ns: LazyFrame |
16 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import CorrelationTI |
17 | | - attr_name: correlation_ti |
18 | | - type_hint: CorrelationTI |
19 | 23 | - polars_ns: LazyFrame |
20 | 24 | import_: from ezpz_rust_ti._ezpz_rust_ti import MomentumTI |
21 | 25 | attr_name: momentum_ti |
22 | 26 | type_hint: MomentumTI |
| 27 | + - polars_ns: LazyFrame |
| 28 | + import_: from ezpz_rust_ti._ezpz_rust_ti import MATI |
| 29 | + attr_name: ma_ti |
| 30 | + type_hint: MATI |
| 31 | + - polars_ns: LazyFrame |
| 32 | + import_: from ezpz_rust_ti._ezpz_rust_ti import CandleTI |
| 33 | + attr_name: candle_ti |
| 34 | + type_hint: CandleTI |
23 | 35 | - polars_ns: LazyFrame |
24 | 36 | import_: from ezpz_rust_ti._ezpz_rust_ti import StandardTI |
25 | 37 | attr_name: standard_ti |
26 | 38 | type_hint: StandardTI |
27 | 39 | - polars_ns: LazyFrame |
28 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import TrendTI |
29 | | - attr_name: trend_ti |
30 | | - type_hint: TrendTI |
| 40 | + import_: from ezpz_rust_ti._ezpz_rust_ti import VolatilityTI |
| 41 | + attr_name: volatility_ti |
| 42 | + type_hint: VolatilityTI |
31 | 43 | - polars_ns: LazyFrame |
32 | 44 | import_: from ezpz_rust_ti._ezpz_rust_ti import ChartTrendsTI |
33 | 45 | attr_name: chart_trends_ti |
34 | 46 | type_hint: ChartTrendsTI |
35 | | - - polars_ns: LazyFrame |
36 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import MATI |
37 | | - attr_name: ma_ti |
38 | | - type_hint: MATI |
39 | | - - polars_ns: LazyFrame |
40 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import StrengthTI |
41 | | - attr_name: strength_ti |
42 | | - type_hint: StrengthTI |
43 | | - - polars_ns: LazyFrame |
44 | | - import_: from ezpz_rust_ti._ezpz_rust_ti import OtherTI |
45 | | - attr_name: other_ti |
46 | | - type_hint: OtherTI |
47 | 47 | site_plugins: {} |
0 commit comments