Forum

Loop needs to only print 1 z

//+------------------------------------------------------------------+ //| question.mq4 | //| Copyright 2020, MetaQuotes Software Corp. | //| https://www.mql5.com |

METAQUOTES PLAY MQ4 IN MT5 BACKTESTER

METAQUOTES will never have MQ4 files play in the MT5 backtester ? They already have MQ4's MT4 Latest Build ; just use it to "translate" into the MT5 Signals are all MT4 and most use MT4 by far after 10 years makes me wonder Id like to know whats holding back this logical thing. As if a playstation

Simple continue syntax issue

for ( int x= 0 ; x< 100 ; x++) { if (x== 1 ) break ; // HOW DO I USE CONTINUE TO HAVE IT GO FORWARD AND NO MORE X'S for ( int y= 0 ; y< 100 ; y++) if (y>x) // DEAL WITH THE PREVIOUS DETERMINED X AND FINALLY Print ( "y " ,y); // PRINT ONLY

At a lack of Official MQL4 Profiler, MicroSecond count good practice to detect efficiency issues?

Profiler does not work on backtester (live charts profiler not good enough) and I need high quality code; should I be looking at other software? MQL4 Solutions only; MicroSecond count good practice to detect efficiency issues

Why multi core mt5 when single core mt4 is better hardware management?

Just assign a single core per mt4 better than 16 core 1 mt5 hardware wise? Sleeping forums

Memory efficiency with array trickery/ simulations

Trying to prevent excess arrays; anyone have an easy way to have for example string Array[0]="_126" be able to be subtracted straight from an integer value? Like typecasting or something? Array[0]="_126"; I want to subtract Bars-Array[0] without needing to worry about the _ so we can effectively

What takes most speed?

Trying to save me run time by generating a single string array instead of 2 int arrays. Is this better for speed in mql4 or doesnt really matter

MT4 Backtest Upgrade Suggestion

Skip by candle instead of only DATE for MT4 Backtesting so we can accurately (tick by tick) test every timeframe. Current implementation only works accurately for higher timeframes. When you are deep in B acktesting 1m strategies; NEED TO DO A BIG SKIP in 1m is not working accurately because you

Perfect PC backtesting rig?

Attemtping the fastest tick by tick MT4/MT5 backtest possible; what are your recommendations? Thought about building a gaming PC without the graphics card; is this approach OK

Attemtping the fastest MT4 backtest possible for 500USD what are your recommendations?

Attemtping the fastest tick by tick MT4/MT5 backtest possible; what are your recommendations? Thought about building a gaming PC without the graphics card; is this approach OK