Skip to content

Commit d4f7163

Browse files
authored
Readme update. (#326)
# Describe Request Readme update. # Change Type Code maintenance.
1 parent 5a9cf7c commit d4f7163

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GoDoc](https://godoc.org/github.com/cinar/indicator/v2?status.svg)](https://godoc.org/github.com/cinar/indicator/v2) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://opensource.org/licenses/AGPLv3) [![Go Report Card](https://goreportcard.com/badge/github.com/cinar/indicator/v2)](https://goreportcard.com/report/github.com/cinar/indicator/v2) ![Go CI](https://github.com/cinar/indicator/actions/workflows/ci.yml/badge.svg) [![codecov](https://codecov.io/gh/cinar/indicator/graph/badge.svg?token=MB7L69UAWM)](https://codecov.io/gh/cinar/indicator)
1+
[![GoDoc](https://godoc.org/github.com/cinar/indicator/v2?status.svg)](https://godoc.org/github.com/cinar/indicator/v2) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://opensource.org/licenses/AGPLv3) [![Go Report Card](https://goreportcard.com/badge/github.com/cinar/indicator/v2)](https://goreportcard.com/report/github.com/cinar/indicator/v2) ![Go CI](https://github.com/cinar/indicator/actions/workflows/ci.yml/badge.svg) [![codecov](https://codecov.io/gh/cinar/indicator/graph/badge.svg?token=MB7L69UAWM)](https://codecov.io/gh/cinar/indicator) [![Docker](https://img.shields.io/docker/v/ghcr.io/cinar/indicator?sort=semver)](https://github.com/cinar/indicator/pkgs/container/indicator)
22

33
<p align="center">
44
<img src="logo.png" />
@@ -242,6 +242,11 @@ $ indicator-backtest \
242242
-workers 1
243243
```
244244

245+
☁️ MCP Server
246+
--------------
247+
248+
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+
245250
🐳 Docker
246251
---------
247252

@@ -310,11 +315,6 @@ docker build -t indicator .
310315
docker run -it --rm -v $(pwd)/output:/app/output indicator --api-key YOUR_KEY
311316
```
312317

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-
318318
Usage
319319
-----
320320

@@ -332,6 +332,15 @@ import (
332332
)
333333
```
334334

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
343+
335344
💖 Our Sponsors
336345
---------------
337346

0 commit comments

Comments
 (0)