Forum

MetaEditor not run my EA. I can't debug. Very very angry

MetaEditor run debugin on history data(Ctrl+F5). it not run my EA. It run last on the list EA folder. Im try download any MT5 in all supported platforms have this error. It slows down my work. And make me lose faith in MT5

Meta Editor Have Bug very annoyed

Hi. I am having problems writing code using Meta editor. The frame suggests when the code is partially missing. Hints are not found. My monitor is at 1920x1080 resolution. Thanks :) MT5 keeps getting better and better

How to get a value or array on indicator to ea?

//This my Indicator #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_LINE #property indicator_type2 DRAW_LINE double A[]; double B[]; double smaVal= 0.0 ; string ValSend= "" ; void OnInit () {