Stefano Cerbioni
Stefano Cerbioni
  • Information
1 year
experience
1
products
6
demo versions
0
jobs
0
signals
0
subscribers
Stefano Cerbioni
Added topic error 10013 in sell limit why ?
hi guys  i have  this part of code , i call it  from button void CPanelDialog::OnClickButtonSellLimit( void ) {      // Magic Number      double lotSize    = StringToDouble
Stefano Cerbioni
Added topic how can read a value inside a editbox in paneldialog.mqh ?
Hi guys  i have  a part of panel dialog that create a  edit box  //+------------------------------------------------------------------+ //| Create the "Edit_Lott"
Stefano Cerbioni
Added topic for create a GUI exist?
Hi  guy for create  GUI in fast mode exist some software like  visual studio   for draw a GUI  very fast
Stefano Cerbioni
Added topic my first gui with standar class not work much good
Hi guys i create a gui  but when i load  in chart if  chart  is not open full screen , the gui mix  all input box button and other , why ? not  understund  this si my code  i attach it, anyone  can explain
Stefano Cerbioni
Added topic Alert sort question
Hi guys is possible when popup alert , to have it displayed in reverse order (with the newest one on top instead of the oldest)? Or can the alert be reset before the sound is played _ thanks
Stefano Cerbioni Published product

Market Session Asia Eu USA – Visualize Global Trading Sessions on Any Timeframe Market Session is a powerful MetaTrader 5 indicator that highlights the key trading sessions— Asian, European, and US —directly on your chart. It works across all timeframes , allowing traders to quickly identify market activity and volatility during different global trading hours. 💹 Features: ✔️ Displays session boundaries for Asia, Europe, and the US ✔️ Works on all timeframes for a flexible trading experience ✔️

Stefano Cerbioni
Added topic why in oncalculate if call Time not return a right Time ?
Hi  in simply function oncalculate   in indicator , when i try to print Time[0] , bar (in formation) return me 2023.09.22 02:20:00        0_o why ? int OnCalculate ( const int rates_total
Stefano Cerbioni
Added topic exist replay machine for mt5 or mt4 free ?
Hi guys like tittle  i find  a  pluguin or similar  to  have a market  replay for test my startegy i want know if exist somthing i  try fx blue  replay  but  i cant change  my  time frame
Stefano Cerbioni
Added topic but is possible draw diagonal line ?
 hi guys i have creted a diagonal line  but this line must  pass in  iterception of  ass X and Ass y  like fugure now i trace it with tool but i want  the daw line  directly by my code  i sue this 
Stefano Cerbioni
Added topic for me is a bug for you ?
I noticed that when a mega spike appears on a chart, like at the beginning of this morning's session, the chart gets confined between the spike’s extreme high and low. Even if I zoom in, the chart remains compressed and hard to read. To get a decent
Stefano Cerbioni
Added topic is possible open chart without chart?
Like title , is  possible  open chart without chart ?   or  i can do it only  if i cover up with colored square  ? thanks
Stefano Cerbioni
Added topic socket in mql5 why "not work" the example ?
Hi i try to understund the socket in mql5 i take a example in help , i run it  and  return me 2024.11 . 09 12 : 06 : 39.109 TCP_PASS_DATA (EURUSD,H1)       Established connection to www.mql5.com : 80 2024.11
Stefano Cerbioni
Added topic Mql5 socket for stream data terminal
Hi guys i have created this script #property copyright    "Copyright 2000-2024, MetaQuotes Ltd." #property link          " https://www.mql5.com " #property version      "1.01"
Stefano Cerbioni
Added topic label in mt5 exist a fix label ?
In MT4, there are two types of text that can be written on the chart: "text" and "text label." The "text" option remains automatically anchored to the point where it was inserted, while the "text label," if placed at a specific point on the chart
Stefano Cerbioni
Added topic Why Does MQL5 Behave Unexpectedly
I have a script in MQL5 derived from MQL4 with the appropriate libraries to make it 'work' on MQL5. It does work... but only when it feels like it. Here is the piece of code in MQL5 derived from MQL4.    string _Apri_Primario( string oPen
Stefano Cerbioni
Added topic why not open a sell ??
Hi guys  i am in MT5 i try to open inthe same time one order in NZDJPY in buy and  one order  SELL in NZDUSD  i have create an expert i place over NZDJPY and push the button , the button call some function and  open only a
Stefano Cerbioni
Added topic why this indicator not plot nothing ?
Hi guys  anyone can explain me why this indicator not plot  nothing ?  //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic icustom i can open a indicator in new template ?
Hi guys  with icustum  i can open a indicator in new chart , but i ask is possible open also in new chart a expertadvisor?  or  i must use a template  for do taht ? thanks