Strategy Tester Shows empty result

 

hi

i have multiple EA that comes with indicators and i put the indicators ex4 files in the MQL4/Indicators and refresh the folders

but the problem is when i want to test them it continuously shows empty 

i attached screen shots to see

i don't know what else should i do

i think my EA getting signal from indicators but its not working for some reason in backtest its just a guess

Files:
3.png  7 kb
test1.png  19 kb
test.png  17 kb
 
  1. Why did you post your MT4 question in the MT5 Systems section instead of the MQL4 section, (bottom of the Root page?)
              General rules and best pratices of the Forum. - General - MQL5 programming forum?
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. And the EAs in the MQL4\Experts folder?
  3. Your test obviously didn't trade. Look in the logs or show the code. There are no mind readers here and our crystal balls are cracked.
  4. "Thinking" doesn't work, find evidence.
 
William Roeder:
  1. Why did you post your MT4 question in the MT5 Systems section instead of the MQL4 section, (bottom of the Root page?)
              General rules and best pratices of the Forum. - General - MQL5 programming forum?
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. And the EAs in the MQL4\Experts folder?
  3. Your test obviously didn't trade. Look in the logs or show the code. There are no mind readers here and our crystal balls are cracked.
  4. "Thinking" doesn't work, find evidence.

sorry its my first thread your right

im wrong

and i this is my log

0       20:15:29.526    Expert GPSForexRobotEURUSD_edu EURUSD,H1: loaded successfully
0       20:15:35.858    TestGenerator: current spread 20 used
2       20:15:38.114    2020.08.01 00:00:00  GPSForexRobotEURUSD_edu inputs: UseMM=0; Lots=0.01; LotsRiskReductor=10; MaxLots=1000; AutoGMTOffset=1; GMTOffset=1; SendEmail=0; SoundAlert=0; WriteLog=0; WriteDebugLog=0; 
0       20:15:38.145    2020.08.03 00:00:00  GPSForexRobotEURUSD_edu EURUSD,H1: WARNING: Set Parameter "AllowDLL Imports" ON in menu Tools -> Options -> ExpertAdvisors.
0       20:15:38.411    EURUSD,H1: 1753124 tick events (504 bars, 1754125 bar states) processed in 0:00:00.297 (total time 0:00:08.875)
0       20:16:20.032    Expert GPSForexRobotEURUSD_edu EURUSD,H1: removed

GPSForexrobot has Done 0 Trade
0       20:16:20.064    Expert Pegasus Pro EURUSD,H1: loaded successfully
0       20:16:22.095    TestGenerator: current spread 22 used
2       20:16:24.267    2020.08.01 00:00:00  Pegasus Pro inputs: Slippage=1; MaxSpread=20; volume=1; RiskPercent=0.01; StopLoss=13; TakeProfit=0; Distance=10; SleepModify=2; trailing=1; Trailing=6; TrailingLoss=10; TradeDeviation=5; News=1; OrderDelta=55; NewsSecound=10; Filter=0; BreakoutMagic=65321; BreakoutMagic2=64321; MagicNumber=12345; MagicNumber2=12345; 
0       20:16:27.079    EURUSD,H1: 1753124 tick events (504 bars, 1754125 bar states) processed in 0:00:02.813 (total time 0:00:07.016)
0       20:16:54.700    Expert Pegasus Pro EURUSD,H1: removed
  0 Trade Again
0       20:16:54.716    Expert Infinite Storm EA_fix EURUSD,H1: loaded successfully
0       20:16:56.747    TestGenerator: current spread 22 used
2       20:16:58.919    2020.08.01 00:00:00  Infinite Storm EA_fix inputs: Magic=333002; FixedLotSize=0.01; StopLoss=38; UseVirtualSL=0; TakeProfit=50; UseAutoLot=0; RiskInPercentOfBalance=2; MaxLotSize=10; PredictorDistance=15; PredictorMultiplier=10; PointsToleranceL=28; PointsToleranceH=28; UseBreakEvenTrail=1; PointsBE1=19; PointsBE2=7; PointsLockBE=7; PointsTrailingDist=8; PointsTrailingStep=1; ShowInfoPanel=0; UseSpreadProtection=1; MaxSpread=20; MaxSlippage=10; EnablePushNotifyStatus=1; StatusIntervalInHours=24; 
0       20:16:58.965    2020.08.03 00:00:00  Infinite Storm EA_fix EURUSD,H1: Infinite Storm EA initialization successful.
2       20:16:58.965    2020.08.03 00:00:00  Infinite Storm EA_fix EURUSD,H1: open #1 buy 0.01 EURUSD at 1.17720 ok
0       20:16:58.965    2020.08.03 00:00:00  Infinite Storm EA_fix EURUSD,H1: !!!! Infinite Storm EA: This position was opened just to pass Market validation due to the error of non opened any trades on D1 timeframe.
0       20:16:58.965    2020.08.03 00:00:00  Infinite Storm EA_fix EURUSD,H1: !!!! Infinite Storm EA: This position will NOT be opened on live or demo account trading.
2       20:16:58.965    2020.08.03 00:00:00  Infinite Storm EA_fix EURUSD,H1: close #1 buy 0.01 EURUSD at 1.17720 at price 1.17698
0       20:17:00.575    2020.08.31 23:59:48  Infinite Storm EA_fix EURUSD,H1: Infinite Storm EA deinitialized.
0       20:17:00.575    2020.08.31 23:59:48  Infinite Storm EA_fix EURUSD,H1: 2020.08.31 23:59:48: OnDeinit UninitReason: 0 - Another reason
0       20:17:00.575    EURUSD,H1: 1753124 tick events (504 bars, 1754125 bar states) processed in 0:00:01.657 (total time 0:00:05.860)
Just Open 1 trade 
 
Amin Bhr:

hi

i have multiple EA that comes with indicators and i put the indicators ex4 files in the MQL4/Indicators and refresh the folders

but the problem is when i want to test them it continuously shows empty 

i attached screen shots to see

i don't know what else should i do

i think my EA getting signal from indicators but its not working for some reason in backtest its just a guess

Did you ever find a solution because I'm suffering the same problem

 
Right-click on results and show useless results.