Hi, folks. I've attempted to display candle-stick charts upside-down. Before checking here, I tried using PlotOHLC() with negative values for O, H, L and C. This works fairly well, but the Y-axis grid does not display correctly when using negative fractions (such as 1/32nds). It works fine with decimal prices.
I've also tried the neat trick attributed to TJ: GraphXSpace = -100; That preserves drawn lines, text and shapes nicely when switching, but doesn't display the price axis values at all. Has anyone worked out a solution for this? Thanks in advance, Bill
