Forum

How to calculate CAppDialog Minimize or Maximize status?

Greetings Members, I have a question. How to get the minimized or maximized state status of the CAppDialog ? Need to programmatically figure out whether the current window is in minimize state or in maximize state. Tried following way with global variable: int minimized_status = 0 ; //---Custom

How to add icon to the caption area of the Panel Dialogs

Hello Members, I am new to the Panel. I tried the documentation but failed to find reference to make it work. Here I am trying to add an icon to the caption area before Dialogue box name with bitmap image control . But failed to move it above the clientback area. How to get access to that area

Panel CButton Onclick ChartEvent not working

Hello Members, I am trying to get onclick event for the panel and dialogue CButton . But is not working. Its working for other control types like Combo box etc. But not working with buttons. How to solve this issue? #include <Controls\Dialog.mqh> #include <Controls\Label.mqh> #include

Rating decreased suddenly

Hi, Last day I saw my rating decreased by 3000 points without any reason. I didn't do anything. I just got an answer from service desk and boom 3000 rating minus. Although I could not find any details of the rating decreased anywhere. No product deleted. No blog deleted No screenshot deleted No

product price change confusion

Hi, If a product is free now, If product price get changed to rent, then what will happen to the those user who downloaded it for free? will they now need to pay to use it again? Secondly, if a product was purchased in past & now product price get changed to rent, then will the old user who have

Send Message option gone?

Hello members, I no longer find the Message option from user left sidebar, plus I can not find the option to send a message to any of my friends. Not sure what happened. Plus not receiving notification from moderator comments on the desktop version of this site. Anybody facing the same problem

Efficient way for finding Lower High ?

Hello Members, Looking for a simpler logic to find Lower High under a certain time limit. Please see the picture for better understanding. In this case, I can find Highest point with iHighest Easily. Highest_barindex = iHighest ( NULL , 0 , MODE_HIGH , 80 , 1 ) But how to find the Lower High point

Does orderselect works during backtest?

Hello Members, I was backtesting " MACD sample EA " then adding an "order status indicator" which shows numbers of active open orders data on the visual chart. But in spite of having active open orders from the EA, the order status Indicator is failed to show any open orders data on the chart. So

CopyBuffer and CopyTime Problem

Hello Members, I have following problem with CopyTime & CopyBuffer with mql5 CopyTime ( Symbol (),tf, 0 , 1 , iTime ); when I am printing data for iTime[0] its showing 0:00 1970 date means no value. Also with fractal handle_fractal = iFractals ( _Symbol , PERIOD_CURRENT ); ArraySetAsSeries

Mql5 Backtest Object Tooltip not working

Hello Members, I have tested the code on live chart, no problem tooltip showing perfectly, but while doing backtest, no tooltip is showing at the tester chart window. While in case of mql4 programming it works. Plus the object move function working weirdly. For example Vertical line printing with