You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: