kiprep
kiprep
Friends

Add friends via their profile or user search and you will be able to see if they are online

kiprep
Registered at MQL5.community
kiprep
Added topic WindowHeight in Pixel ?
Anyone suggest me how to get pixel value of main window height. I want to calculate y_distance from the bottom of the main window by the following method. y_distance = (price-WindowPriceMin())/(WindowPriceMax()-WindowPriceMin())*WindowHeight I need