Coder Social home page Coder Social logo

Order types about pybroker HOT 3 CLOSED

edtechre avatar edtechre commented on May 22, 2024
Order types

from pybroker.

Comments (3)

edtechre avatar edtechre commented on May 22, 2024 1

Thank you for your feedback! I think it is a great idea to make a simple interface for placing stop-loss and take-profit orders. I will think about how best to add this.

In the meantime, you can accomplish all of these with the existing implementation.

Stop-loss
Take-profit

You can retrieve positions from the ExecContext that is passed to your execution function. See the short_pos, long_pos, and positions functions.

Each Position holds PnL info, as well as a sequence of Entry objects that contain information about the price and number of shares that were used to enter the position.

Using that information, you can implement your own stop-loss and take-profit rules.

Stop-buy/sell

You can write a trading rule that executes a buy or sell order when a ticker's OHLC goes above or below a specified price.

Limit-buy/sell

You can place a limit order by setting buy_limit_price or sell_limit_price.

from pybroker.

edtechre avatar edtechre commented on May 22, 2024

Hi @rokups,

I have committed changes that add support for the following stop types:

  • Stop-loss
  • Take-profit
  • Trailing stop-loss

You can see some examples in a new notebook: Applying Stops. These changes will be part of the next v1.1 release.

from pybroker.

rokups avatar rokups commented on May 22, 2024

Thank you! 🙏

from pybroker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.