# High Price

### Introduction

The High Price represents the **highest price reached** during a specific time period and is a **neutral indicator** that provides crucial information for both **LONG and SHORT strategies**. It serves as the primary reference for **resistance levels**, **breakout signals**, and **volatility measurement** in cryptocurrency markets.

### How High Price Works

The High Price represents the maximum price reached during a specific time period (candle). It shows the highest point that buyers were willing to pay during that period, making it essential for identifying resistance levels and potential breakout points.

{% hint style="info" %}
**Market Psychology:** The High Price represents the maximum buying pressure during a period. When price approaches previous highs, it tests whether buyers have enough conviction to push through resistance or if sellers will defend these levels.
{% endhint %}

#### Key Characteristics

| Attribute        | Details                                     |
| ---------------- | ------------------------------------------- |
| **Category**     | Price Data                                  |
| **Type**         | Neutral Price Reference                     |
| **Primary Use**  | Resistance identification, breakout signals |
| **Timeframe**    | All timeframes supported (1m to 1M)         |
| **Confirmation** | Volume, momentum indicators                 |

### Strategy Applications

#### 🟢 LONG STRATEGY (Breakout Focus)

{% hint style="success" %}
High Price is used in LONG strategies primarily for breakout trading - when price breaks above previous highs with volume confirmation, it signals potential upward continuation.
{% endhint %}

**Base Entry Order (LONG)**

```
Trigger Type: Once per bar close
Bar TF: 1H
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 4H

AND

First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H
```

**Additional Entry Orders (LONG)**

```
Additional Entry 1: Sustained breakout confirmation
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 1H

OR

Additional Entry 2: Volume surge confirmation
First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Volume
Timeframe: 4H
```

**Take Profit Orders (LONG)**

```
Rule 1: Exit condition - Next resistance level reached
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 1D

OR

Rule 2: Exit condition - Momentum exhaustion
First Condition: RSI
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 80

OR

Rule 3: Exit condition - Volume declining at highs
First Condition: Volume
Timeframe: 1H
Operator: Less Than
Second Condition: Simple Moving Average (10)
Timeframe: 1H
```

**Stop Loss Orders (LONG)**

```
Rule 1: Stop loss - Failed breakout (back below high)
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: High Price
Timeframe: 4H

OR

Rule 2: Stop loss - Volume breakdown
First Condition: Volume
Timeframe: 1H
Operator: Less Than
Second Condition: Simple Moving Average (5)
Timeframe: 1H

OR

Rule 3: Stop loss - Momentum reversal
First Condition: MACD Line
Timeframe: 1H
Operator: Cross Below
Second Condition: MACD Signal Line
Timeframe: 1H
```

#### 🔴 SHORT STRATEGY (Resistance Rejection)

{% hint style="success" %}
High Price is used in SHORT strategies when price fails to break above previous highs, indicating resistance and potential reversal opportunities.
{% endhint %}

**Base Entry Order (SHORT)**

```
Trigger Type: Once per bar close
Bar TF: 1H
First Condition: High Price
Timeframe: 1H
Operator: Less Than
Second Condition: High Price
Timeframe: 4H

AND

First Condition: RSI
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 65
```

**Additional Entry Orders (SHORT)**

```
Additional Entry 1: Double top formation
First Condition: High Price
Timeframe: 1H
Operator: Less Than
Second Condition: High Price
Timeframe: 1H

OR

Additional Entry 2: Volume divergence
First Condition: Volume
Timeframe: 1H
Operator: Less Than
Second Condition: Volume
Timeframe: 4H
```

**Take Profit Orders (SHORT)**

```
Rule 1: Exit condition - Support level reached
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: Low Price
Timeframe: 4H

OR

Rule 2: Exit condition - Oversold bounce
First Condition: RSI
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 25

OR

Rule 3: Exit condition - Volume exhaustion
First Condition: Volume
Timeframe: 1H
Operator: Less Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H
```

**Stop Loss Orders (SHORT)**

```
Rule 1: Stop loss - Breakout above resistance
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 4H

OR

Rule 2: Stop loss - Volume surge breakout
First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H

OR

Rule 3: Stop loss - Momentum reversal
First Condition: MACD Line
Timeframe: 1H
Operator: Cross Above
Second Condition: MACD Signal Line
Timeframe: 1H
```

### Advanced Strategy Combinations

#### Multi-Timeframe High Price Analysis

{% tabs %}
{% tab title="Setup" %}
**Higher Timeframe Resistance:**

* **Daily:** High Price defines major resistance zone
* **4H:** High Price shows intermediate resistance
* **1H:** High Price provides entry signals
* **15m:** High Price for precise timing
  {% endtab %}

{% tab title="Execution" %}
**Breakout Entry:** 1H Close > 4H High Price\
**Resistance Entry:** 1H High Price fails at Daily High\
**Stop:** Opposite side of breakout/resistance level
{% endtab %}
{% endtabs %}

#### Double Top Resistance Strategy

{% hint style="info" %}
**Setup Process:**

1. Price approaches previous High Price level
2. Volume decreases on second approach
3. High Price fails to exceed previous high
4. RSI shows bearish divergence

**Execution:**

* **Base Order:** High Price < Previous High Price
* **Additional:** Volume confirms weakness
* **Take Profit:** Support levels, oversold bounce
* **Stop Loss:** Close above resistance high
  {% endhint %}

### Risk Management Guidelines

#### Position Sizing

| Strategy Type          | Position Size | Conditions                    |
| ---------------------- | ------------- | ----------------------------- |
| **Breakout Trading**   | Standard      | High Price break with volume  |
| **Resistance Trading** | Standard      | High Price rejection patterns |
| **Failed Breakout**    | Increased     | High volume false breakout    |
| **Low Volume**         | Reduced (50%) | Weak High Price signals       |

#### High Price Reliability Factors

{% tabs %}
{% tab title="High Reliability" %}
✅ Multiple timeframe resistance confluence\
✅ High volume on breakout attempts\
✅ Clear rejection patterns at highs\
✅ Momentum indicator confirmation
{% endtab %}

{% tab title="Low Reliability" %}
❌ Low volume at resistance tests\
❌ Conflicting timeframe signals\
❌ Choppy, unclear high formations\
❌ Mixed momentum signals
{% endtab %}
{% endtabs %}

### Best Practices

#### For Breakout Trading

{% hint style="success" %}

1. **Volume confirmation** - Ensure volume surge on High Price breaks
2. **Multiple timeframes** - Confirm breakouts across different periods
3. **Quick execution** - Enter immediately on confirmed breaks
4. **Risk management** - Use previous High Price as stop reference
   {% endhint %}

#### For Resistance Trading

{% hint style="success" %}

1. **Pattern recognition** - Identify double tops and resistance patterns
2. **Volume divergence** - Look for decreasing volume at highs
3. **Momentum confirmation** - Use RSI/MACD for divergence signals
4. **Patience** - Wait for clear rejection signals
   {% endhint %}

#### Common Mistakes to Avoid

{% hint style="danger" %}

* **Premature entries** - Entering before High Price signals are confirmed
* **Ignoring volume** - Trading High Price breaks without volume validation
* **Wrong timeframe** - Using inappropriate timeframes for resistance levels
* **No confirmation** - Trading High Price alone without supporting indicators
* **Poor risk management** - Not using High Price levels for stop placement
  {% endhint %}

### Market Conditions Analysis

| Market Type         | LONG Strategy Effectiveness     | SHORT Strategy Effectiveness     |
| ------------------- | ------------------------------- | -------------------------------- |
| **Uptrend**         | 🟢 High (breakout continuation) | 🟡 Medium (resistance rejection) |
| **Downtrend**       | 🔴 Low (against trend)          | 🟢 High (resistance holds)       |
| **Ranging**         | 🟡 Medium (breakout potential)  | 🟢 High (resistance trading)     |
| **High Volatility** | 🟢 High (clear breakouts)       | 🟢 High (clear rejections)       |
| **Low Volume**      | 🔴 Low (unreliable signals)     | 🔴 Low (weak confirmations)      |

### Related Indicators

| Indicator       | Relationship          | Link                                                                                                 |
| --------------- | --------------------- | ---------------------------------------------------------------------------------------------------- |
| **Low Price**   | Support counterpart   | [Low Price](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data/low-price)     |
| **Close Price** | Breakout confirmation | [Close Price](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data/close-price) |
| **Volume**      | Breakout validation   | [Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-data/volume)          |
| **RSI**         | Momentum confirmation | [RSI](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/rsi)       |

### Conclusion

{% hint style="info" %}
High Price is essential for **resistance identification** and **breakout trading**. Its neutral nature makes it valuable for both LONG strategies (breakouts) and SHORT strategies (resistance rejections) when used with proper confirmation.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **RESISTANCE**: High Price defines natural resistance levels
* **BREAKOUTS**: Primary signal for upward breakout strategies
* **CONFIRMATION**: Always confirm with volume and momentum
* **VERSATILE**: Works for both trend-following and reversal strategies
* **ESSENTIAL**: Critical for volatility measurement and risk management
  {% endhint %}

Success with High Price requires understanding its role in defining resistance levels and using it appropriately for both breakout and resistance trading strategies. Always combine High Price analysis with volume confirmation and proper risk management.

***

{% hint style="info" %}
**Ready to Build Your Own Strategy?**

Try our free AI-powered Strategy Builder at [app.skyrexio.com](https://app.skyrexio.com) and start creating professional trading strategies today. No coding required!
{% endhint %}
