How to edit the trade only in the specified hour?
-
trade are only conducted in designated hours, but they mvay not be continuous, such as "1, 5, 7, 8, 12, 18, 23".
It is required that only one parameter can be used to express multiple discontinuous hours. -
Like this

-
@txzz Not sure what you mean. Maybe 14:00, 15:00, 16:00? Then I don't understand the numbers on the right.
-
@l-andorrà
Yes, the number on the right represents the hour, but it is not necessarily continuous, but a specific hour determined according to the optimization result. It can be any combination of hours between 0-23. -
@l-andorrà
For example, the numbers on the right are 10, 15, 21. Then it means that transactions are only allowed between 10:00-10:59, 15:00-15:59, and 21:00-21:59. -
heres a little tutorial from someone in my group. You need to build a custom enumerations list.