Nw High New Low for Amibroker (AFL)
Ahmadbrebes almost 16 years ago Amibroker (AFL)
Simple to find New High and New Low AFL
Indicator / Formula
Copy & Paste Friendly
//X_NewHiLo
//NewHi = H > HHV(Ref(H, -1),250);
NewLo = L < LLV(Ref(L, -1),125);
Filter = NewLo;
//AddColumn(NewHi, "NewHi");
AddColumn(NewLo, "NewLo");2 comments
Leave Comment
Please login here to leave a comment.
it`s scan only new low script,not new high
anybody have any alternation for new high scan
Any one write afl for scanning with plot chart for “2B Buy-Sell System”