Condition is not executed
-

Above u can find the problem Iam currently having. Help is greatly apreciated.
Basically I have 2 Main conditions. First one gives me my entry signal and the second is supposed to filter my signals. The green buffer of the indicator has to be above 0 to continue and enter the trade(filter). But somehow this "filter" just doesnt get triggered.
My Candle id is 1.
Thanks again for everyone who takes the time to look at this! -
@behold if you have another buffer then apply that. Logic will be new buffer <=0. Should work. I think problem is that your green buffer is ID=0, and based on my experience, id 0 isn't read correctly read by that block. Let me know how you go.
-
Are you sure your indicator doesn't repaint? Just look at it for 10 minutes on a 1M chart and confirm colours aren't changes AFTER the price has moved in the opposite direction. That is very common in coloured line indicators.
-
I believe it is something like it. Its not like repainting in a big manner but somehow adjusting on a very small level. I just moved on, to find something better.
But thanks for the input. -
@behold You're welcome.