Erwann Pannerec
Erwann Pannerec
  • Information
6+ years
experience
2
products
6
demo versions
0
jobs
0
signals
0
subscribers
Hi !

I'm a programmer for MT4 and MT5.

It will be a pleasure to speak with the Metatrader community !

Best regards,
Erwann.
Erwann Pannerec
Added topic multiple EA on a single chart
Hi, Is it possible to add more than one EA to a single chart ? When I try, MT5 always remove the already installed EA... why this limitation ? Thanks! Erwann
Erwann Pannerec
Added topic Script
Hi, Is there any way to load an EA from a script ? For indicatore I can use the  ChartIndicatorAdd function but for EA... Thanks ! Erwann
Erwann Pannerec
Added topic Historic loading
Hi, How could we check if enough historic is available for indicator processing in a mql5 code ? And if historic is not available, is there any functions I could use to load it automatically ? Thanks ! Erwann
Erwann Pannerec
Added topic OBJ Chart
Hi, Is the object OBJ_Chart can support objects inside ? like somes lines or rectangles ? Thanks ! Erwann
Erwann Pannerec
Added topic Problem with ChartSetSymbolPeriod && iCustom functions...
Hi, I've a general question about the ChartSetSymbolPeriod &&  iCustom functions for a multi-currency & multi-timeframe system . Considering the followings points :   - the time calculation of my custom indicator for each candle
Erwann Pannerec
Added topic memory clear
Hi, How can we ensure to correctly clear all the memory after the use of iCustom function ? For exemple I use X times the iCustom function and the handle is stored in a table. I'm afraid of memory problems... Thanks ! Erwann
Erwann Pannerec
Added topic clear memory of handles indicators
Hi, I'm working on a multi-currency indicator, that's why in my code I use a loop like this : for all user selected symbols && all user selected timeframes { handle[i] = iCustom(symbol,timeframe,...) } It works perfectly but... I'm afraid of
Erwann Pannerec
Added topic simple indicator plotting with transparency
Hi, Is there anyway in MT5 to plot basic indicator (DRAW_LINE for exemple) with a transparency setting ? If not in basic way, other more complicated solutions are availables ? Thanks ! Erwann
Erwann Pannerec
Added topic Multi symbol tick event
Hi, I'm working on an indicator which makes the same calculation process for each symbol of an internal list selected by the user (for exemple : EURUSD, USDJPY, etc...). The event which initiate a new calculation process for a given symbol shall be a
Erwann Pannerec
Added topic indicatorCreate and iCustom
Hi, I'm wonder what is the difference between iCustom and IndicatorCreate functions which give a handle of home made indicator both. In which condition shall I use one or other ? Thanks ! Erwann
Erwann Pannerec
Added topic SMA of RSI of specific serie in MT5
Hi, I'm coding in MT5 about a complex topic : I would like to calcul a SMA of a RSI of a specific serie. the serie is calculated like that : (close + (high+low)/2)/2. Finally I would like to make : out = sma(rsi(serie,14)) based on current symbol and
Erwann Pannerec
Added topic Drawing simple circle
Hi, Is there any way to draw somes circles in front of chart by using only X and Y coordinates ? Because if I use price and time coordinate , the circle scroll with the chart and I don't want that. In addition, I need to have a different name for
Erwann Pannerec
Added topic Enum title in string
Hi all, Is there any way to get easily the string value of an ENUM parameter ? For exemple, I create an input parameter like that : input ENUM_SYMBOL_INFO_DOUBLE var1 = SYMBOL_ASK ; And I would like to have a string variable which contains the title
Erwann Pannerec
Added topic Custom Chart Event
Hi, Is it possible to create a custom event for exemple with a indicator names IndicA and receive this event on a Expert named for exemple ExpertB ? For this test we consider IndicA and ExpertB are on the same Chart. Could you provide exemple
Erwann Pannerec
Added topic Get Hedging information
Hi, Can someone knows how get information about account info Hedging possibilities in mql5 ? Thank you ! Ghen
Erwann Pannerec
Added topic Canvas Class
Hi, I make this simple code to display arrow on chart : canvas.CreateBitmap(0,0, "arrow01", Time[0], High[0], 50, 50, COLOR_FORMAT_ARGB_RAW); canvas.LoadFromFile("ObjBuy.bmp"); canvas.Update(); The arrow01 object display correctly. For having two
Erwann Pannerec
Added topic Object click zone
Hi, I made an arrow object for buy and sell orders and I use chart event click on these arrow to manage somes advanced functions. It is very strange because the area of click detection is not well fitted exactly on the arrow symbol but just next to
Erwann Pannerec
Added topic Bitmap with mask/transparency
Hi, I'm trying to use a bitmap arrow in my indicator but the background of my arrow hide the prices candle and the back color : Is there any way to make white as transparent ? Thank you for your help, Ghen
Erwann Pannerec
Registered at MQL5.community
12