Stefano Cerbioni
Stefano Cerbioni
  • Information
no
experience
1
products
4
demo versions
0
jobs
0
signals
0
subscribers
Stefano Cerbioni
Added topic dll ini read and performance
Hi i  have  a script this , script read a file ini with mql4 code , i notice  is  very slow to load , therefore i try to  create DLL for see a difference of velocity i create a dll this  a code #include "pch.h" #include
Stefano Cerbioni
Added topic why not higlight correctly ?
Hi guys  i want higlight  a candel that have  >= 6 pips  i create  this  script , but  not mark  all candel that respect this parameter ,  why
Stefano Cerbioni
Added topic add one day or remove, return 1970 .....
Hi i build  a  function for  remove  one  day or add one day  but  when i use it  return me always  epoch linux  time , whats wrong ? t1 = StrToTime( "2023.09.12 14:00:00" ); nuovaData =
Stefano Cerbioni
Added topic exist example for dll very easy? like hello world?
Hi exist example or tutorial for create and interact with .Dll , but extremely easy ?  like simple Hello world? thanks
Stefano Cerbioni
Added topic dll import and use problem
Hi try to create a dll and import it , i store the dll inside a folderlibrary , the dll i have created with visualbasic.net and i call it with this code //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic question about ini file and performance
Hi guys i have create a function for read inifile , it work perfect , but i notice the performance  when load a inifile , is  very slow , i think if the demand of iniread i assign at external dll , increase performance or the problem is
Stefano Cerbioni
Added topic is possible with indicator call EA ?
Hi i have a indicator that scanner some cross if the param is correct i want push over one button and open a new chart with a template , and insert one EA with option , and  indicator with option , is possible do that ?  i saw the function
Stefano Cerbioni
Added topic why return many decimal ?? also after normalize double?
Hi, I create  this  simple  script  i notice  in some  cross  return many decimal and  if  i normalize double  not  normalize nothing  how  is possible?? i do some  error ?? return
Stefano Cerbioni
Added topic normalize price for textbox
Hi , When entering a price in a textbox, when I use DoubleToStr and set it to 5, it correctly truncates the price if it is formatted as a number, followed by a comma, and then 7 digits. However, if a price has 4 digits before the comma and then 8
Stefano Cerbioni
Added topic general question about start profiling on real data
Hi guys  i see the start profiling on real data after  this  when i stop i have  some  bar green and  blue  , anyone  have  documentation about it  how  can interpret this  ? i saw in
Stefano Cerbioni
Added topic how is possible set bold at font ??
hi guys ,is  possible  set  bold  a  write  inside  at editbox ? i have create the esditbox with insede a text  , but i not  find  how is possible set a bold EditCreate( 0
Stefano Cerbioni
Added topic how debug step by step ?
Hi  is possible in the MetaEditor  run a  program  step by step  for  look where  is the problem ??  thanks
Stefano Cerbioni
Added topic how delete some record in array ?
Hi guy   i have  one array  with 10 record   but  the  first  and   last  is  empty  i want remove this record how  possible to do that ? i have crete this  code 
Stefano Cerbioni
Added topic why return this worning loss data conversion ?
Hi  when i run a library of Bernd Kreuss base64 //+------------------------------------------------------------------+ //| Encoding data in
Stefano Cerbioni
Added topic webrequest test script
Hi guy i try to test example script in manual for understund how  work webrequest  the first  script for download  page of  gogoel finance  work  right , but the second script give me error autentication logn and
Stefano Cerbioni
Added topic array questions
Hi is possible  when declare  array  give  a dimension by variable ??  like  this ? string value = ReadIniValue( "correlazioni.ini" , "correlato" , "symbl6" );    int TotalLine=(CountLinesInFile(
Stefano Cerbioni
Added topic ini file and dll library question
Hi guys  i  create a dll in c++  for visual studio 2019 for read ini file i suppose  is  correct the code  because compile  and  not return error , but unfortunately , when i call it,  by mql4  not
Stefano Cerbioni
Added topic mql4 ini file and dll
Hi i try to work with inifile but  unfortunately  is very complicated  in mql4 , i saw  a lib  in library but not work , therfore in  first time i try to usae fileread and many more  but not work also this solution
Stefano Cerbioni
Added topic Minimum size for open trade how to detect?
Hi  how is possible detect a minimum  size for open a trade ?, i know depend of the broker and i suppose  also of wallet balance  margin e much more ?? , i suppose that this problem with this one line code  minLotSize =
Stefano Cerbioni
Added topic expression is not boolean o_O
hi  guys  i ahve  this  control in middle of script               if (ij% 2 ){