Having trouble callingoutside variables

 
I've been working on writing an EA for about 3 months. Only buy positions are opening, went live 2 weeks ago, week 1 -$3500, week 2 -$39, so far this week -$2. 

I am having trouble calling templates and outside EAs, both give signals and would like to take the trades with an EA when they both line up.

Manual trading this strategy, team members are seeing 80% to 90% wins, documented by myfxbook. I'm looking to automate to get my time back. 

Thanks in advance.
 

Templates remove everything from a chart and then add whatever is in your template. You shouldn't be trying to call one.

You can't call outside EAs. You can only replace your existing EA with another.

Since you have an EA, why are you trying to do manual trading?

If you have the the EA code, look what indicators it uses and just have those on the chart(s).

Install a second terminal (in a different folder, start with /portable) Put your EA on the demo account, manually trade the other terminal.

Reason: