You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [MCP Server](mcp/README.md) (Multi-Client Protocol Server) provides a robust and scalable solution for serving trading strategies to multiple clients. It enables real-time strategy execution and data processing, making it ideal for applications requiring high-throughput and low-latency interactions with trading algorithms.
249
+
245
250
🐳 Docker
246
251
---------
247
252
@@ -310,11 +315,6 @@ docker build -t indicator .
310
315
docker run -it --rm -v $(pwd)/output:/app/output indicator --api-key YOUR_KEY
311
316
```
312
317
313
-
☁️ MCP Server
314
-
--------------
315
-
316
-
The [MCP Server](mcp/README.md) (Multi-Client Protocol Server) provides a robust and scalable solution for serving trading strategies to multiple clients. It enables real-time strategy execution and data processing, making it ideal for applications requiring high-throughput and low-latency interactions with trading algorithms.
317
-
318
318
Usage
319
319
-----
320
320
@@ -332,6 +332,15 @@ import (
332
332
)
333
333
```
334
334
335
+
🌐 Ecosystem
336
+
------------
337
+
338
+
Indicator Go is part of a broader ecosystem of technical analysis tools:
339
+
340
+
-[Indicator TS](https://github.com/cinar/indicatorts) - TypeScript/JavaScript implementation of the same indicators and strategies
341
+
-[Indicator Alpaca](https://github.com/cinar/indicatoralpaca) - Alpaca Markets integration for live trading
342
+
-[MCP Server](mcp/README.md) - Model Context Protocol server for AI integration
0 commit comments