For the love of all that is holy, I can't get this thing to work. Pls help me before I cry.
-
I've been trying to get an indicator logic set to work and the logic is perfect but it does not execute properly.
The general jist is an oscillator with 2 level crosses.
One cross when the line crosses above the 20 line and the next cross when it goes below the next 80 line.
I have applied a filter to ensure that it does not allow entry until it does a full cycle across the opposing line first for each entry.For example

I made it so that it must cross out of the 20 line and into 80 line first before it is allowed to enter when it crosses below the 80 line again.
And it must cross cross out of the 80 line and into the 20 line before it is allowed to enter when it crosses above the 20 line again.

The purpose of this filter is to avoid situations like this

This is my current configuration
but I've tried as many as I could think of but the code either doesn't enter any trades, enters every trade, or enters the wrong trades.Essentially the entry is not allowed until the value of both "low" and "high" is 1 for buys or 0 for shorts.
Combinations of 1 and 0 will not pass the filter. Except for the part where everything passes the filter.
I've tried using 0/1 combinations as an entry block condition and it does filter trades, but not the right ones. I've also tried other things it simply never works.Here is an example using the cci
0_1605730738251_CCI line cross.ex4I would greatly appreciate it if someone could help me resolve this issue. Thanks.
-
@coinmaster Can you please share the link instead of the ex4 file?