OlympusTrader.insight.executors.closed package

Submodules

OlympusTrader.insight.executors.closed.defaultOnClosed module

class OlympusTrader.insight.executors.closed.defaultOnClosed.DefaultOnClosedExecutor(strategy, **kwargs)

Bases: BaseExecutor

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

Parameters:

(BaseStrategy) (strategy) – The strategy instance

Author:

@isaac-diaby

run(insight)

Run the executor.

Module contents