Giter VIP home page Giter VIP logo

Comments (10)

shlomiku avatar shlomiku commented on July 28, 2024 2

Hi,
I added support for the bracket order.
it will be available on pypi in the next release.
you could install it directly from github right now like this:
pip install -U git+https://github.com/alpacahq/alpaca-backtrader-api

from alpaca-backtrader-api.

kr011 avatar kr011 commented on July 28, 2024 1

Oh I see. Yeah that works thank you.

from alpaca-backtrader-api.

kr011 avatar kr011 commented on July 28, 2024

@shlomikushchi thanks. What version is this going to be in? I noticed 0.8.0 is out, but doesn't look like this fix is in it.

from alpaca-backtrader-api.

kr011 avatar kr011 commented on July 28, 2024

I just tested this with a install of master branch like you suggested, but still I don't see it working. This is how I place the order:

take_prof = d.close[0]*1.05
stop_price = d.close[0]*0.95

orders = self.buy_bracket(
    data=d, 
    exectype=bt.Order.Market,
    stopprice=stop_price,
    limitprice=take_prof,
    size=10
)

And here is what I see in Alpaca closed orders:
image

from alpaca-backtrader-api.

shlomiku avatar shlomiku commented on July 28, 2024

you are supposed to see the stop and take profit orders in the open orders, not the closed orders

from alpaca-backtrader-api.

arahmed24 avatar arahmed24 commented on July 28, 2024

@shlomikushchi thank you for great posts. We are using Backtrader with Alpaca and are able to submit a bracket order as you suggested.

Is there a way to submit the stop price as the percent instead of a pre-calculated value? i.e. We want to submit a market order with a stop loss of .1%.

Thanks in advance!

from alpaca-backtrader-api.

kr011 avatar kr011 commented on July 28, 2024

@arahmed24 why don't you just calculate it like this "stopprice=self.data0.close[0]*0.999" (assuming you are going long)

from alpaca-backtrader-api.

arahmed24 avatar arahmed24 commented on July 28, 2024

@kr011 Thanks for your response. That's what we are currently doing, we calculate the stop price based on closed price and submit it with the order. Our preference is to submit a stop loss as a percent of the executed price, not calculated based on the current price or close price. Let's take an example. Assume the close price 100 when we place the market order but it gets filled at 100.99/9executed price), in this case, we want the stop loss to be 100.99*.999 instead of 100 *.999.

Thanks

from alpaca-backtrader-api.

kr011 avatar kr011 commented on July 28, 2024

@arahmed24 understood. I think it's better for you to open a new issue, as this one was a request to implement bracket orders, which was completed and already closed.

from alpaca-backtrader-api.

arahmed24 avatar arahmed24 commented on July 28, 2024

@kr011 will do :) Thanks for your help.

from alpaca-backtrader-api.

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.