Hey all, looking to take this script and use it in a scan:
"plot x = Round(100 * ((close / open) - 1), 1);"
To be specific, I'm trying to create two separate watchlists,
one that only displays values for x > 0 and another for x < 0.
It feels like this should be really easy but so far a solution has proven elusive.
I'm already running the formula as a custom watchlist column, now I just
need my scanner to filter for positive and negative values so I don't
have to switch back and forth between ascending and descending.
Just need to combine the above script with a conditional like "such that x < 0" as a criteria.
Thanks in advance,
SK
"plot x = Round(100 * ((close / open) - 1), 1);"
To be specific, I'm trying to create two separate watchlists,
one that only displays values for x > 0 and another for x < 0.
It feels like this should be really easy but so far a solution has proven elusive.
I'm already running the formula as a custom watchlist column, now I just
need my scanner to filter for positive and negative values so I don't
have to switch back and forth between ascending and descending.
Just need to combine the above script with a conditional like "such that x < 0" as a criteria.
Thanks in advance,
SK
Last edited: