I have this:
Can I see one for ADX?
Mine isnt working - I figured you could just change the one word in the script
def ADX = ADX(12,close);
plot Scan = ADX > ADX[1] and ADX[1] > ADX[2];
Ruby:# scan for 2 days rising momentum def mom = AccumDistBuyPr(); plot Scan = mom > mom[1] and mom[1] > mom[2];
Can I see one for ADX?
Mine isnt working - I figured you could just change the one word in the script
def ADX = ADX(12,close);
plot Scan = ADX > ADX[1] and ADX[1] > ADX[2];
Attachments
Last edited by a moderator: