analyse_trigger_updates#
API documentation for tradeexecutor.analysis.stop_loss.analyse_trigger_updates Python function.
- analyse_trigger_updates(position)[source]#
Analyse trigger updates of a single position.
Figure out what’s going on with the stop loss trigger of a single position
- Returns:
DataFrame where each row is a position containing human-readable data about the stop loss performance of this position.
- Parameters:
position (TradingPosition) –
- Return type:
DataFrame