Stefano Cerbioni / Publications
Forum
How to correctly read INI files from MQL5 /Files folder
Hi guys i want read my ini file created inside of File folder of metatrader5 , is possible to do that exist a ini command for doing
chart in chart with object chart auto shift not exist ?
Hi guys i have this code //+------------------------------------------------------------------+ //| TripleTF + Indicators (XAUUSD H1|M5|M1) | //| Requirement: 3 charts with different timeframes + input indicators|
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 ? //+------------------------------------------------------------------+ //| riskrewardbox.mq5 | //|
sqlite and mql5 how to delete oneline
Hi guys i have a database sqlite structure: CREATE TABLE "Trade" ( "id" INTEGER, "ticket" TEXT, "symbol" TEXT, "price" TEXT, PRIMARY KEY( "id" AUTOINCREMENT) ); with this data : 4 22117593 ETHUSD 3907.30 ; 3914.14 i want
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 //+------------------------------------------------------------------+ //| TERMINAL_IN_OUT.mq5 | //| Copyright 2025
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
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 //+------------------------------------------------------------------+ //| TCP_Send_Test.mq5 |
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 https://www.mql5.com/en/blogs/post/706665 ; here library and documentation i not find
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 problem I face is the execution delay caused by MT5's
question about mini chart
Hi guys is possible in mini chart , have only a chart of rsi with sma