# Quantitative Trading Framework

* Integrates multiple market signals (e.g., volatility, funding rates, RSI, on-chain liquidity).&#x20;
* Employs machine learning for self-learning strategies that adapt to market conditions.
* Uses proprietary algorithms developed by a top quantitative research team.

| Signal Type        | Description                               | Source            |
| ------------------ | ----------------------------------------- | ----------------- |
| Volatility         | Measures price fluctuation                | On-chain data     |
| Moving Averages    | Trend indicators (e.g., SMA, EMA)         | Historical prices |
| RSI                | Momentum oscillator (overbought/oversold) | Price data        |
| On-Chain Liquidity | Pool depths and volumes                   | DEX APIs          |
| Macro Indicators   | Interest rates, economic news             | Off-chain feeds   |

**Dynamic Capital Allocation**

* Continuously adjusts portfolio exposure based on risk management models (e.g., VaR=Value at Risk).
* Outperforms passive market cap and equal-weighted portfolios through active rebalancing.

**Autonomous Execution**

* Executes trades on-chain with slippage control and fee optimization.
* Supports cross-chain operations for seamless portfolio management (e.g., via bridges like Wormhole).

**Twitter Agent**

* Automatically tweets curated insights about traded cryptocurrencies.&#x20;
* Enhances transparency and community engagement by signaling strategy conviction.

**User Dashboard**

* Displays real-time metrics (TVL, PnL, Sharpe ratio, drawdown).
* Replicates trading agent positions for full transparency.


---

# 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://docs.maicrotrader.com/solution-overview/technical-architecture/quantitative-trading-framework.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.
