SaguaroTrader.jl icon indicating copy to clipboard operation
SaguaroTrader.jl copied to clipboard

External signal, stop loss, take profit support?

Open liuyxpp opened this issue 1 year ago • 1 comments

After reading the doc, I am still confusing on how to implement a strategy which takes external signals to fire a buy or sell order, and how to submit a stop-loss and/or take-profit order like Backtesting.py?

liuyxpp avatar Dec 17 '23 03:12 liuyxpp

Unfortunately, SaguaroTrader.jl does not currently support event-driven strategies. Only schedule-driven trading strategies. We will look into incorporating the ability to trade on external signals and the ability to use stop-loss and/or take-profit orders.

The library was designed to fit internal needs, so we appreciate your comment about future directions that would make the library more useful for external groups.

tylerjthomas9 avatar Dec 18 '23 02:12 tylerjthomas9