two or more crossovers
-
Hi, I'm trying to resolve a little, but for me complicated problem. I have different lines in my chart, and when the candle crossover these lines, a buy position will be executed.
How can I make the logic in that way, that if the candle crossover two or more lines, that only one positon will be opened?Thanks in advance
-
add a shared link, but probably a no trade block on top
-
I want to open more than one trade, only not more than one after one candle close.
I mean if a candle crossover two lines, than open just one trade, but if the next candle crossover another line, than open the next trade. Do you understand? -
Possibly, open each trade with different groups, this way it will be like 2 different trade that you can control separately.
-
Try the block for once per bar
-
Thanks for your suggestions. I will try it with a true or false logic. The block for once per bar would be great, but I need more of this blocks in my strategy and so they doesn't help.