Forum

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 (ExtModel1, ONNX_DEFAULT ); if (onnxModel== INVALID_HANDLE ) {

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

MT5 backtest with python

Hi community, I made a project under MT5 with python code. Is there a solution to backtest this project ? Thanks

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

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 some undesired candles in a chart by using basics

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

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 queue ? That could help to improve stability of

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 solution is not acceptable... Thanks ! Erwann

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 enumerator (like Applied price) this function return a type

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" ; ... handle = IndicatorCreate ( Symbol (), Period (), IND_CUSTOM