2EAs on 2 charts with different TF , belonging to the same pair - page 2

 
mizantropul:

Hi, I want to apply ALFA.mql EA on GBPUSD M1 chart, BRAVO.mql EA on GBPUSD M30 chart, and no EA on the GBPUSD M5, M15, etc...

Can anyone explain me how can I do that?

TIA !


mizantropul:

Your moderator recommended me to ask in mql4 forum a solution for mql4 .

So please be polite!

angevoyageur2013.10.29 23:022013.10.29 23:02:59EN

mizantropul:

Thank you ! Another question, please : magic number "trick" works in MQL4, too ?

Yes, it's more easy with mql4. See mql4.com.

You didn't ask about Magic Numbers, you asked the same question you asked on the mql5 forum . . . and you were already given an answer on the mql5 forum.
 
alladir:


Lol what?! That's what I said! And no thanks.

Hmmph, no one respects me on this forum, hmmph :/

Haha! Please accept my delayed thanks !
I was wrong because I do not distinguish between a new chart and a different TF chart of the same chart.

 
mizantropul:

Your moderator recommended me to ask in mql4 forum a solution for mql4 .

So please be polite!

angevoyageur2013.10.29 23:022013.10.29 23:02:59EN

mizantropul:

Thank you ! Another question, please : magic number "trick" works in MQL4, too ?

Yes, it's more easy with mql4. See mql4.com.


extern int        MagicNumber = 54321;

this way it will become a inputparameter you can change to another number

putting it to same symbol other timeframe you need different magicnumber

 
deVries:

this way it will become a inputparameter you can change to another number

putting it to same symbol other timeframe you need different magicnumber

Thank you .

Reason: