enzoampil / fastquant

fastquant — Backtest and optimize your ML trading strategies with only 3 lines of code!
MIT License
1.52k stars 239 forks source link

Add separate Exit signal logic #404

Closed mikeejazmines closed 2 years ago

mikeejazmines commented 2 years ago

Description

Currently, to exit a position, one needs to get a separate sell (if long). This adds separate checks for an exit signal in exit_long_signal and exit_short_signal

Checklist