Hello Everybody.
i want trade only on specific days. I closed the Trades on the same days.
If i trade like:
dayofweek = 1 the system trades only on Monday, it works fine and the profit is 100€
dayofweek = 5 the system trades only on Friday, it works fine and the profit is 300€
if i trade Monday and Fridays with
tradedays = dayofweek = 1 or dayofweek = 5 the result is 50€
it doesn´t matt if i use something like this
tradedays = ((dayofweek = 1) or (dayofweek = 5))
it doesn´t matters if i use tradedays at the beginning as variabel or in a “if clause