# Understanding ONE Trading

CyberX ONE provides traditional and algorithm trading services.

### What is traditional trading service？

Traditional trading includes limit order and market order placement.

***Limit Order Placement***&#x20;

You can simply set a trading amount and a limit price, and place your order. The system will automatically complete your order when the price reaches the price level you set.

***Market Order Placing***&#x20;

You can simply set an amount and place your order. The system will complete your order at current market price.

### What is algorithm trading?

CyberX ONE provides world-class trading algorithms including TWAP / VWAP / PEG. We provide you with 24/7 automated order execution with fully configurable parameters and indicators.

[Algorithm Introduction-TWAP](/cyberx-one/guides/algorithm-introduction-twap.md)

[Algorithm Introduction-VWAP](/cyberx-one/guides/algorithm-introduction-vwap.md)

[Algorithm Introduction-PEG](/cyberx-one/guides/algorithm-introduction-peg.md)

### How to select a suitable algorithm?

You could select different algorithms to place orders based on your trading needs.

&#x20;[Algorithms' Applicable Scenarios](/cyberx-one/guides/algorithms-applicable-scenarios.md)


---

# 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.cyberx.com/cyberx-one/getting-started/understanding-one-trading.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.
