stop_loss#
API documentation for tradeexecutor.strategy.stop_loss Python module in Trading Strategy.
Module description#
Stop loss trade logic.
Logic for managing position stop loss/take profit signals.
Functions#
|
Check for custom trigger conditions. |
|
Generate trades that depend on real-time price signals. |
|
See if any of the trades triggers activate. |
|
Position was closed/otherwise manipulated and we can clean up whatever triggers it had left. |
|
Write a trade logging output report on a position trigger. |
|
Trade was triggered during the trigger check. |
|
Trigger is past its best before. |