Jim Dean![]() Sage ![]() ![]() Posts: 3022 Joined: 9/21/2006 Location: L'ville, GA ![]() | Hi, Tom Fyi ... if you want to see the ADX and DI's on the same pane with a common scale, just use SetScales(0,60) in an OLang indicator and that will force all of them to a common y-axis. The 60 is arbitrary, btw. If you want to you can get cutesy and use SetScales(MinV,MaxV), where MinV and MaxV are set in the program dynamically for each bar to be the lowest and highest of the three (ADX, DI+, DI-) values for that bar. Works nicely. |