Machine ID: A16C229F9BD5A8EB2AA219299F90A4A2
.NET/CLR Version: 2.0.50727.3603
Expiration: 12/31/2098
Windows XP
1. Using Daily GCI chart on IB.
2. Adding an EMA(14), Period =14, Calculate on Bar close = False, Plotstyle = Dot, Color = Orange
3. Add a new EMA(14), Period =14, Calculate on Bar close = False, Displacement = 1, Plotstyle = Dot, Color = DarkGreen
4. Move the chart to the left so there is some margin on the right side of the chart.A single green dot should appear in the margin on the place where the next bar would be plotted which is great that this dot is plotted as the indicator is displaced by 1 and therefore plots a value in the future.

5. Now open the data Box and try to read the value of this dot.
Current result: It show the previouos EMA value in the box with all the other previous value's as price and other indicators that do not exist yet on that spot in the future.

Expected result: All the value's should be empty as they do not yet exist and only the value's that are plotted in the 'future' are shown in the data box with the correct value calculated on the last close and not the previous value.

Wessel

Comment