# Technical Signals

<figure><img src="/files/OdDzXKEVrSQmXH1CnHMJ" alt=""><figcaption></figcaption></figure>

### **What it does for you**

[Technical Signals](https://www.edgen.tech/marketplace/crypto/technical-analysis) gives a clean view of price trends and entry points. Each chart highlights market direction, indicator strength, and sentiment (bullish, bearish, or neutral).

Instead of scrolling through terminals or coding TA formulas, traders see an instant readout of RSI, MACD, EMA, and related metrics. Signals are normalized into clear classes so you can compare assets side by side.

Whether scanning majors like ETH and BTC or smaller tokens, the module compresses hours of chart work into a few clicks.

### How it works

[Technical Signals](https://www.edgen.tech/marketplace/crypto/technical-analysis) is powered by Edgen’s Technical Analysis sub-agent, part of EDGM’s agentic layer. The module retrieves OHLCV data from exchanges via APIs such as CCXT. Indicators are computed with a dedicated TA library, then normalized into sentiment classes (bullish, bearish, neutral).

Results are cached in the Knowledge Base for speed and consistency. Reinforcement learning adjusts weights over time by checking how indicators perform against later price action, improving accuracy with continued use.

Each output is traceable: data sources, indicator values, and signal classifications are logged. This ensures that traders not only see the call but can also understand the underlying metrics.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.edgen.tech/edgen-litepaper/store/technical-signals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
