# Explaining the Indicators of Opening/Add Positions Conditions?

**Opening Conditions:** \
The robot opens a position only when the conditions are met.

**1.Opening Immediately**\
The robot will open positions immediately without needing to meet any opening conditions.\
Use Case: Suitable for users who want to enter the market instantly based on current price, without relying on technical analysis or conditional triggers.

**2.Price Trigger**\
Entry Condition: The robot will open positions when the market price reaches your preset target or a better price.\
Use Case: Useful when you have a specific entry level and want to execute immediately once that level is hit.

**3.Waiting AUTO Signals**\
Entry Condition: The robot will open positions when using the most optimal indicator based on real-time market dynamics.\
Use Case: Suitable for users who prefer fully automated decisions. The robot dynamically selects the best-performing indicator according to current market conditions.

**4.Waiting UTR Signal**\
Entry Condition: The robot will open positions only when UTR confirms long or short signals through AI-driven big data analysis and market conditions.\
Use Case: UTR combines multiple technical and behavioral metrics to identify optimal trading points with enhanced accuracy.

**5.Waiting MACD-6,13,5**\
Entry Condition:\
-Long: Opens long position when the DIF line crosses above the DEA line below the zero axis (bullish signal).\
-Short: Opens short position when the DIF line crosses below the DEA line above the zero axis (bearish signal).\
Use Case: A momentum strategy that follows the market trend with confirmation from MACD crossover and zero-axis positioning.

**6.Waiting RSI-30,70**\
Entry Condition: \
-Long: Opens a long position when RSI1 crosses above RSI2 at or below 30 (oversold recovery).\
-Short: Opens a short position when RSI1 crosses below RSI2 at or above 70 (overbought reversal).\
Use Case: Suitable for capturing price reversals during extreme market conditions.

**7.Waiting EMA-9,20**\
Entry Condition: \
-Long: Opens a long position when EMA1 (9) crosses above EMA2 (20), signaling a bullish trend.\
-Short: Opens a short position when EMA1 crosses below EMA2, signaling a bearish trend.\
Use Case: A trend-following strategy that reacts to directional momentum shifts.

**8.Waiting BOLL-14,2**\
Entry Condition: \
-Long: Opens a long when the price breaks below the lower Bollinger Band, suggesting the market may be oversold and ready to rebound.\
-Short: Opens a short when the price breaks above the upper Bollinger Band, indicating the market may be overbought and due for a pullback.\
Use Case: Useful in volatile markets.

**Add** **Positio**n **Conditions:**\
The robot will only add additional positions when the \[size multiple], \[Price Gap] and extra cover conditions are triggered.

**1.None Extra Add Conditions**\
The robot will cover positions only when the 'Price Gap' is reached or a better price is available, without requiring extra cover conditions.

**2.AUTO**\
Condition: The robot will add positions only when the 'Price Gap' is reached or a better price is available, using the most optimal indicator based on real-time market dynamics.\
Use Case: Suitable for users who want automated, intelligent decision-making.

**3.UTR Trend**\
Condition: The robot will add positions only when the 'Price Gap' is reached or a better price is available, and the indicator is within the trend range of the current direction.\
Use Case: UTR is a proprietary AI-powered indicator developed by uTrading, analyzing large-scale market data to confirm whether the trend remains favorable before adding more exposure.

**4.MACD-6,13,5**\
Condition: The robot will add positions only when the "Price Gap" is reached or a better price is available, and the MACD indicator is within the trend range of the current direction.\
Use Case: Effective for momentum traders. The robot uses MACD trend strength to prevent adding positions during trend exhaustion or reversal.

**5.RSI-30,70**\
Condition: The robot will add positions only when the "Price Gap" is reached or a better price is available, and the RSI indicator is within the trend range of the current direction.\
Use Case: Suitable for traders who monitor overbought/oversold conditions. Prevents over-positioning during reversal zones while supporting trend-following within safe momentum ranges.

**6.EMA-9,20**\
Condition: The robot will add positions only when the "Price Gap" is reached or a better price is available, and the EMA indicator is within the trend range of the current direction.\
Use Case: Suitable for short-to-mid-term trend followers. The EMA cross ensures positions are added only when the current direction remains technically supported.

**7.BOLL-14,2**\
Condition: The robot will add positions only when the "Price Gap" is reached or a better price is available, and the BOLL indicator is within the trend range of the current direction.\
Use Case: Suitable for trending or volatile markets. Helps avoid unnecessary entries during sideways movement by adding only when the price shows clear trend direction.


---

# 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://help.utrading.io/en/trading/trading-bot/manual-trading/manual-trading-straregy/explaining-the-indicators-of-opening-add-positions-conditions.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.
