Range of first candle of each and every day

@mradtke
i guess this is the code snipplet which will give me range of first candle

FBL=ValueWhen(Day()!=Ref(Day(),-1),L);
FBH=ValueWhen(Day()!=Ref(Day(),-1),H);
range=FBH-FBL;

Moderator comment: you need to use CODE tags