# Stop-Limit Orders ⎊ Term

**Published:** 2026-03-13
**Author:** Greeks.live
**Categories:** Term

---

![A stylized, multi-component tool features a dark blue frame, off-white lever, and teal-green interlocking jaws. This intricate mechanism metaphorically represents advanced structured financial products within the cryptocurrency derivatives landscape](https://term.greeks.live/wp-content/uploads/2025/12/analyzing-advanced-dynamic-hedging-strategies-in-cryptocurrency-derivatives-structured-products-design.webp)

![The image displays a close-up, abstract view of intertwined, flowing strands in varying colors, primarily dark blue, beige, and vibrant green. The strands create dynamic, layered shapes against a uniform dark background](https://term.greeks.live/wp-content/uploads/2025/12/interoperable-layered-defi-protocols-and-cross-chain-collateralization-in-crypto-derivatives-markets.webp)

## Essence

A **Stop-Limit Order** functions as a conditional mechanism for market participation, merging a price-triggered activation threshold with a subsequent execution constraint. When the market price reaches a predefined **Stop Price**, the system automatically injects a **Limit Order** into the order book at a specific price point. This structure provides traders with automated control over entry or exit conditions, removing the requirement for constant manual monitoring. 

> A Stop-Limit Order functions as a conditional mechanism that transforms a price trigger into a specific limit order execution.

The core utility lies in the separation of the activation event from the final execution price. While a **Stop-Market Order** forces execution at the best available price upon triggering, a **Stop-Limit Order** ensures the trade occurs only if the asset price remains within a designated range. This design serves as a protective layer against slippage during periods of extreme volatility, where rapid price swings might otherwise lead to unfavorable fill prices.

![An abstract visual presents a vibrant green, bullet-shaped object recessed within a complex, layered housing made of dark blue and beige materials. The object's contours suggest a high-tech or futuristic design](https://term.greeks.live/wp-content/uploads/2025/12/green-underlying-asset-encapsulation-within-decentralized-structured-products-risk-mitigation-framework.webp)

## Origin

The lineage of the **Stop-Limit Order** traces back to traditional equity markets, where the necessity to manage risk without continuous screen time drove the development of automated order types.

Early floor trading environments relied on human brokers to manage such instructions, but the transition to electronic order matching systems codified these behaviors into the fundamental architecture of modern exchanges.

> Electronic order matching systems codified the Stop-Limit Order into a standardized instrument for automated risk management.

Crypto derivative protocols adopted this architecture to address the unique challenges of 24/7 liquidity and high-frequency price fluctuations. The implementation within decentralized environments required mapping these traditional concepts to smart contract logic, where execution is deterministic and bound by the rules of the underlying **Margin Engine**. This adaptation necessitated rigorous handling of latency, gas costs, and the technical constraints of decentralized order books.

![A close-up image showcases a complex mechanical component, featuring deep blue, off-white, and metallic green parts interlocking together. The green component at the foreground emits a vibrant green glow from its center, suggesting a power source or active state within the futuristic design](https://term.greeks.live/wp-content/uploads/2025/12/complex-automated-market-maker-algorithm-visualization-for-high-frequency-trading-and-risk-management-protocols.webp)

## Theory

The mathematical structure of a **Stop-Limit Order** involves two distinct price variables: the **Stop Price**, which serves as the trigger, and the **Limit Price**, which acts as the execution bound.

From a quantitative perspective, this is a state-dependent function where the order remains inactive in the **Order Book** until the condition _Price ≥ Stop Price_ (for long entries or short exits) or _Price ≤ Stop Price_ (for short entries or long exits) is satisfied.

![A visually striking four-pointed star object, rendered in a futuristic style, occupies the center. It consists of interlocking dark blue and light beige components, suggesting a complex, multi-layered mechanism set against a blurred background of intersecting blue and green pipes](https://term.greeks.live/wp-content/uploads/2025/12/complex-financial-engineering-of-decentralized-options-contracts-and-tokenomics-in-market-microstructure.webp)

## Structural Parameters

| Parameter | Definition |
| --- | --- |
| Stop Price | The trigger price that activates the order |
| Limit Price | The maximum or minimum price for execution |
| Order Side | Buy or sell directional bias |

The risk profile of this order type is defined by the potential for non-execution. If the market price moves rapidly through the **Limit Price** without providing sufficient liquidity, the order remains unfilled. This behavior is distinct from **Stop-Market Orders**, which guarantee execution but expose the trader to significant **Slippage**. 

> The Stop-Limit Order replaces execution certainty with price control, introducing the risk of non-execution during high volatility.

The **Protocol Physics** of these orders must account for the **Order Flow** dynamics. When the **Stop Price** is hit, the **Limit Order** is placed. If the order book is thin, the system might not find a counterparty at the **Limit Price**, creating a gap between the intended strategy and the realized outcome.

This highlights the importance of understanding the **Market Microstructure** and the liquidity depth surrounding the **Limit Price**.

![A close-up view presents four thick, continuous strands intertwined in a complex knot against a dark background. The strands are colored off-white, dark blue, bright blue, and green, creating a dense pattern of overlaps and underlaps](https://term.greeks.live/wp-content/uploads/2025/12/systemic-risk-correlation-and-cross-collateralization-nexus-in-decentralized-crypto-derivatives-markets.webp)

## Approach

Current implementation strategies focus on balancing the precision of execution with the reliability of the **Smart Contract** infrastructure. Traders must calculate the spread between the **Stop Price** and the **Limit Price** based on the asset’s historical **Volatility Skew**. A narrow spread increases the probability of non-execution, while a wide spread increases exposure to adverse price movement.

- **Entry Strategies**: Using Stop-Limit orders to confirm trend breakouts by placing buy orders above resistance levels.

- **Exit Strategies**: Implementing protective stops to lock in gains or mitigate losses by placing sell orders below support levels.

- **Liquidity Assessment**: Analyzing order book depth to ensure the **Limit Price** is realistic relative to the available volume.

This process requires a deep understanding of **Systems Risk**. If multiple participants set **Stop-Limit Orders** at identical price levels, the sudden activation of these orders can trigger a **Liquidation Cascade**, significantly impacting the **Mark Price** and potentially leading to **Systemic Contagion**.

![A three-dimensional abstract rendering showcases a series of layered archways receding into a dark, ambiguous background. The prominent structure in the foreground features distinct layers in green, off-white, and dark grey, while a similar blue structure appears behind it](https://term.greeks.live/wp-content/uploads/2025/12/advanced-volatility-hedging-strategies-with-structured-cryptocurrency-derivatives-and-options-chain-analysis.webp)

## Evolution

The transition from centralized to decentralized venues has shifted the responsibility of order management from a central clearing house to the protocol’s **Consensus Mechanism**. Earlier iterations relied on centralized **Matching Engines** to hold and trigger these orders.

Current decentralized designs utilize **Off-Chain Order Books** with on-chain settlement, or purely on-chain automated market makers, to facilitate these conditional instructions. Sometimes the most sophisticated engineering decisions are those that prioritize simplicity over modular complexity, yet the integration of **Stop-Limit Orders** into **Automated Market Maker** pools has forced a rethinking of how liquidity is provided during extreme stress events. The evolution has moved toward **Permissionless Execution**, where any actor can trigger the order, ensuring that the system remains robust even if specific centralized nodes fail.

| Development Stage | Mechanism | Primary Risk |
| --- | --- | --- |
| Traditional | Centralized Broker | Counterparty Risk |
| Early Crypto | Centralized Exchange | Platform Custody Risk |
| Modern DeFi | Smart Contract Automation | Protocol Exploit Risk |

![A close-up view presents a futuristic structural mechanism featuring a dark blue frame. At its core, a cylindrical element with two bright green bands is visible, suggesting a dynamic, high-tech joint or processing unit](https://term.greeks.live/wp-content/uploads/2025/12/complex-defi-derivatives-protocol-with-dynamic-collateral-tranches-and-automated-risk-mitigation-systems.webp)

## Horizon

The future of these conditional orders lies in **Programmable Liquidity** and the integration of **Oracle-Based Triggers** that can incorporate external data beyond just the asset’s spot price. Future protocols will likely allow for multi-factor conditions, where a **Stop-Limit Order** activates only if the asset price hits a threshold AND a specific **Macro-Crypto Correlation** indicator is met. This trajectory suggests a shift toward highly personalized, **Algorithmic Trading** strategies embedded directly into the protocol layer. As **Layer 2** scaling solutions reduce the cost of on-chain computation, we expect to see more complex conditional logic becoming standard. The ultimate goal is a system where the **Order Flow** is self-optimizing, minimizing the need for manual intervention while maximizing **Capital Efficiency** across diverse **Derivative Instruments**. What systemic threshold of automated, conditional order volume will necessitate a fundamental redesign of decentralized protocol margin engines to prevent recursive liquidity depletion?

## Glossary

### [Legal Framework Considerations](https://term.greeks.live/area/legal-framework-considerations/)

Compliance ⎊ Regulatory oversight of cryptocurrency, options trading, and financial derivatives necessitates adherence to evolving frameworks like MiCA, alongside existing securities laws.

### [Trading Compliance Audits](https://term.greeks.live/area/trading-compliance-audits/)

Audit ⎊ Trading compliance audits, within the context of cryptocurrency, options trading, and financial derivatives, represent a systematic evaluation of adherence to regulatory requirements and internal policies.

### [Flash Crash Protection](https://term.greeks.live/area/flash-crash-protection/)

Algorithm ⎊ Flash Crash Protection, within cryptocurrency and derivatives markets, relies on automated systems designed to detect and mitigate anomalous trading activity.

### [Behavioral Game Theory Applications](https://term.greeks.live/area/behavioral-game-theory-applications/)

Application ⎊ Behavioral Game Theory Applications, when applied to cryptocurrency, options trading, and financial derivatives, offer a framework for understanding and predicting market behavior beyond traditional rational actor models.

### [Options Pricing Models](https://term.greeks.live/area/options-pricing-models/)

Calculation ⎊ Options pricing models, within cryptocurrency markets, represent quantitative frameworks designed to determine the theoretical cost of a derivative contract, factoring in inherent uncertainties.

### [Order Fill Probability](https://term.greeks.live/area/order-fill-probability/)

Order ⎊ The probability of complete execution for an order submitted to a cryptocurrency exchange or decentralized platform, particularly relevant when dealing with options or complex derivatives, reflects the interplay between order size, market liquidity, and prevailing order book conditions.

### [Stop-Loss Order Alternatives](https://term.greeks.live/area/stop-loss-order-alternatives/)

Action ⎊ Stop-loss order alternatives encompass a spectrum of strategies designed to mitigate potential losses beyond the immediate execution of a standard stop-loss.

### [Automated Risk Controls](https://term.greeks.live/area/automated-risk-controls/)

Control ⎊ Automated risk controls represent a critical layer of defense in high-frequency trading environments and decentralized finance protocols.

### [Position Sizing Methods](https://term.greeks.live/area/position-sizing-methods/)

Calculation ⎊ Position sizing methodologies fundamentally determine the appropriate capital allocation for each trade, directly influencing portfolio risk and return characteristics.

### [Trading Position Entry](https://term.greeks.live/area/trading-position-entry/)

Action ⎊ A trading position entry signifies the initiation of a market exposure, representing a commitment of capital based on a defined hypothesis regarding future price movements.

## Discover More

### [Loss Aversion Strategies](https://term.greeks.live/term/loss-aversion-strategies/)
![A detailed internal view of an advanced algorithmic execution engine reveals its core components. The structure resembles a complex financial engineering model or a structured product design. The propeller acts as a metaphor for the liquidity mechanism driving market movement. This represents how DeFi protocols manage capital deployment and mitigate risk-weighted asset exposure, providing insights into advanced options strategies and impermanent loss calculations in high-volatility environments.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-execution-engine-for-decentralized-liquidity-protocols-and-options-trading-derivatives.webp)

Meaning ⎊ Loss aversion strategies utilize automated derivative mechanisms to mitigate downside risk and ensure portfolio survival in volatile digital markets.

### [Limit Order Strategy](https://term.greeks.live/definition/limit-order-strategy/)
![A smooth, twisting visualization depicts complex financial instruments where two distinct forms intertwine. The forms symbolize the intricate relationship between underlying assets and derivatives in decentralized finance. This visualization highlights synthetic assets and collateralized debt positions, where cross-chain liquidity provision creates interconnected value streams. The color transitions represent yield aggregation protocols and delta-neutral strategies for risk management. The seamless flow demonstrates the interconnected nature of automated market makers and advanced options trading strategies within crypto markets.](https://term.greeks.live/wp-content/uploads/2025/12/abstract-visualization-of-cross-chain-liquidity-provision-and-delta-neutral-futures-hedging-strategies-in-defi-ecosystems.webp)

Meaning ⎊ A trading approach using orders with price constraints to ensure execution only at favorable levels and control costs.

### [Expected Loss Calculation](https://term.greeks.live/term/expected-loss-calculation/)
![The abstract visualization represents the complex interoperability inherent in decentralized finance protocols. Interlocking forms symbolize liquidity protocols and smart contract execution converging dynamically to execute algorithmic strategies. The flowing shapes illustrate the dynamic movement of capital and yield generation across different synthetic assets within the ecosystem. This visual metaphor captures the essence of volatility modeling and advanced risk management techniques in a complex market microstructure. The convergence point represents the consolidation of assets through sophisticated financial derivatives.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-strategy-interoperability-visualization-for-decentralized-finance-liquidity-pooling-and-complex-derivatives-pricing.webp)

Meaning ⎊ Expected Loss Calculation quantifies counterparty credit risk in decentralized derivatives to maintain protocol solvency and capital integrity.

### [Trade Clustering](https://term.greeks.live/definition/trade-clustering/)
![A stylized dark-hued arm and hand grasp a luminous green ring, symbolizing a sophisticated derivatives protocol controlling a collateralized financial instrument, such as a perpetual swap or options contract. The secure grasp represents effective risk management, preventing slippage and ensuring reliable trade execution within a decentralized exchange environment. The green ring signifies a yield-bearing asset or specific tokenomics, potentially representing a liquidity pool position or a short-selling hedge. The structure reflects an efficient market structure where capital allocation and counterparty risk are carefully managed.](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-protocol-executing-perpetual-futures-contract-settlement-with-collateralized-token-locking.webp)

Meaning ⎊ The tendency for trades to occur in rapid bursts, often signaling institutional activity or reactive momentum.

### [Impermanent Loss Mechanics](https://term.greeks.live/definition/impermanent-loss-mechanics/)
![A detailed cross-section reveals the layered structure of a complex structured product, visualizing its underlying architecture. The dark outer layer represents the risk management framework and regulatory compliance. Beneath this, different risk tranches and collateralization ratios are visualized. The inner core, highlighted in bright green, symbolizes the liquidity pools or underlying assets driving yield generation. This architecture demonstrates the complexity of smart contract logic and DeFi protocols for risk decomposition. The design emphasizes transparency in financial derivatives.](https://term.greeks.live/wp-content/uploads/2025/12/abstract-representation-layered-financial-derivative-complexity-risk-tranches-collateralization-mechanisms-smart-contract-execution.webp)

Meaning ⎊ The risk that price divergence in an AMM pool results in lower returns than simply holding the assets.

### [Volatility Hedging Strategies](https://term.greeks.live/term/volatility-hedging-strategies/)
![A complex geometric structure displays interlocking components in various shades of blue, green, and off-white. The nested hexagonal center symbolizes a core smart contract or liquidity pool. This structure represents the layered architecture and protocol interoperability essential for decentralized finance DeFi. The interconnected segments illustrate the intricate dynamics of structured products and yield optimization strategies, where risk stratification and volatility hedging are paramount for maintaining collateralization ratios.](https://term.greeks.live/wp-content/uploads/2025/12/interlocking-defi-protocol-composability-demonstrating-structured-financial-derivatives-and-complex-volatility-hedging-strategies.webp)

Meaning ⎊ Volatility hedging strategies utilize derivative structures to define risk parameters and stabilize portfolios against unpredictable market movements.

### [Limit Order Book Latency](https://term.greeks.live/definition/limit-order-book-latency/)
![A futuristic, high-gloss surface object with an arched profile symbolizes a high-speed trading terminal. A luminous green light, positioned centrally, represents the active data flow and real-time execution signals within a complex algorithmic trading infrastructure. This design aesthetic reflects the critical importance of low latency and efficient order routing in processing market microstructure data for derivatives. It embodies the precision required for high-frequency trading strategies, where milliseconds determine successful liquidity provision and risk management across multiple execution venues.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-trading-microstructure-low-latency-execution-venue-live-data-feed-terminal.webp)

Meaning ⎊ The time delay between order submission and execution, impacting trading efficiency and susceptibility to front-running.

### [Synthetic Central Limit Order Book](https://term.greeks.live/term/synthetic-central-limit-order-book/)
![A futuristic, four-pointed abstract structure composed of sleek, fluid components in blue, green, and cream colors, linked by a dark central mechanism. The design illustrates the complexity of multi-asset structured derivative products within decentralized finance protocols. Each component represents a specific collateralized debt position or underlying asset in a yield farming strategy. The central nexus symbolizes the smart contract or automated market maker AMM facilitating algorithmic execution and risk-neutral pricing for optimized synthetic asset creation in high-volatility environments.](https://term.greeks.live/wp-content/uploads/2025/12/interconnected-multi-asset-derivative-structures-highlighting-synthetic-exposure-and-decentralized-risk-management-principles.webp)

Meaning ⎊ A Synthetic Central Limit Order Book abstracts fragmented liquidity into a unified, high-performance interface for efficient decentralized trading.

### [Liquidity Provider Impermanent Loss](https://term.greeks.live/definition/liquidity-provider-impermanent-loss/)
![A complex network of glossy, interwoven streams represents diverse assets and liquidity flows within a decentralized financial ecosystem. The dynamic convergence illustrates the interplay of automated market maker protocols facilitating price discovery and collateralized positions. Distinct color streams symbolize different tokenized assets and their correlation dynamics in derivatives trading. The intricate pattern highlights the inherent volatility and risk management challenges associated with providing liquidity and navigating complex option contract positions, specifically focusing on impermanent loss and yield farming mechanisms.](https://term.greeks.live/wp-content/uploads/2025/12/interplay-of-crypto-derivatives-liquidity-and-market-risk-dynamics-in-cross-chain-protocols.webp)

Meaning ⎊ The loss of value experienced by liquidity providers due to asset price divergence within a pool versus holding tokens.

---

## Raw Schema Data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://term.greeks.live/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Term",
            "item": "https://term.greeks.live/term/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Stop-Limit Orders",
            "item": "https://term.greeks.live/term/stop-limit-orders/"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://term.greeks.live/term/stop-limit-orders/"
    },
    "headline": "Stop-Limit Orders ⎊ Term",
    "description": "Meaning ⎊ Stop-Limit Orders provide automated, price-constrained execution, balancing the need for risk mitigation with control over final trade pricing. ⎊ Term",
    "url": "https://term.greeks.live/term/stop-limit-orders/",
    "author": {
        "@type": "Person",
        "name": "Greeks.live",
        "url": "https://term.greeks.live/author/greeks-live/"
    },
    "datePublished": "2026-03-13T04:59:32+00:00",
    "dateModified": "2026-04-29T01:32:39+00:00",
    "publisher": {
        "@type": "Organization",
        "name": "Greeks.live"
    },
    "articleSection": [
        "Term"
    ],
    "image": {
        "@type": "ImageObject",
        "url": "https://term.greeks.live/wp-content/uploads/2025/12/nested-smart-contract-collateralization-risk-frameworks-for-synthetic-asset-creation-protocols.jpg",
        "caption": "A sequence of layered, octagonal frames in shades of blue, white, and beige recedes into depth against a dark background, showcasing a complex, nested structure. The frames create a visual funnel effect, leading toward a central core containing bright green and blue elements, emphasizing convergence."
    }
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "@id": "https://term.greeks.live/term/stop-limit-orders/",
    "mentions": [
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/legal-framework-considerations/",
            "name": "Legal Framework Considerations",
            "url": "https://term.greeks.live/area/legal-framework-considerations/",
            "description": "Compliance ⎊ Regulatory oversight of cryptocurrency, options trading, and financial derivatives necessitates adherence to evolving frameworks like MiCA, alongside existing securities laws."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/trading-compliance-audits/",
            "name": "Trading Compliance Audits",
            "url": "https://term.greeks.live/area/trading-compliance-audits/",
            "description": "Audit ⎊ Trading compliance audits, within the context of cryptocurrency, options trading, and financial derivatives, represent a systematic evaluation of adherence to regulatory requirements and internal policies."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/flash-crash-protection/",
            "name": "Flash Crash Protection",
            "url": "https://term.greeks.live/area/flash-crash-protection/",
            "description": "Algorithm ⎊ Flash Crash Protection, within cryptocurrency and derivatives markets, relies on automated systems designed to detect and mitigate anomalous trading activity."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/behavioral-game-theory-applications/",
            "name": "Behavioral Game Theory Applications",
            "url": "https://term.greeks.live/area/behavioral-game-theory-applications/",
            "description": "Application ⎊ Behavioral Game Theory Applications, when applied to cryptocurrency, options trading, and financial derivatives, offer a framework for understanding and predicting market behavior beyond traditional rational actor models."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/options-pricing-models/",
            "name": "Options Pricing Models",
            "url": "https://term.greeks.live/area/options-pricing-models/",
            "description": "Calculation ⎊ Options pricing models, within cryptocurrency markets, represent quantitative frameworks designed to determine the theoretical cost of a derivative contract, factoring in inherent uncertainties."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/order-fill-probability/",
            "name": "Order Fill Probability",
            "url": "https://term.greeks.live/area/order-fill-probability/",
            "description": "Order ⎊ The probability of complete execution for an order submitted to a cryptocurrency exchange or decentralized platform, particularly relevant when dealing with options or complex derivatives, reflects the interplay between order size, market liquidity, and prevailing order book conditions."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/stop-loss-order-alternatives/",
            "name": "Stop-Loss Order Alternatives",
            "url": "https://term.greeks.live/area/stop-loss-order-alternatives/",
            "description": "Action ⎊ Stop-loss order alternatives encompass a spectrum of strategies designed to mitigate potential losses beyond the immediate execution of a standard stop-loss."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/automated-risk-controls/",
            "name": "Automated Risk Controls",
            "url": "https://term.greeks.live/area/automated-risk-controls/",
            "description": "Control ⎊ Automated risk controls represent a critical layer of defense in high-frequency trading environments and decentralized finance protocols."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/position-sizing-methods/",
            "name": "Position Sizing Methods",
            "url": "https://term.greeks.live/area/position-sizing-methods/",
            "description": "Calculation ⎊ Position sizing methodologies fundamentally determine the appropriate capital allocation for each trade, directly influencing portfolio risk and return characteristics."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/trading-position-entry/",
            "name": "Trading Position Entry",
            "url": "https://term.greeks.live/area/trading-position-entry/",
            "description": "Action ⎊ A trading position entry signifies the initiation of a market exposure, representing a commitment of capital based on a defined hypothesis regarding future price movements."
        }
    ]
}
```


---

**Original URL:** https://term.greeks.live/term/stop-limit-orders/
