# Core Features

Beyond the Neural Engine, Monika Terminal is equipped with advanced tools for long-term accumulation if TP doesn't hit, and real-time intelligence.

#### Smart DCA (Dollar Cost Averaging)

Monika removes the stress of timing the market by automating your accumulation strategy.

* **Chart Visualization:** The terminal draws dynamic **ENTRY/DCA/SELL/TP** lines directly on the price chart.
  * <mark style="color:blue;">**BLUE**</mark>**&#x20;Line:** Represents your entry/average price.
  * <mark style="color:yellow;">**YELLOW**</mark>**&#x20;Lines:** Represent your next targeted entry zones based on Fibonacci retracement levels.
  * <mark style="color:red;">**RED**</mark> Line: Represents SL (stop-loss)\ <mark style="color:green;">**GREEN**</mark> line: Represents TP (take-profit)
* **Auto-Accumulation:** If price dips -5% (and then -10%) below your average entry, Monika executes a new buy order for that position using 10% of your available capital, smoothing out volatility over time.

#### Gemini AI Chat (Cognitive Layer)

Monika is not just a bot; she is an intelligent agent you can talk to.

* **Context-Aware:** The chat engine has read-access to the live market data on your screen.
* **Ask Her Anything:**
  * *"Monika, why is the market dumping?"* -> She analyzes the RSI, Volume, KNN and AI score to explain the move.
  * *"What is the support level for BTC?"* -> She identifies the key price floor.
* **Powered by Google Gemini:** Utilizing the Gemini Gemma model for fast, reasoning-based responses that go beyond simple pre-scripted answers.

#### Live Chart/Market Intelligence

* ~~**Fractal Overlays:** The chart automatically highlights "Pattern Matches" from the past, showing you *ghost bars* of where price might go next based on historical similarity.~~ (not Implemented yet).
* **Trend Shield:** A color-coded background (Green/Red) indicates the macro trend direction, preventing you from opening long positions during a confirmed bear market.
* **Selected timeframe RSI:** RSI will update based on the market, and timeframe you're currently looking at. (Green > 30, Red < 75)


---

# 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://printr-deployr.gitbook.io/monika-docs/core-features.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.
