@moon Actually that is a good question and I have something in mind, but haven't tried it yet with fxdreema. If you want to divide the trades by different timeframes, you need to use different magic numbers in order to keep the EA's seperataly trade their strategies. So my idea is to have something like a base magic number you specify in fxdreema and than add the timeframe in minutes to it.
Example:
Base magic number: 100
M1: 1001
M15: 10015
M30: 10030
H1: 10060
H4: 100240
D1: 1001440
I haven't proofed it yet, but I think that using groups do something similar. Maybe someone can confirm this.
If that is the case you might use a variable as group number that contains your timeframe in minutes.








