Is it possible to get the position in the chart of a variable? Lets say my variable is variable = 3341
I tried yByValue = chartScale.GetYByValue(variable); but it return the wrong answer. Its close but not enough.
Any idea how i can get the X and Y position of a double price in the chart without using a get bar index method?
Thank you
Frank

Comment