GetPaneHeights – library MetaTrader 4
This function calculates the height in pixel of each pane in a window. FOR WHAT: With the use of the built-in functions “WindowPriceMin/Max()” together, you can calculate appropriate spacing/margin to text/arrow objects (OBJ_TEXT/OBJ_ARROW), whatever size the window is. See the EXAMPLE section below. SYNOPSIS: #import “GetPaneHeights.ex4” int GetPaneHeights(int &height[]);#import height[i] = the height in pixel … Read more