try putting once per bar just before buy/sell blocks, so the conditions can be checked on every tick. it's possible that the cross condition can be skipped if once per bar is connected to it
once per bar triggers at the start of a bar, and x> checks if on previous bar value was under and on current is above.
at the start of the bar it can be bellow. then at the end of the bar it can be above. but we only check once at the start.
so on the first trigger it was under on both candle A and candle B. and if during the bar your value crossed above
on the next bar it will be above on candle B and candle C meaning the block will never trigger.


the'
I do not think you can access the journal/expert tabs from with experts unfortunately


it's good that it was fast