Stefano Cerbioni / Profile
- Information
|
no
experience
|
1
products
|
4
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Stefano Cerbioni
Added topic thake a snapshot... i try
Hi guys anyone know why in this script if i push a button for take snapshot not save nothing inside a default folder File ? //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic sqlite and mql5 how to delete oneline
Hi guys i have a database sqlite structure: CREATE TABLE "Trade" ( "id" INTEGER, "ticket"
Stefano Cerbioni
Added topic socket-library-mt4-mt5.mqh – an unknown
Hello, I have a problem with this library, socket-library-mt4-mt5.mqh. Basically, I built an EA //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic WM_COPYDATA can MT5 work with it ?
Hi aony one have experience about exchange data to WM_COPYDATA ? exist some library i not find nothing about it in forum , i must create a dll for work with this ?
Stefano Cerbioni
Added topic how to
With this library, I've been told it's possible to avoid using OnTimer and OnTick and still achieve polling as fast as 100ms. I'd like to understand how this can be done. if someone have some example is welcome
Stefano Cerbioni
Added topic anyone have a simple example of websocket worked
Hi guys i try to use a websocket for exchange data mt5 to my program i use this code for do that //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic Problem: EA execution delay when symbol has low tick frequency in MT5 — any workaround?
Hello everyone, I’m developing a multi-application system that communicates with MT5. Right now, the architecture is such that MT5 runs multiple Expert Advisors (EAs) to interact with different applications via TCP or other IPC mechanisms. The
Stefano Cerbioni
Added topic question about mini chart
Hi guys is possible in mini chart , have only a chart of rsi with sma ?
Stefano Cerbioni
Added topic question about split take profit
Sorry, in MT5 if I open a trade, can I automatically set 3 take profits with the total lot size proportionally split across the three take profits ? For example: 30% on the first TP, 40% on the second, and 30% on the third. Can the platform handle
Stefano Cerbioni
Added topic how to modify trade wit ctrade ?
Hi guys I’m trying to modify a trade with ctrade , but I get this error: 2025.09 .19 09 : 15 : 49.991 PARTIALTAKEandSTP (EURUSD,M5) Requested SET SL 1.18000 for ticket 21821394 (file symbol: EURUSD) 2025.09 .19 09 : 15 : 49.991
Stefano Cerbioni
Added topic is possible intercept keybord+mouse ?
Hi in mql5 in s possible intercept keyboard +mouse left, example: i want take alt+ right mouse button , if happen this i want draw in chart a line is possible ? thanks
Stefano Cerbioni
Added topic in oncalculate high[] not return a right number
Hi, why in my script ,the high[] not return a good high ? //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic memory mapped file in mql5
hi guys i have this code for create memory mapped file i use this library https://www.mql5.com/en/code/download/818.zip #include <MemMapLib.mqh> CMemMapFile memFile; string nomeFile = "Local\\MySharedMemory" ; int
Stefano Cerbioni
Added topic why my code not draw the trendline ?
hi guys i have this code when i switch in gold in M15 draw the trend line resistence, if go in M30 not draw a trend line resistence #property copyright "Copyright 2012." #property link
Stefano Cerbioni
Added topic when i try to read return always zero
Hi guys anyone know why if i try to read a file ib folder file return me always zero ? #property strict input string TemplateName = "LINE" ; // Nome template (senza .tpl) input
Stefano Cerbioni
Added topic market watch disappear
hi guy i have a market watch hide i not find also i click over not appear nothing o_O anyone can help me ?
Stefano Cerbioni
Added topic EMA in first indicator data. by code how is possible do that
Good morning, I have an EA code that is giving me problems. I would like to replicate in code when I apply a 7-period SMA moving average on the 14-period RSI indicator and I tell it “first indicator data.” I thought it would be enough to take the RSI
Stefano Cerbioni
Added topic why not execute a command ???
hi guys i have app that write a txt with this syntax in Mql5\Files EURUSD ,BUY,0.10 the mt5 read perfect load data but when execute return error but in my accont i have 10k and if i run the
Stefano Cerbioni
Added topic why not write csv?
Hi guys nayone can help me to understund why not write the file .csv in File foder? this is my code #property strict double spreadSumCurrentMinute = 0.0 ; datetime currentM1BarTime = 0 ; string
Stefano Cerbioni
Added topic history of MT5 anyone can explain me ?
Hi i have this code for extract the history of the day double CalculateDayTotal( string symbol = NULL ) { // Ottieni mezzanotte di oggi (inizio del giorno) datetime today =
: