get_best_four_points
Analyze a specific stock using the Best Four Points method to identify key data points for informed decision-making in the Taiwan stock market.
Instructions
Get Best Four Points analysis for a specific stock.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
stock_code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"stock_code": {
"title": "Stock Code",
"type": "string"
}
},
"required": [
"stock_code"
],
"title": "get_best_four_points_toolArguments",
"type": "object"
}