Skip to main content

MOONS RSI BUY for Amibroker (AFL)

Copy & Paste Friendly
Buy = RSIa( Close, 14 ) > 30

AND Ref( RSIa( Close, 14 ), -1 ) < 30;

Filter =  Buy;
AddColumn(C,"  close  ");
AddColumn(RSI(14),"   RSI(14)  ",2.2,colorBlack,colorYellow);