hi all, I am exploring range charts and got a bit confused. I assume range charts have fixed range, but with the following code, the range seems not constant.
Range = Param("Range", 0.1, 0.01, 2, 0.01);
TimeFrameMode(3);
TimeFrameSet(Range );
Plot(C, "", colorblue, stylecandle);
Any hints are appreciated.
Scott
