XATPER
New member
I'm trying to find stocks that have dropped more than the dividend payment (on the Ex-Date or after) I've come close with :
input days = 1;
plot scan = GetDividend() from days bars ago and close is less than close + GetDividend() from days bars ago;
but some of the results don't meet the desired "price drop".
Any help would be appreciated.
input days = 1;
plot scan = GetDividend() from days bars ago and close is less than close + GetDividend() from days bars ago;
but some of the results don't meet the desired "price drop".
Any help would be appreciated.