> For the complete documentation index, see [llms.txt](https://docs.skyrexio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data.md).

# Price Data

### Introduction

Price Data represents the **fundamental building blocks** of cryptocurrency technical analysis and forms the foundation for all trading strategies. This category includes **Open, High, Low, Close (OHLC)** prices that capture the complete picture of trading activity during each time period.

{% hint style="info" %}
**Foundation of Analysis:** Price Data is the raw material from which all other technical indicators are derived. Every trading decision ultimately traces back to these four essential price points that define market behavior.
{% endhint %}

### Strategic Applications Framework

#### 🎯 Primary Applications

**Trend Identification** \
• **Close Price** - Primary trend direction and momentum confirmation \
• **High/Low Prices** - Resistance/support level identification and breakout analysis \
• **Open Price** - Gap analysis and sentiment shift detection

**Entry/Exit Precision** • **Multi-price confirmations** - Using multiple price points for signal validation • **Level-based strategies** - Support/resistance trading with price data • **Breakout strategies** - High/Low price breakouts with volume confirmation

**Risk Management** • **Stop-loss placement** - Using High/Low prices for optimal stop positioning • **Position sizing** - Price volatility assessment through price ranges • **Profit targets** - Previous High/Low levels as natural profit zones

#### 📊 Complete Price Data Library

| Indicator       | Primary Use                            | Strategy Applications                               | Link                                                                                                 |
| --------------- | -------------------------------------- | --------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| **Close Price** | Trend direction, final consensus value | Trend following, MA crossovers, level breaks        | [Close Price](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data/close-price) |
| **High Price**  | Resistance levels, breakout signals    | Breakout strategies, resistance trading, volatility | [High Price](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data/high-price)   |
| **Low Price**   | Support levels, breakdown signals      | Support trading, breakdown strategies, reversal     | [Low Price](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data/low-price)     |
| **Open Price**  | Gap analysis, sentiment shifts         | Gap trading, overnight sentiment, session bias      | [Open Price](https://docs.skyrexio.com/strategy-builder/built-in-conditions/price-data/open-price)   |

### Multi-Indicator Approach

#### 🔄 Four-Price Confirmation System

**Complete Market Picture:**

```
Base Order: Close Price trend confirmation
Additional Entry: High Price breakout validation  
Take Profit: Low Price support level target
Stop Loss: Open Price gap reversal protection
```

**Strategic Combination Benefits:** • **Comprehensive coverage** - All market aspects analyzed • **Reduced false signals** - Multiple price confirmations required • **Optimal timing** - Precise entry/exit using different price points • **Risk optimization** - Natural stop levels from price structure

#### 📈 Timeframe Selection Guide

| Timeframe  | Primary Use      | Price Data Focus       | Best For                   |
| ---------- | ---------------- | ---------------------- | -------------------------- |
| **1m-5m**  | Scalping         | Close Price precision  | Day trading, quick profits |
| **15m-1H** | Swing entries    | High/Low breakouts     | Intraday swings, breakouts |
| **4H-1D**  | Position trading | Open Price gaps        | Position entries, trends   |
| **1W-1M**  | Long-term        | All price confirmation | Major trend analysis       |

### Risk Management Integration

#### 🛡️ Price-Based Risk Controls

**Position Sizing Matrix:**

| Price Action                   | Risk Level | Position Size    | Stop Distance      |
| ------------------------------ | ---------- | ---------------- | ------------------ |
| **Strong breakout** (High/Low) | Medium     | Standard         | 2-3% from breakout |
| **Gap trading** (Open)         | High       | Reduced (50-75%) | Gap close level    |
| **Trend following** (Close)    | Low        | Increased        | Previous swing     |
| **Range trading**              | Medium     | Standard         | Range boundaries   |

**Dynamic Stop-Loss Strategies:** • **High Price stops** - Above recent highs for short positions • **Low Price stops** - Below recent lows for long positions\
• **Open Price stops** - Gap reversal protection • **Close Price stops** - Trend change confirmation

#### ⚖️ Market Conditions Effectiveness

| Market Type          | Close Price  | High Price   | Low Price    | Open Price   |
| -------------------- | ------------ | ------------ | ------------ | ------------ |
| **Strong Uptrend**   | 🟢 Excellent | 🟢 Excellent | 🟡 Good      | 🟡 Good      |
| **Strong Downtrend** | 🟢 Excellent | 🟡 Good      | 🟢 Excellent | 🟡 Good      |
| **Ranging Market**   | 🟡 Good      | 🟢 Excellent | 🟢 Excellent | 🔴 Limited   |
| **High Volatility**  | 🟡 Good      | 🟢 Excellent | 🟢 Excellent | 🟢 Excellent |
| **Low Volume**       | 🔴 Limited   | 🔴 Limited   | 🔴 Limited   | 🔴 Limited   |

### Advanced Strategies

#### 🚀 Professional Trading Combinations

{% tabs %}
{% tab title="Breakout Master" %}
**Multi-Price Breakout Strategy:**

**Setup:**

* High Price breakout above resistance
* Close Price confirms above breakout level
* Volume surge confirmation
* Low Price provides stop-loss reference

**Execution:**

* **Entry:** High Price > Previous High + Close Price > Resistance
* **Stop:** Below Low Price of breakout candle
* **Target:** Next resistance level or 2:1 R/R
  {% endtab %}

{% tab title="Gap Trader" %}
**Open Price Gap Strategy:**

**Setup:**

* Open Price gaps significantly from previous Close
* Volume confirms gap direction
* High/Low prices define range

**Execution:**

* **Gap Up:** Long bias, target gap fill resistance
* **Gap Down:** Short bias, target gap fill support
* **Stop:** Opposite side of gap range
  {% endtab %}

{% tab title="Support/Resistance Master" %}
**Four-Price Level Strategy:**

**Setup:**

* Low Price defines support zone
* High Price defines resistance zone
* Close Price shows trend bias
* Open Price indicates session sentiment

**Execution:**

* **Long:** Close > Open + Low Price holds support
* **Short:** Close < Open + High Price rejects resistance
* **Range:** Trade between High/Low boundaries
  {% endtab %}
  {% endtabs %}

#### 🎯 Best Practices

**For Trend Following:**

{% hint style="success" %}

1. **Close Price primary** - Use as main trend confirmation
2. **High/Low context** - Identify key breakout levels
3. **Volume validation** - Confirm with volume indicators
4. **Multiple timeframes** - Align across different periods
   {% endhint %}

**For Breakout Trading:**

{% hint style="success" %}

1. **High/Low focus** - Primary breakout signals
2. **Close confirmation** - Ensure sustained break
3. **Volume surge** - Validate with volume spike
4. **Quick execution** - Enter on confirmed breakout
   {% endhint %}

**For Range Trading:**

{% hint style="success" %}

1. **High/Low boundaries** - Define range limits
2. **Close Price bounces** - Confirm reversal signals
3. **Open Price bias** - Session directional tendency
4. **Volume at levels** - Increased activity at boundaries
   {% endhint %}

#### ⚠️ Common Mistakes to Avoid

{% hint style="danger" %}

* **Single price reliance** - Using only one price point for decisions
* **Ignoring volume** - Price moves without volume confirmation
* **Wrong timeframe** - Using inappropriate timeframes for strategy
* **No risk management** - Trading without proper stops and sizing
* **Gap fade assumption** - Assuming all gaps will fill immediately
  {% endhint %}

### Cryptocurrency Market Considerations

#### 🌐 24/7 Market Dynamics

**Unique Characteristics:** • **No market close** - Open Price gaps less common than traditional markets • **Global trading** - Different session characteristics across regions • **High volatility** - Wider High/Low ranges require adjusted risk management • **Liquidity variations** - Price data reliability varies by exchange and pair

**Crypto-Specific Applications:** • **Weekend gaps** - Monday Open Price analysis for institutional activity • **Exchange arbitrage** - Price differences across platforms • **Whale activity** - Large High/Low wicks indicating institutional moves • **News reactions** - Immediate price data responses to crypto news

#### 📊 Exchange Considerations

| Exchange Type         | Price Data Quality | Best Applications         |
| --------------------- | ------------------ | ------------------------- |
| **Major Exchanges**   | High reliability   | All strategies            |
| **Smaller Exchanges** | Variable quality   | Careful validation needed |
| **DEX Platforms**     | High volatility    | Specialized strategies    |
| **Futures Markets**   | Professional grade | Advanced strategies       |

### Integration with Other Indicators

#### 🔗 Complementary Indicators

**Volume Confirmation:** • Validate price breakouts with [Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-data/volume) • Confirm support/resistance with [On Balance Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-indicators/on-balance-volume)

**Trend Analysis:** • Combine with [Moving Averages](https://docs.skyrexio.com/strategy-builder/built-in-conditions/moving-averages) for trend context • Use [ADX](https://docs.skyrexio.com/strategy-builder/built-in-conditions/trend-indicators/adx) for trend strength confirmation

**Momentum Validation:** • Confirm with [RSI](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/rsi) for overbought/oversold conditions • Use [MACD](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/macd) for momentum confirmation

### Conclusion

Price Data forms the **foundation of all technical analysis** and provides the raw material for every trading decision. Understanding how to effectively use Open, High, Low, and Close prices together creates a comprehensive approach to market analysis that can be applied across all timeframes and market conditions.

{% hint style="info" %}
**Master the Basics:** Price Data mastery is essential for trading success. These four simple data points contain all the information needed to understand market behavior, identify opportunities, and manage risk effectively.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **FOUNDATION**: Price Data is the basis for all other technical indicators
* **COMPREHENSIVE**: Use all four price points for complete market analysis
* **VERSATILE**: Applicable across all timeframes and market conditions
* **ESSENTIAL**: Master Price Data before advancing to complex indicators
* **PRACTICAL**: Provides natural entry, exit, and risk management levels
  {% endhint %}

Success in cryptocurrency trading begins with understanding Price Data. Master these fundamental building blocks, and you'll have the foundation needed to build sophisticated, profitable trading strategies.

***

{% 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 %}
