Skip to content

Commit

Permalink
[DCA] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 12, 2023
1 parent 3b571f1 commit 5d7367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trading/Mode/dca_trading_mode/dca_trading.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def init_user_inputs(self, inputs: dict) -> None:

self.cancel_open_orders_at_each_entry = self.UI.user_input(
DCATradingModeProducer.CANCEL_OPEN_ORDERS_AT_EACH_ENTRY, commons_enums.UserInputTypes.BOOLEAN, self.cancel_open_orders_at_each_entry, inputs,
title="Cancel open orders on each entry: cancel existing orders from previous iteration on each entry.",
title="Cancel open orders on each entry: Cancel existing orders from previous iteration on each entry.",
)

@classmethod
Expand Down

0 comments on commit 5d7367d

Please sign in to comment.