Yes sir, you can configure both Stop Loss and End Time for the same position. Both conditions will work independently, and whichever condition is triggered first will exit the position.
-> If the Stop Loss is hit before the configured End Time, the position will be squared off by the Stop Loss.
-> If the configured End Time is reached before the Stop Loss is hit, the position will be squared off by the End Time.
For example:
-Stop Loss: 100 points
-End Time: 15:15
If the Stop Loss is triggered at 14:45, the position will be exited at that time and the End Time will no longer matter for that position.
If the Stop Loss is not triggered and the position is still open at 15:15, the End Time will trigger the square-off.
=> So, when multiple exit conditions are configured, the first condition that is satisfied will handle the exit of the position.