# Strategies

## Strategy Details

The strategy module is the beating heart of the terminal. This is where you view the live report and details of your strategies. You can filter out the strategies through the buttons on the top of the left pane, where you view the master strategies.

**All the details inside a strategy can be clicked, hovered or dragged to show more information.**

### Live Report

{% hint style="info" %}
Every strategy will have their own **Card** with high-level information about the performance. These cards can be clicked to open up the strategy **"Live Report"**. Here's an example of a TWAP live report.

**Information in the live report can be clicked, hovered or dragged for more details.**
{% endhint %}

<figure><img src="/files/xUHxor1NBIQlUEBU5L40" alt="Volven Terminal, Strategy module, crypto algorithms"><figcaption></figcaption></figure>

Every strategy has a unique live report designed to highlight the important elements of that strategy type. Each of them will be covered in the different strategy documentation pages.

### The Mother / Child Hierarchy

A strategy is always a mother, or a child strategy. The mother strategy is the "master strategy" and will always be in the left pane of the strategy module, and the children that it "spawns" can be monitored in the **"Children"** tab in the right pane. Here are the children from the above strategy.

{% hint style="info" %}
User can only manage / update the mother strategies (e.g.: run, stop, modify) and these actions will be propagated down the hierarchy.
{% endhint %}

<figure><img src="/files/He1J0ZHX4JakUXKAkxBf" alt="Volven Terminal, Strategy view, child strategies. "><figcaption><p>Full transparency of strategies builds trust! You should feel in control of your trading.</p></figcaption></figure>

Here you can see that a TWAP spawns multiple Slicers (SC) for a dynamic execution. Each Slicer has sent multiple orders at different sizes and intervals. The gauge inside the Slicer card tells you how much of it's intended volume it filled, and the bottom bar on each order (inside the Slicers) indicates how much was filled of the order. Clicking the **"Order"** tab will display just the orders.

### Child Strategy Details

{% hint style="info" %}
You can click a child strategy to inspect it.
{% endhint %}

<figure><img src="/files/zDvWSXhTSeEXWRY5MbMi" alt="Volven Terminal, Crypto trading "><figcaption></figcaption></figure>

### Updating a live trading strategy

You can update the parameters of a live trading strategy by clicking the settings button. It's important to note that the update applies to the mother strategy. This will open the **update panel.**

<figure><img src="/files/G7hYfLeIWrqVPRIYp14z" alt="Volven Terminal, TWAP Live report "><figcaption></figcaption></figure>

## Algorithmic Trading Strategies in Volven

<table data-full-width="true"><thead><tr><th width="344">Strategy</th><th width="385">Purpose</th><th>Subscription Requirement</th></tr></thead><tbody><tr><td>Smart Order (SMO)</td><td>Fast and passive trade execution</td><td>Basic</td></tr><tr><td>Slicer (SC)</td><td>Mini TWAP, maximum duration 15mins</td><td>Basic</td></tr><tr><td>Advanced Limit Order (ALO)</td><td>Limit order with Take Profit and Stop Loss</td><td>Experienced</td></tr><tr><td>Time-Weighted Average Price (TWAP)</td><td>Executes your order over a given time period</td><td>Experienced</td></tr><tr><td>TWAP Arbitrage (TARB)</td><td>TWAP with dynamic Take Profit and Stop Loss</td><td>Day Trader</td></tr><tr><td>Bulk Converter (BC)</td><td>Trades assets a in many-to-one format</td><td>Day Trader</td></tr><tr><td>Cobra (CO, <em>In development</em>)</td><td>Countertrades abnormal spikes and flushes</td><td>Day Trader</td></tr><tr><td>Drive Market Making (DMM)</td><td>In-house market making algorithm</td><td>On-demand rental</td></tr><tr><td>Single Exchange Market Making (SMM)</td><td>In-house market making algorithm</td><td>On-demand rental</td></tr><tr><td>Trend Market Making (TMM)</td><td>In-house market making algorithm</td><td>On-demand rental</td></tr></tbody></table>


---

# 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.volven.io/modules/ui-overview/strategies.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.
