Group structures

User to User support only. For technical support visit www.betangel.com/support/
Post Reply
Archery1969
Posts: 3217
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

Hi,

Have i got my group structures correct ?

Thanks,
You do not have the required permissions to view the files attached to this post.
sa7med
Posts: 800
Joined: Thu May 18, 2017 8:01 am

Archery1969 wrote:
Tue Apr 07, 2020 9:49 am
Hi,

Have i got my group structures correct ?

Thanks,
Not sure what you're trying to do but the logic is the following: OR(AND(1st block),AND(2nd block),AND(3rd block))

ie if all of the conditions in at least one of the blocks are true.
Archery1969
Posts: 3217
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sa7med wrote:
Tue Apr 07, 2020 10:22 am
Archery1969 wrote:
Tue Apr 07, 2020 9:49 am
Hi,

Have i got my group structures correct ?

Thanks,
Not sure what you're trying to do but the logic is the following: OR(AND(1st block),AND(2nd block),AND(3rd block))

ie if all of the conditions in at least one of the blocks are true.
Hi,

Thanks for the response. I have changed it slightly. Basically the first block at the top must always be true and then at least 1 of the other blocks down from there. So, does this now look correct ?
You do not have the required permissions to view the files attached to this post.
sa7med
Posts: 800
Joined: Thu May 18, 2017 8:01 am

You dont need the outermost grouping. Just take the first block out of the container block. So it would be like:

conditions
volume block (dont need to group them since they all need to be true by default)
Group (atleast one must be true)
Group (all must be true)
back price < backprice 10 secs ago
etc
etc
End group
Group (all must be true)
back price = backprice 10 secs ago
etc
etc
End group
End group

Also, isn't there a >= option now? If so then you can just eliminate one of the groups and set to <=
Archery1969
Posts: 3217
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sa7med wrote:
Tue Apr 07, 2020 12:27 pm
You dont need the outermost grouping. Just take the first block out of the container block. So it would be like:

conditions
volume block (dont need to group them since they all need to be true by default)
Group (atleast one must be true)
Group (all must be true)
back price < backprice 10 secs ago
etc
etc
End group
Group (all must be true)
back price = backprice 10 secs ago
etc
etc
End group
End group

Also, isn't there a >= option now? If so then you can just eliminate one of the groups and set to <=
Many thanks,
Post Reply

Return to “Support”