Add additional open positions on Basic EA

 

I have a created a basic script that opens a position at a set time which works just fine but I want the script to open positions at additional times.

At this time I am able to do this by adding the same script to multiple charts but can't use "Strategy Tester" to test all the positions at once.

All I want to do is add positions at more set times e.g Opentime : 14:00, Opentime 15:00, Opentime 16:00.

Is there a way to do this or is that a bit out of scope of what this basic EA could do?

Files:
basic_EA.txt  1 kb
 
Cjp_ko:
way to do this or is

Create several input fields to do this.

input string time1;
input string time2;
input string time3;