SaguaroTrader.jl
SaguaroTrader.jl copied to clipboard
External signal, stop loss, take profit support?
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?
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.