Hi,
I recently made an indicator which returns 1 in case it detects what i want, 0 if not.
It’s working fine as an indicator.
I made a simple screener from this :
indicator1 = CALL “Commun SSNV”[0]
c1 = (indicator1 = 1)
SCREENER[c1]
It gives me a list of stock where my indicator is sometimes at 1 (success) but too many times at 0.
I tried many things but nothing works so far. (Trying on [1] etc, but same issues)
If any of you have an idea..
thanks
Edit : I have a Premium account with Live stocks.