OlympusTrader.insight.executors.canceled package

Submodules

OlympusTrader.insight.executors.canceled.defaultOnCancelled module

class OlympusTrader.insight.executors.canceled.defaultOnCancelled.DefaultOnCancelledExecutor(strategy, **kwargs)

Bases: BaseExecutor

### Executor for Default On Cancelled This executor is used to delete the insight from the strategy when it is cancelled.

Parameters:

(BaseStrategy) (strategy) – The strategy instance

Author:

@isaac-diaby

run(insight)

Run the executor.

Module contents