Strategy Tester issue

 
Just got into MQL5 programming and wanting to play around with the strategy tester so I downloaded Scalp All and attempted to use the strategy tester with it. Every time I do it says "Experts\Advisors\ScalpAll.ex5 not found"

What's the deal?
 
JMeeks87:
Just got into MQL5 programming and wanting to play around with the strategy tester so I downloaded Scalp All and attempted to use the strategy tester with it. Every time I do it says "Experts\Advisors\ScalpAll.ex5 not found"

What's the deal?

You must install (or place) the expert advisor in the experts folder of your MT5 first.

 
Eleni Anna Branou:

You must install (or place) the expert advisor in the experts folder of your MT5 first.

I have. I get the same result. 
 
JMeeks87:
I have. I get the same result. 

I see that this expert has a set of other files that need to be installed too.

Have you done that?

https://www.mql5.com/en/code/27162

There is also a warning about using this expert only on demo account, maybe doesn't work in tester.

 
I've downloaded/used them all in demo. I guess you're right. Bummer
 
JMeeks87:
I've downloaded/used them all in demo. I guess you're right. Bummer

Have you compiled the mq5 files?

 
Keith Watford:

Have you compiled the mq5 files?

Yes
 
JMeeks87:
Yes
This tool? https://www.mql5.com/en/code/27162
This is script (it is not EA) ..
Scalp All
Scalp All
  • www.mql5.com
This script opens random positions at market price on all marketwatch symbols having spread below specified value. Volume, take-profit and stop-loss levels are determined by user inputs. Right-Click marketwatch and Show All symbols. Wait symbols to update their bid/ask values. Open a chart. Double-Click or Drag-Drop ScalpAll script on a...
 
Sergey Golubev:
This tool? https://www.mql5.com/en/code/27162
This is script (it is not EA) ..
Yes. Is this not possible to run in the strategy tester?
 
JMeeks87:
Yes. Is this not possible to run in the strategy tester?
Not, it is not a possible sorry.
It should be EA or indicator.
Because in case of script - it should be in Scripts folder (not in Expert Advisors folder).

May be - there is some way to test it in strategy tester but I do not know about them.
 
Sergey Golubev:
Not, it is not a possible sorry.
It should be EA or indicator.
Because in case of script - it should be in Scripts folder (not in Expert Advisors folder).

May be - there is some way to test it in strategy tester but I do not know about them.
Okay thank you Sergey. Спасибо 👍
Reason: