issues
search
tradingstrategy-ai
/
trade-executor
A Python framework for managing positions and trades in DeFi
https://tradingstrategy.ai
Other
109
stars
30
forks
source link
Market limit order
#1034
Closed
miohtama
closed
2 months ago
miohtama
commented
3 months ago
Triggers and market limit order preliminary work
See
PositionManager
docstrings for usage
Open spot on market limit
Partial take profits
Allow to set triggers on cross over and cross under entries for positions that are then opened during trigger check
Triggers are set up in
decide_trades()
but checked and executed in
check_stop_loss
cycle
PositionManager
docstrings for usagedecide_trades()
but checked and executed incheck_stop_loss
cycle