Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_sma | Calculate Simple Moving Average (SMA). |
| calculate_ema | Calculate Exponential Moving Average (EMA). |
| calculate_rsi | Calculate Relative Strength Index (RSI). |
| calculate_bbands | Calculate Bollinger Bands (BBANDS). |
| calculate_dema | Calculate Double Exponential Moving Average (DEMA). |
| calculate_ht_trendline | Calculate Hilbert Transform Trendline. |
| calculate_kama | Calculate Kaufman Adaptive Moving Average (KAMA). |
| calculate_ma | Calculate Moving Average (MA). |
| calculate_mama | Calculate MESA Adaptive Moving Average (MAMA). |
| calculate_mavp | Calculate Moving Average Variable Period (MAVP). |
| calculate_midpoint | Calculate Midpoint (MIDPOINT). |
| calculate_midprice | Calculate Midpoint Price (MIDPRICE). |
| calculate_sar | Calculate Parabolic SAR. |
| calculate_sarext | Calculate Parabolic SAR Extended (SAREXT). |
| calculate_t3 | Calculate T3 Moving Average. |
| calculate_tema | Calculate Triple Exponential Moving Average (TEMA). |
| calculate_trima | Calculate Triangular Moving Average (TRIMA). |
| calculate_wma | Calculate Weighted Moving Average (WMA). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |