Stefano Cerbioni
Stefano Cerbioni
  • Information
no
experience
1
products
3
demo versions
0
jobs
0
signals
0
subscribers
Stefano Cerbioni
Added topic ordertype() in mql5 ?
hi guys  how can substitute  OrderType() in mql5 ?  thanks
Stefano Cerbioni
Added topic include mql5 help
Hi , i try to look if  exist a oreder all close , i find many article  but all example have this  include   #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> but  where i find this library ? thanks
Stefano Cerbioni
Added topic why mql5 return me unexpected token ?
why in this part of code  void CloseALLOrders() {    // Aggiorna i tassi di cambio prima di chiudere gli ordini.    //RefreshRates();    // Stampa nel terminale il totale degli ordini, attuali e passati
Stefano Cerbioni
Added topic in mql5 why if i declare variable is not possible change ?
hi i have  declare in top of script  this code input int       OnOffChiusuraAuto= 0 ;   but why when i try to chage   return me  'OnOffChiusuraAuto' - constant cannot be
Stefano Cerbioni
Added topic function Time in mql4 exist somthing similar in mql5 ??
Hi  i look in manual but i not find something similar to function Time ,probably i not see , anyone   know if exist something similar?  thanks
Stefano Cerbioni
Added topic orderclose mql4 and positionclose in mql5 why is not equal ?
Hi i have  a script  in mql4   i want  convert in mql5 i have  a part in mql4  that do this if (OrderClose(VarOrder1,Size, 0 ,SlippaGe,Red)==False)
Stefano Cerbioni
Added topic i try to convert my EA mql4 to mql5
Hi guys   how can convert  in mql5   this part  of  code ?      ObjectCreate ( 0 , "ViPrimario" , OBJ_EDIT , 0 , 2 , 120 );     ObjectSetText( 0 , "ViPrimario" , "P1" , 10
Stefano Cerbioni
Added topic why if i Draw line deform rectangle ?
Hi guys  i try to mod   this  script, this program cerate a square  colored in middle of  chart i want a simply rectangle colored but without color inside  i try to substitute DRAW_FILLING with   DRAW_LINE
Stefano Cerbioni
Added topic fractal not work correctly
Hi guys, I have an issue with an indicator, specifically on JForex. I have an indicator called Fractal. Setting the Fractal to 1, the indicator creates an arrow (when the conditions are met) immediately as the new candle opens. However, with this
Stefano Cerbioni
Added topic exist a free indicator for show me How much leverage am I exposed to?
Hi  guys  like  a title  exist a free indicator for  show me How much leverage am I exposed to?  immagine  i open a trade  and i want know every time I open a trade and they increase I want to know how much the
Stefano Cerbioni
Added topic curl .exe request api telegram
Hello friends, as far as you know, is it possible to execute curl .exe from an MT4 script to call Telegram APIs
Stefano Cerbioni
Added topic why this indicator not update when arrive new candle ?
Hi  why this indicator not update  when arrive  a new candle  //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic why sell limit not work ??
Hi guys  i have  a  big long  script , in practical this  script  create a edit box  in chart  i insert a  price inside at  this edit box  and after i press button  it should 
Stefano Cerbioni
Added topic fractal problem
Hi guys i test  a fractal in MT4  i notice it  have a delay , after 2 bar  it calculate a fractal and sign ,  bu in jforex platform the frectal  is calculate when the  bar 0 switch and become bar one , how  is
Stefano Cerbioni
Added topic why this indicator not update?
Hi i have mod  this fractal indicator  i add  the RSI i notice  when i insert  this condition if (bFound && i > 0 && i < Bars - 1 )         { the indicator
Stefano Cerbioni
Added topic fractal indicator anyone can explain a part of code ?
Hi i have  this  fractal indicator code i want  understund  how it  work //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic caller wich sense have ?
Hi i have  this part  of  script  , is  a part of common_functions.mqh  , i not underestund a sense  of  this variable  caller  anyone  can explain me ?  thanks  /** * Drop-in
Stefano Cerbioni
Added topic find correct price with x y , left mouse button
Hi guys  i have  this code //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic question about speed and much more
Hi i have this code //+------------------------------------------------------------------+
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