This screen is best suited for charting software e.g. Ninja Trader, Amibroker.
I use Amibroker. This is not a software recommendation but just an example.
Filter = (ref(C,-4) > ref(C,-3)) AND (ref(C,-3) > ref(C,-2)) AND ( ref(C,-2) > ref(C,-1)) AND (ref(C,-1) > ref(C,0));
This is part of the...