@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
@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