Cut loss at % and stop trading for the day
-
Hi all,
I use this snippet to close out a group of positions at a certain % of loss without using a stop loss.https://fxdreema.com/shared/tC8DjC6N
How could I implement a block of trading until the next day?
-
@Alex81 add that variable to a check profit period of time
-
You can use a structure like this:
-
@jstap but this would leave the block off indefinitely... or not?
-
@Alex81 Above your buy/sell check if % value is > or<, this will stop placing a trade if outside of limit, to close check opposite then close.
-
@Alex81 No. Block 7 will reactivate it tomorrow because it is below the first block that will be activated every day.
-
Check profit period of time checks start and stop within the selected time.