About How "And" Block Works
-
Hello,
Maybe it's a simple question but I still don’t get it. How does an “and” block work?
For instance, area 1 is not same with area 2 or 3, right?

Regards.
ss
-
@allstarengin AND block in area 1 needs to be reached from blocks 2 and 3 at the same time to work. It is pretty like your area 3
In area 2 the signal passes through both block 8 and block 9, it doesn't matter which one comes first or last.
Double click on the voice to see explanation

-
@ambrogio thank you

-
On another note, I have a question about Area 2:
"If blocks 8 and 9 in Area 2 signal simultaneously, how does the bot decide which one to trade? Or is it impossible for them to trigger at the exact same moment - meaning one will always signal a few milliseconds earlier/later than the other?"
-
@allstarengin if the two condition happens at the same time, the block #8 passes, because it have the lower ID number, and it is verified before block #9
-
@ambrogio thanks bro


-
@allstarengin you're welcome!