Search found 4 matches

by itinerant
Fri Mar 14, 2014 12:22 pm
Forum: Issue/Bug tracking
Topic: Multiple Instrument EA Testing
Replies: 7
Views: 22589

Re: Multiple Instrument EA Testing

Seems to work fine now. Not sure why it didn't the first time around, but all is good.

Thanks for making some great software.
by itinerant
Fri Mar 07, 2014 12:05 pm
Forum: Issue/Bug tracking
Topic: Multiple Instrument EA Testing
Replies: 7
Views: 22589

Re: Multiple Instrument EA Testing

That's interesting to know. So while testing say EURUSD, you can use a call like: iMA("USDJPY",0,13,8,MODE_SMMA,PRICE_MEDIAN,0); and it will calculate the MA for USDJPY? Yep, sure does. Provided it has access to the relevant history. Any reason why you are not using the Tickstory 'MT4 Exp...
by itinerant
Tue Mar 04, 2014 9:52 am
Forum: Issue/Bug tracking
Topic: Multiple Instrument EA Testing
Replies: 7
Views: 22589

Re: Multiple Instrument EA Testing

Hi Tickstory,

Under normal conditions in strategy tester, provided that the history exists it will let you call values from another pair.

What I've done now is manually import the various .csv files into MT4 and run the test.

It all seems to be working that way.

Thanks :)
by itinerant
Sun Mar 02, 2014 12:33 pm
Forum: Issue/Bug tracking
Topic: Multiple Instrument EA Testing
Replies: 7
Views: 22589

Multiple Instrument EA Testing

Hello, My apologies if this has been covered before. I'd like to test an EA that references other instruments (for example, iRSI of USDJPY used in an EA that is attached to EURUSD). I have downloaded data for both pairs, covering the same time frame. I can run a "normal" EA successfully on...