Hi All,
I'm trying to use the interpretation window to display detailed
information about the currently 'selected' bar (i.e. currently
selected with selector line).
I use code in the following form,
if(SelectedValue(Condition1)) printf("Buy Here\n");
if(SelectedValue(Condition2)) printf("Sell Here\n");
It works fine. Except, that every time the price 'ticks' (i.e. I get a
new live price into the chart - which is set every 2 seconds in my
preferences), the interpretation window immediately changes to display
the current bars information - the current bar now being that at the
right hand edge of the chart rather than that selected by the selector
bar.
Is there a way of stopping this behaviour...?
Many Thanks