Skip to main content

ORB in Bar Style for Amibroker (AFL)

Copy & Paste Friendly

visit marketlogy.com for unique AFL codes.


Daily=(Day()!= Ref(Day(), -1)) OR BarIndex() == 0;
DHigh=HighestSince(Daily,H);				
DLow=LowestSince(Daily,L);
Plot(DHigh,"",colorWhite,styleBar|styleNoRescale|styleNoLabel);
Plot(DLow,"",colorWhite,styleBar|styleNoRescale|styleNoLabel);