DeltaElectronics
DeltaElectronics
DeltaElectronics
Added topic MathTrunc does not work
Hello to everybody... I would like get the integer part of a double number, so I guessed to use the library function MathTrunc()  (https://www.mql5.com/en/docs/standardlibrary/mathematics/stat/mathsubfunctions/statmathtrunc) but such function is
DeltaElectronics
Added topic Declare a Pointer to an int variable
Hello, I have written this simple chunk of code    int *quotient; But, when I try to compile, I got the following error: '*'pointer cannot be use. Is there a way to declare a pointer to an 'int' value 
DeltaElectronics
Added topic Issue in CDatePicker control
 have troubles in compiling the following method: #include <Controls\DatePicker.mqh> CDatePicker CFormDialog::createDate(x1,y1) {    CDatePicker date;    int x1 = 10 ;    int x2 = 30 ;    int y1 = 20
DeltaElectronics
Added topic Issue in creating a CDatePicker control
I have troubles in compiling the following method: #include <Controls\DatePicker.mqh> CDatePicker CFormDialog::createDate(x1,y1) {    CDatePicker date;    int x1 =10;    int x2 =30;    int y1 =20;
DeltaElectronics
Added topic Reading PIP from an attached chart
Hello to everybody, My goal is read PIP(s) from an attached chart; i.e. I would like writing an EA which reads PIP from a graph starting from an initial date (for example Sept. 11, 2011) to an ending date (for example to 12 Dec. 2011). Is there some
DeltaElectronics
Added topic How to run this script ?
Hello to everybody; I am new in MQL5, even if I have a good experience as computer programmer and engineer.... I have downloaded the script below this page (https://www.mql5.com/en/articles/322)  and compiled it just for a test.... I have
DeltaElectronics
Registered at MQL5.community
12