tensortrade.actions package

tensortrade.actions.get(identifier)[source]

Gets the ActionStrategy that matches with the identifier.

Parameters

identifier (str) – The identifier for the ActionStrategy

Raises

KeyError – if identifier is not associated with any ActionStrategy

Return type

ActionStrategy