Stefano Cerbioni
Stefano Cerbioni
  • Information
no
experience
1
products
2
demo versions
0
jobs
0
signals
0
subscribers
Stefano Cerbioni
Added topic how calculate a price with ATR ?
Hi guys  how  calcolate a stop loss with ATR ? anyone  have some example ? i find but not have a good  example i tryed    double atrSL = 2.0 ;   SL = NormalizeDouble (OpenPrice - (ATR_Value * atrSL), Digits
Stefano Cerbioni
Added topic cpanel how remove resize? ..if possible ?
for moderator plase not remove  my post , cpanel is part of standar library of mql5 ( https://www.mql5.com/en/docs/standardlibrary/controls/cpanel#sample) is possible remove the  button resize in tool bar in up right _   (i attach
Stefano Cerbioni
Added topic checkbox in cpanel but how work?
Hi guys i notice some error but strange  error if some one cangive me some suggest , because i want resolve it by my self  because the code is too large i attach a video of defect  in practical: When I click on the checkbox, at the
Stefano Cerbioni
Added topic how to create dll for import in MT5 question
Hi guys i try to understund how  work dll  import in mt5  i use  this tutorial https://www.mql5.com/en/blogs/post/753426 i create a dll in VS 2022  c++ , dll ,with this code BybitAPI.dll #pragma once #include "pch.h" #include
Stefano Cerbioni
Added topic checkbox un cpanel how is logic ?
Hi guys  i  dnot  know if i understund a good logic of a checkbox  in cpanel i want  know  if  when i flag cjeckbox  it must return 1  and  when defalg  it must rerun zero ? because in my sript
Stefano Cerbioni
Added topic how is possible create line under the gui ?
Hi guys, I created a GUI, and when I click a checkbox, it creates two lines on the chart. However, the lines also appear on top of the GUI. Would it be possible to make them appear below the GUI? I tried this, but it doesn't work. Thanks! // Traccia
Stefano Cerbioni
Added topic why my pending order not go at market but cancell it ?
Hi guys  in my program i have part of code  that  send in chart a limit  order i sett it   but  the strange  effect is : when market price touch a limit price , the  trade not go  in execution
Stefano Cerbioni
Added topic Class function and other artifact .....
Hi guys, I have a script composed of two scripts: PanelDialog.mqh and TradeManager.mq5 . I'm trying to access the function CheckAndCancelOrders(); , which is inside a class that, in theory, should be fully public, so I should be able to access it
Stefano Cerbioni
Added topic OrderType not Work why ?
hi guy i have a part of my code  that i try to calla OrderType    void CheckAndCancelOrders()     {          // Verifica se il primo ordine è stato eseguito
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