close trades on friday and reopen on monday - Complex Skill
-
Hi all,
Has anyone successfully managed to close trades on a friday and reopen on monday open to avoid gaps?
My trades currently dont exit on take profit more of a if in profit X amount ill exit via a indicator cross or if proce returns below a certain value.
Any ideas?
i ran the model in mt5 but it errored expecting a contstant.
much appreciated
-
These need to either be on the on trade tab, or under pink for each block:

You are on the right track regarding day filter-time filter close/delete, at a set time on Monday use pink blocks to get the Friday trade values and reopen -
You can use the structure I'm sharing here but instead of a daily limit, you can use a weekly limit buy using green 'weekday filter' blocks:
-
@jstap I did the on trade tab

Can you help me with the "use pink blocks to get the Friday trade values and reopen"
-
Add a shared link to look at rather than a picture. With pink blocks you you will need to loop through using a for each closed block-check the age using a condition block-(if age is correct (and something like the value)-buy/sell using the trade values. I haven't tested but it would be something live this (replicate for sells): https://fxdreema.com/shared/17JCJOb4
-
@Ren12 Those blocks will never work in the 'on trade' tab. They need to be moved to the 'on tick' tab.