# TWAP Arbtirage

<\<Youtube link to What is TARB>>

## What is the Volven TARB?

TARB, short for TWAP Arbitrage, is an algorithmic trading strategy with dynamic take profit and stop loss. The strategy opens and closes the positions with the Volven TWAP strategy. The strategy holds the discretion to partially enter and exit the market. Meaning that during the course of its duration you could be entering and taking profits multiple times at different levels.

The TARB makes a profit by generating a net positive spread between its two child TWAPs.&#x20;

TARB's Take Profit and Stop Loss is based on the percentage of returns that you are making. They are not set to fixed levels since the strategy is dynamic and continously enters and exits the market.

### How to place a Volven TARB?

<\<Youtube link to launch tutorial>>

### Optional parameters

<table><thead><tr><th width="259">Parameter</th><th>Purpose</th></tr></thead><tbody><tr><td>Price Limit</td><td>Upper barrier for buying, or lower barrier for selling. Prevents your strategy from buying at an unfavorable price.</td></tr><tr><td>Stop Loss</td><td>If your return on investment is below your stop loss, the strategy will exit the remaining position and stop trading.</td></tr><tr><td>Trigger Price</td><td>Determines the price where the strategy will start. Meaning the strategy will be waiting until the market crosses the trigger price.</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/strategies/twap-arbtirage.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.
