Skip to content

Commit 045d62f

Browse files
committed
Update templates
1 parent de7ae32 commit 045d62f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

investing_algorithm_framework/templates/projects/algorithm_project_directory/algorithm_project_template/configuration/context.py-template

100644100755
File mode changed.

investing_algorithm_framework/templates/projects/algorithm_project_directory/algorithm_project_template/configuration/extensions.py-template

100644100755
File mode changed.

investing_algorithm_framework/templates/projects/algorithm_project_directory/algorithm_project_template/order_executors/__init__.py-template

100644100755
File mode changed.

investing_algorithm_framework/templates/projects/algorithm_project_directory/algorithm_project_template/order_executors/order_executors.py-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Define here all your order executors
1010

1111

1212
class MyOrderExecutor(RelationalOrderExecutor):
13-
id = 'MyOrderExecutor'
13+
id = 'my_order_executor'
1414
run_after = MyStrategy
1515

1616
def execute_orders(self) -> None:

0 commit comments

Comments
 (0)