AlphaCapture Protocol
  • Getting Started
    • Overview
    • Use Cases
  • Basic Concepts
    • Proof of Performance
      • Proof of Idea
      • Proof of Trade
    • Pricing
      • Stop Losses
      • Supported Assets
    • Access Control
    • zkSubscription
      • Marketplaces
    • Verification
    • FAQs
  • SDK Reference
    • Installation
    • Strategies
      • Retrieving Strategies
        • My Strategies
        • Accessible Strategies
        • All Strategies
        • Creator Strategies
      • Get Strategy (Signal)
      • Get Strategy (Rebalance)
        • Get Rebalances
        • Get Rebalance (Single)
        • Get Current Portfolio
    • Ideas
      • Retrieving Ideas
      • Creating Ideas
        • Proof of Idea
        • Proof of Trade
        • Estimated Costs
        • Asset Price Check
      • Adjusting Idea
      • Closing Ideas
        • Proof of Idea
        • Proof of Trade
      • Share of Token
      • Miscellaneous
  • D2 Execution
    • Overview
Powered by GitBook
On this page
  1. Basic Concepts
  2. Pricing

Stop Losses

It is not possible to add a stop loss or a limit to an Investment Idea.

This is for two reasons:

  • Having a stop/limit price does not guarantee that a real position would be executed at that price.

  • The responsibility for the communication at which an Investment Idea of any type should be opened or closed rests with the strategy creator, without interpretation by any other third party

A real example of why a stop doesn't guarantee execution:

You have an open long trade in stock, "AAAA", opened at a real-time market price of $100, with a stop at $95. Company earnings are announced after market hours, resulting in a collapse of the stock price to $50 when the market opens the next morning. The first real-time market price at which the trade can be closed out is $50, not $95. The stop price would indicate a loss of only 5%, but the true performance of the trade is a loss of 50%.

Solution

  • Algo/Manual trigger - when the stop or limit is hit, this triggers the creation of an Investment Idea as any other type of trade would

  • Proof of Trade - when a position stop or limit is hit, this also triggers the creation of an Investment Idea as any other type of trade would

PreviousPricingNextSupported Assets

Last updated 1 year ago