I need help
-
How do i get ''FIRST'' condition trigerred alone disregarding the rest conditions met?
Example: First RSI cross 50 alone or First stochastic cross 50 alone
Not the second, third or others after
-
It depends. Is it a permanent requirement or just a temporal/conditionate one? In case of a permanent one, just separate the block from the rest of the structure.
-
@l-andorrà thanks for your response.
I want it to be permanent. Check it out

-
@jeje101
I want it to be triggered for ''Only'' the first STOCH cross 50 after MACD signal cross 0 everytime.
-
But why do you want it to be separated if you then need all other conditions to be met? I'm afraid I don't see the logic behind that.
I'm afraid I don't see your problem, sorry.
-
@l-andorrà I think, it can make sense. If you want to run a block just once, than you should use enable and disable block blocks. In order to ease things up, I'd first determine what condition happens more often than the other. By common settings, the stochastic condition should happen more often, right?
In that case I'd do the following (for buys):
- check MACD line x> 0
- enable stochastic block (for buys) sto x> 50
- open buy trade
- disable stochastic block
And separate block:
- If MACD line < 0 disable stochastic block (for buys)
Does that make sense?
-
Yes, that makes sense. But is that what he's asking for? That what I'm not completely sure.
-
@l-andorrà For the explanation of his post including the screenshot I think it does. Let's see if my crystal ball was right again 🤪
-
I want one of those crystal balls too!

-
@l-andorrà You may have a wish for X-Mas :))