✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
+6
-6
@@ -25,7 +25,7 @@ setsysparam(pn_stock(), "SH600000");
|
||||
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
|
||||
ReportID := 20211231;
|
||||
N := 8;
|
||||
return RobustACCOfNReport2(Exp, ReportID, N); // -0.2568
|
||||
return RobustACCOfNReport2(Exp, ReportID, N); // 输出:-0.2568
|
||||
```
|
||||
|
||||
## `avgOfNReport2(exp, report_id, n)`
|
||||
@@ -53,7 +53,7 @@ setsysparam(pn_stock(), "SH600000");
|
||||
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
|
||||
ReportID := 20211231;
|
||||
N := 8;
|
||||
return AvgOfNReport2(Exp, ReportID, N); // 122912375000
|
||||
return AvgOfNReport2(Exp, ReportID, N); // 输出:122912375000
|
||||
```
|
||||
|
||||
## `robustACCOfNReport2(exp, report_id, n)`
|
||||
@@ -81,7 +81,7 @@ setsysparam(pn_stock(), "SH600000");
|
||||
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
|
||||
ReportID := 20211231;
|
||||
N := 8;
|
||||
return RobustACCOfNReport2(Exp, ReportID, N); // -0.2568
|
||||
return RobustACCOfNReport2(Exp, ReportID, N); // 输出:-0.2568
|
||||
```
|
||||
|
||||
## `robustGrowthOfNReport2(exp, report_id, n)`
|
||||
@@ -109,7 +109,7 @@ setsysparam(pn_stock(), "SH600000");
|
||||
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
|
||||
ReportID := 20211231;
|
||||
N := 8;
|
||||
return RobustGrowthOfNReport2(Exp, ReportID, N); // -0.3269
|
||||
return RobustGrowthOfNReport2(Exp, ReportID, N); // 输出:-0.3269
|
||||
```
|
||||
|
||||
## `stdOfNReport2(exp, report_id, n)`
|
||||
@@ -137,7 +137,7 @@ setsysparam(pn_stock(), "SH600000");
|
||||
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
|
||||
ReportID := 20211231;
|
||||
N := 8;
|
||||
return StdOfNReport2(Exp, ReportID, N); // 56286669451.8528
|
||||
return StdOfNReport2(Exp, ReportID, N); // 输出:56286669451.8528
|
||||
```
|
||||
|
||||
## `sumOfNReport2(exp, report_id, n)`
|
||||
@@ -165,5 +165,5 @@ setsysparam(pn_stock(), "SH600000");
|
||||
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
|
||||
ReportID := 20211231;
|
||||
N := 8;
|
||||
return SumOfNReport2(Exp, ReportID, N); // 983299000000
|
||||
return SumOfNReport2(Exp, ReportID, N); // 输出:983299000000
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user