OR logic not working
-
Can anyone help me identify why the OR logic is not working on this EA. Thanks in advance https://fxdreema.com/shared/UVG1xa1rc
-
any ideas my friend @roar
-
@drewliedadeuce the else-output from crossing conditions behaves a little weird. It doesnt mean "not cross", instead it means "cross below" if the condition is "cross above".
-
Thanks for your response. So the cross condition in block 29 works as it should but when this condition is not true it does not check block 62 for some reason
-
@drewliedadeuce block 61 is checked when RSI crosses above 70. Is that how you want it?
-
yes I have it set to crossing below 70 RSI, that way it can continue past 70 RSI and I would be able to manually close it at its peak
-
@drewliedadeuce you dont listen to me, lol

In block 29:
- ORANGE (true) activates when RSI crosses below70
- YELLOW (false) activates when RSI crosses above 70
-
Lol apologies my friend. I misunderstood but I get what you are saying now. I should use "and" instead of "else" because of the tricky situation. I am about to give it a try. Thanks a ton!
-
Is this what you were suggesting? https://fxdreema.com/shared/UVG1xa1rc @roar
-
@drewliedadeuce just connect the blocks in parallel, so they dont depend on the rsi cross thing.

-
GENIUS! It works but it no longer checks for the RSI parameter because it gets to the bollinger band first. @roar
-
@drewliedadeuce uh, please explain how you want the conditions to happen
-
When a buy or sell initiates I would like to ride the trend until it crosses above/below the RSI. If this is unable to happen then I would take profit at the Upper/Lower bollinger band.
I tried using crosses below Upper band / crosses above lower band so that this might happen but it does not work
-
@drewliedadeuce ok, if RSI condition is unable to happen, of course bollinger band condition happens first. Why is that a problem?
it no longer checks for the RSI parameter because it gets to the bollinger band first.
The EA cannot predict ahead of time, whether the RSI will happen or not.
-
I see what you mean, this is almost impossible to configure. It only poses a problem because there are times where the trend continues beyond the bollinger band but the EA will have already taken profit
