|
JB
 Legend
     Posts: 434
Joined: 6/6/2006
User Profile |
I think It would be very helpful for those of us using real time, fast frames such as ticks etc to be able to lock the scale particularly the vertical scale as quite often the chart disappears off the window and concentration has to diverted to recovering the view. If necessary it could always unlock on changing charts or time frames. Hopefully it would be relatively simple to implement and very helpful.
|
|
Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
Two interim solutions:
1. Display more bars - the scale is min to max and more bars often means the min and max stay the same longer.
2. Plot price in an indicator pane via an OLang routine, and use the SetScales(min,max) command in the routine to control it as you please.
|
|
JB
 Legend
     Posts: 434
Joined: 6/6/2006
User Profile |
Hey Jim thanks for the ideas. I am noticing that there is very good validity in some of the fast tick patterns and so the rescale is a difficulty . Might give the plotting solution a go thanks used to have HA that way some time back. I think it is a valid request to ask for a scale lock/ freezer.
|