@NamiyrD Then you need to use variables like this:
https://fxdreema.com/shared/uQTPeZIFd
Are you familiar with using variables?
@NamiyrD Then you need to use variables like this:
https://fxdreema.com/shared/uQTPeZIFd
Are you familiar with using variables?
Yes, that is possible, but when do you exactly need the order to be programmed, as soon as the fractal is appearing or only when it is confirmed?
You maybe should contact the admin to let him know.
Trades never close because you specified those belonging to groups 1, 2 and 3 were to do it while all open ones belong to group 0. Simply remove those groups 1,2 and 3 from blocks 12, 27 and 42. On your lot size, it is weird because your logic is correct if those initial values are correctly selected.
I'm not a programmer, but are you sure the formula in the 'log message' block is correct?
It's working fine now. Does the problem still persist?
You are using Constants as your lot size for 1st, 2dn and 3rd trade. If you are selecting different values, they should be different as per your loginc. Is this the whole project or just part of it?
Are you sure. It works perfectly fine on my end. What broker terminal are you using?
Do you mean you profit on open trades only or closed trades too? And do you mean you just want positive numbers?
You should use as many different groups as traded charts. That way each group will be holding its specific martingale lot size. However, you will need different variables too. Sharing the same variable on all trades will never work.
That depends on the timeframe you are interested in. I guess you mean 1H right?
Ok. But can there be more than 1 open trade at a time? I mean what happens if the buy trade is triggered? Will there be more pending orders later?
That's an interesting exercise to think of. Should those weeks be 5 days long only (5 trading days) or could they be shorter?
That depends on the indicator. In general you can use a boolean variable on a flag block to do it.
Ok. Then your question is solved. Could you please mark the thread accordingly?
I see they are different objects, but if a trade is closed and AT THAT EXACT moment the condition for a trade to open are met, although from a different object, a new trade will be immediately open. This is why sometimes it happens and sometimes it doesn't.