Skip to main content

Nw High New Low for Amibroker (AFL)

Ahmadbrebes almost 16 years ago Amibroker (AFL)

  • Rating:
    5 / 5 (Votes 1)
  • Tags:
    amibroker, exploration

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

about 14 years ago

it`s scan only new low script,not new high
anybody have any alternation for new high scan

almost 14 years ago

Any one write afl for scanning with plot chart for “2B Buy-Sell System”

Leave Comment

Please login here to leave a comment.