blankly.docs blankly.docs
  • Getting Started

    • Overview
    • Installation
    • Common Gotchas
    • Why Blankly?
    • Your First Blankly Algorithm
    • Sandbox Trading
  • Futures

    • Getting Started with Futures
  • Examples

    • Integrating with Custom Models
    • The Golden Cross
    • MACD
    • An RSI Screener
    • RSI
    • Tweets and Custom Data
  • Blankly Strategy

    • Strategy Overview
    • Managing Strategy State
    • Strategy Event Lifecycle
    • Strategy Functions Reference
  • Blankly Model

    • Model Overview
  • Framework

    • Exchange
    • Exchange Interface
    • Futures Exchange
    • Exchange Interface
    • Screener
  • Orders

    • Market Order
    • Futures Order
    • Order
    • Limit Order
    • Take Profit Order
    • Stop Loss Order
  • Metrics & Indicators

    • Metrics
    • Indicators
  • Utilities

    • Utilities
    • Time Utilities
    • Scheduler
    • Exceptions
    • Backtest Result
    • Reporter
  • Websockets

    • Websocket Manager
    • Ticker Manager
    • Orderbook Manager
    • General Manager
  • Config

    • backtest.json
    • blankly.json
    • keys.json
    • notify.json
    • settings.json
  • Services

    • Deployment API
    • Events API
  • More

Take Profit Order

The take-profit order response inherits from the LimitOrder object, found here. This means that all the functions described in that document will also work here.

Edit this page on GitHub
settings.json Stop Loss Order