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 OnnxRun failure
Hi community, I'll try to run my onnx model without any success. Here after are the steps : - I use OnnxCreateFromBuffer to create my handle from my model --> it's ok my handle is not invalid    onnxModel= OnnxCreateFromBuffer
Erwann Pannerec
Added topic MT5 backtest with python
Hi community, I made a project under MT5 with python code. Is there a solution to backtest this project ? Thanks
Erwann Pannerec
Added topic currency convertion
Hi all, How can write a function which converts a price in currency into an other currency ? For exemple converting 38 EUR into AUD... Is an mql5 function exists ? Thanks, Erwann
Erwann Pannerec
Added topic Candle Chart modification
Hi community, My aim is to remove from the chart the candles of CAC40 between 17h and 23h59 (my local time). My broker provides these candles and that don't match with my trading strategy based on chart analysis. I know it is impossible to remove
Erwann Pannerec
Added topic Signal Button not available on Terminal
Hi community, I start a new demo account and I'm logged correctly to my MQL5 community account. But I can't access to the showcase of signals because the signals button on the terminal remains grayed (disabled). How can I fix that ? Thx, Erwann
Erwann Pannerec
Added topic Events Queue size management
Hi community, For somes EA which are a bit complicated, multi timeframe & multi currency, sometimes the queue of events which are pending to process (Onchartevent, etc...) could increase and maybe overflow. Is there any solutions to acess to this
Erwann Pannerec Published product

Demo Version of Strategy Manager Plus ! This Demo is a simply view of the Dashboard with the followings strategy :    - if SMA 6 is upper than SMA 18 --> Blue color    - if SMA 6 is lower than SMA 18 --> Red Color No need of the external GUI, Load configuration is not available, no manual trading is available. Visit  https://www.mql5.com/en/market/product/46420  for full version

Erwann Pannerec Published product

Strategy Manager is a  Multi-Time-Frame & Multi-Currency  Dashboard for  Metatrader 4 and 5. Thanks to a free, external graphical user interface, build your own strategy by combining any indicators and loading them into the dashboard to see the result ! In addition, you can precisely  set-up your Auto-trading & Notifications and use indicators for Stop-Loss, partial profit or limit. Filter your automatic trading & notifications with forex calendar and more

Erwann Pannerec
Added topic Get indicator value at open price
Hi all, As described in the title : is there any solution to get the output value of a custom indicator at the open price of the current candle ? I well thought using indicator previous candle value, but as we could have gap beetween candle this
Erwann Pannerec
Added topic IndicatorParameter information
Hi, I'm using  IndicatorParameters function to get parameters of an indicator but it seems this function is not complete : - if a parameter is a number, the function return a type INT --> this is correct and works fine - if a parameter is an
Erwann Pannerec
Added topic Indicator error when loaded
Hi, I get a bug regarding loading indicator on Metatrader 5. If my indicator is located on "Examples" repertory, that works fine :    param[ 0 ].type= TYPE_STRING ;    param[ 0 ].string_value = "Examples\\MyIndic.ex5" ;
Erwann Pannerec
Added topic Order & Position tickets
Hi all, I'm wondering if the ticket number (XXX) of a pending order will change when this pending order becomes real position ? If yes, how can I catch the old ticket and the new affected ticket to make the link ? And additionnal question : is this
Erwann Pannerec
Added topic How test for a licenced version of EA
Hi programmers, I'm programming an indicator in MT5 and I would like to know if there is a way in mql5 to test if an EA (which is previously installed to the same chart that my indicator) is a licenced version ? Thanks for your reply, Erwann
Erwann Pannerec
Added topic ChartIndicatorAdd bug on MT5 ?
Hi everybody, I found a strange behavior on MT5 with ChartIndicatorAdd function :   - in my EA, a use ChartIndicatorAdd function and the indicator is showed perefctly on the chart (with the good parameters "Apply" at [ Median Price ])   - I
Erwann Pannerec
Added topic CopyBuffer failure
Hi programmers, I try to use copybuffer just after iCustom function like that :    double stopbuff[];    int myhandle = iCustom ( "EURUSD" , PERIOD_H1 , "Examples\\ParabolicSAR.ex5" );    Print ( CopyBuffer (myhandle, 0
Erwann Pannerec
Added topic Get indicator properties
Hi programmers, I would like to know if it's possible to get these followings informations from an indicator :   - indicator_applied_price   - indicator_chart_window   - indicator_separate_window My aim is to store this information on
Erwann Pannerec
Added topic Json file reading
Hi programmers, I try to read a Json file and get somes values from it. For that I use the JAson.mqh library (for MQL5). It works perfectly for a little file which not exceed 255 characters (max allowed for a string value). But for a larger file
Erwann Pannerec
Added topic object mouse pointer info --> need hide
Hi programmers, When the mouse pointer is near of an object (or a candle), a kind of information bubble which contains the name of the object appears. I would like to know if it's possible to hide this information : - temporary - for a given object
Erwann Pannerec
Added topic IndicatorCreate with applied price
Hi programmers, I'm using IndicatorCreate function in order to load my custom indicator in memory with parameters  MqlParam format. All works perfectly, but how could I choose the applied price ? Thank you, Erwann
Erwann Pannerec
Added topic Alerts/Alarms notifications in mql5
Hi progrmmers, Is there anyway to manage the queues of alarms/alerts notifications in mql5 code ? (Like orders or positions). Thanks for your help, Erwann
12