I have updated Market Profile indicator to version 1.04, fixing some potential "Array out of range" errors.
onetick = NormalizeDouble(1 / (MathPow(10, DigitsM)), DigitsM);
onetick = Point;
if (Digits == 5) DigitsM = 4; else if (Digits == 3) DigitsM = 2; else DigitsM = Digits;
DigitsM = Digits;
I would like to ask if it's possible to add a feature to draw forward(or if forward is not possible normal horizontal lines) automatic lines on the high and low of the value area from the previous(session 2) period? This would be very handy in case the indicator is used for Daily periods, so that every day the previous period is marked.
I would like to ask if it's possible to add a feature to draw forward(or if forward is not possible normal horizontal lines) automatic lines on the high and low of the value area from the previous(session 2) period? This would be very handy in case the indicator is used for Daily periods, so that every day the previous period is marked.
But how is it different?
Positive value will move the session start to the left; negative — to the right.