Forum

Copy Objects on MQL4 works differently on MQL5

Hi all, Inside a script i use the following code : //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart () { //- TestClass

CAppDialog create problem when the timeframe change ( from an Example of Metaquotes)

Hi! The following code is an example of metaquotes. #include <Controls\Dialog.mqh> #include <Controls\CheckBox.mqh> //+------------------------------------------------------------------+ //| defines |