No multi-currency trading with MQL5 Wizard

 

Hi,

new MQL5 Wizard gives the possibility of multi-currency analysis, but not multi-currency trading (all the EAs generated with MQL5 Wizard can be single-currency only)!

Is it possible to add support for multi-currency trading into MQL5 Wizzard (useful for pair-trading, spread and statistical arbitrage strategies)?

Or can somebody help, how to extend/enhance current classes code to be able to buy Symbol1 and simultaneously sell Symbol2 within expert generated from wizard?

Thanks

Peter

MQL5 Wizard: Creating Expert Advisors without Programming
  • 2011.01.11
  • MetaQuotes Software Corp.
  • www.mql5.com
Do you want to try out a trading strategy while wasting no time for programming? In MQL5 Wizard you can simply select the type of trading signals, add modules of trailing positions and money management - and your work is done! Create your own implementations of modules or order them via the Jobs service - and combine your new modules with existing ones.
 

Hi P Cherry,

Unless you're going to ATC, just attach single EA onto different chart with different symbol. a single EA trading multiple symbol is prone to late data coz it depend on the chart where it was attached.

@alohafx, very kind of you giving a link to a page that does not exist ;)


 
onewithzachy:

Hi P Cherry,

Unless you're going to ATC, just attach single EA onto different chart with different symbol. a single EA trading multiple symbol is prone to late data coz it depend on the chart where it was attached.

A properly coded multi-currency EA does not have such problem because it uses events from separate charts rather than the chart it is attached to.
 
enivid:
A properly coded multi-currency EA does not have such problem because it uses events from separate charts rather than the chart it is attached to.

Hi enivid,

I meant only one chart opened where the multi-currency EA was attached to. There are other charts opened, so we can get any event on other chart and the data must be downloaded.


Reason: