{
  "id": "c981abce-5c2f-59a9-ac22-7ac3e93a93c5",
  "slug": "trendline",
  "term": "Trendline",
  "aliases": [],
  "category": "Technical Analysis",
  "category_slug": "technical-analysis",
  "difficulty": "basic",
  "definition": "A trendline is a straight line drawn on a price chart connecting a series of successive higher lows (in an uptrend) or lower highs (in a downtrend), defining the prevailing direction and slope of price movement and serving as a dynamic level of support or resistance that traders use to identify trend continuations and reversals.",
  "key_takeaways": [
    "An uptrend trendline connects at least two successive higher lows and acts as dynamic support—price tends to bounce upward when it tests the trendline.",
    "A downtrend trendline connects at least two successive lower highs and acts as dynamic resistance—price tends to reverse downward when it tests the trendline.",
    "A trendline breakout—when price decisively closes beyond the trendline—often signals a trend reversal or at minimum a significant acceleration in volatility.",
    "Trendline validity is improved by the number of touches (three or more makes a trendline more significant), the steepness of the angle, and the volume characteristics on breakout.",
    "Trendlines are subjective and require judgment in drawing; different practitioners drawing on the same chart may identify different trendlines, which limits systematic application."
  ],
  "detailed_explanation": "Trendlines are among the most fundamental tools in technical analysis, dating to the early charting work of Charles Dow and later systematized by practitioners such as Robert Edwards and John Magee in their foundational text 'Technical Analysis of Stock Trends' (1948). They embody the core technical premise that market prices trend and that these trends are identifiable and exploitable through visual and quantitative analysis of price history.\n\nAn upward trendline is constructed by identifying successive pivot lows—points where price has temporarily turned higher before resuming its upward trend—and drawing a straight line through them. The trendline represents a dynamic support level that typically rises over time as the trend matures. Each time price pulls back to test the trendline and reverses higher, it provides a lower-risk entry opportunity for trend-following traders, as the risk (distance to the trendline) is well-defined and the reward (resumption of the uptrend) is potentially substantial. The more times price has tested and held the trendline, the more significant it is considered to be as a support level, reflecting the collective memory of market participants who have repeatedly bought at that level.\n\nThe slope of a trendline conveys information about the velocity and sustainability of a trend. Steeply angled trendlines reflect rapid, often unsustainable price appreciation driven by speculative momentum or news flow. These steep trendlines are frequently broken in the early stages of trend consolidation, requiring the analyst to redraw a shallower trendline connecting subsequent higher lows. By contrast, gradual, well-sloped trendlines that persist over months or years represent more durable, fundamentally-driven trends and are considered more reliable support or resistance levels.\n\nTrendline breakouts are among the most widely traded technical signals. When a price chart decisively penetrates a significant trendline—typically on a daily closing basis and often accompanied by a spike in trading volume—it signals that the supply/demand balance underlying the trend has shifted. For an uptrend trendline break, sellers have overwhelmed buyers at the trend support level, and the market structure has changed from higher lows to an uncertain or declining pattern. Technical traders use these breakouts as exit signals for trend-following positions and potential entry signals for counter-trend or reversal strategies. Volume analysis is critical in assessing breakout validity: a trendline break on above-average volume is considered much more meaningful than one on thin, low-conviction volume.\n\nIn the context of algorithmic and quantitative trading, trendlines present implementation challenges because they require subjective drawing decisions—which pivot points to connect, how to handle price wicks versus body closes, what constitutes a 'valid' trendline break. Quantitative researchers typically operationalize trendlines through regression-based methods (fitting a linear regression to recent price data and tracking distance from the regression line) or through more formalized support/resistance detection algorithms (identifying local minima using pattern recognition). Despite their subjectivity, backtests of trendline-based strategies in liquid futures markets have shown statistically significant predictive power, consistent with the broader evidence for price momentum.",
  "example": "Between January and August 2023, Apple (AAPL) stock established an uptrend from a low of $124 in January to a series of higher lows: $148 (March), $165 (May), and $180 (July). A technician draws an uptrend trendline connecting the January low and the March low, extended forward in time. In early August, AAPL pulls back to $182—just above the trendline—and the RSI reads 42, suggesting the stock is oversold relative to its recent range. A momentum trader interprets this as a trendline test and buys AAPL at $183, placing a stop-loss at $176 (below the trendline). Over the following two weeks, AAPL rallies to $195, providing a $12 gain against a $7 risk—a reward-to-risk ratio of 1.71:1. The trader exits the position as price approaches the prior August high, anticipating resistance.",
  "formula": null,
  "formula_latex": null,
  "interactive_type": "chart",
  "calculator_id": null,
  "related_terms": [
    "basis",
    "bollinger-bands",
    "breakout",
    "charting",
    "doji",
    "double-top-pattern",
    "fibonacci-retracement",
    "oversold",
    "quantitative-analysis",
    "reversal",
    "stock",
    "support-level",
    "volume-analysis"
  ],
  "backlinks": [
    "breakdown",
    "chart-pattern",
    "flag-pattern",
    "triangle-pattern"
  ],
  "cross_references": [
    "basis",
    "breakout",
    "charting",
    "oversold",
    "quantitative-analysis",
    "reversal",
    "stock",
    "support-level",
    "volume-analysis"
  ],
  "tags": [
    "level:basic",
    "cat:technical-analysis"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 817,
  "checksum": "2157e366db6f6434",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/trendline",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/trendline?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/trendline?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/trendline",
    "category": "https://hedgefund.wiki/api/v1/categories/technical-analysis",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/trendline"
  }
}