@kuandotdev/indicator 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.js +1 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -24,7 +24,7 @@ Commands:
|
|
|
24
24
|
check-skills Verify generated agent skills/prompts
|
|
25
25
|
session-check Verify TradingView browser session
|
|
26
26
|
search QUERY Search TradingView symbols
|
|
27
|
-
model-status Show
|
|
27
|
+
model-status Show server-side stock/ETF/index model status
|
|
28
28
|
model-forecast SYMBOL Read/refresh a model forecast row
|
|
29
29
|
ohlcv SYMBOL Fetch TradingView OHLCV data
|
|
30
30
|
rating SYMBOL Fetch raw TradingView technical rating
|