Stefano Cerbioni / Profile
- Information
no
experience
|
1
products
|
3
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
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
Stefano Cerbioni
Added topic read File ini in mt5 why retrun cinese char?
Hi guys i try to read a file ini , my file ini have this name correlazioni.ini and is located inside of .....\MQL5\Files , inside of correlazioni.ini i have this structure [primario]
Stefano Cerbioni
Added topic why icustom not run my personal indicator
Hi guys i have a function in expert for load a indicator , over chart my code void _OpenChart( string CroSS) { // Apri una nuova chart per il simbolo specificato con il timeframe desiderato long
Stefano Cerbioni
Added topic mql4 to mql5 how convert orderprofit?
Hi guys i have this part of code (is free and is not mine ) /** * Create the info-string for opened and closed order arrows. */ string formatOrderArrowInfo() { // order is already selected return ( StringConcatenate (
Stefano Cerbioni
Added topic how convert this funcion mql4 in mql5
Hi i have a code and i use this library https://www.mql5.com/en/code/16006 with this include #include <MT4Orders.mqh> // if there is #include <Trade/Trade.mqh>, add this line AFTER that #include <MQL4_to_MQL5.mqh> //
Stefano Cerbioni
Added topic OrderSymbol in mql5 how find it?
Hi i have this part of mql4 // Bid and Ask prices for the instrument of the order. double BidPrice = MarketInfo(OrderSymbol(), MODE_BID); double
Stefano Cerbioni
Added topic indicator problem in calculation
Hi guys i try to create a indicator that calculate a CCI over the ratio of 2 instruments i code this //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic replicate the indicator for spread trading
Hello friends, I would like to recreate this indicator for MT4, or if someone already has it done for MT4, that would be even better :D. Here's a description of the indicator and what I know about it: It's an indicator used to understand when to
Stefano Cerbioni
Added topic where is the EventMouseWheel.mq5 ?
Hi i read this https://www.mql5.com/en/book/applications/events/events_mouse  ; in this paper say exist this file ,i suppose in metatrader 5 , but i not find EventMouseWheel.mq5 or EventAll.mq5 anyone have
Stefano Cerbioni
Added topic include file in include library ?
Hi i try to include this library #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> in my common.mqh library i try with <> and not work , but i try also in this mode #include
Stefano Cerbioni
Added topic include library in other library in mql5 is possible?
Hi i have created a commofunctionlibrary.mqh in include folder , i want call this library #include "Trade\PositionInfo.mqh" #include "Trade\Trade.mqh" i try also with <> but nothing is
: