Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
So if I use 1111 and you use 1111 we are still ok? adn we are on the same platform. Sorry, just confused a bit
Yes, if we both open accounts in the same broker, and we both be using the same magic numbers at the same broker, they will work fine. Magic number is only for inside use of one metatrader installation. It will also work if you will install metatrader twice in separated folders and run both installations with the same broker with the same magic.
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................ http://www.fxservice.eu/
........................................
Yes, if we both open accounts in the same broker, and we both be using the same magic numbers at the same broker, they will work fine. Magic number is only for inside use of one metatrader installation. It will also work if you will install metatrader twice in separated folders and run both installations with the same broker with the same magic.
Ok, got it now thanks. It's just to help my installation of MT4 on my own machine.
You mean - you have ea that controls orders eg, by magic number 11111 and you want to open manually another trade and set the magic for that manual order to 11111 so the ea could control it?
It is impossible to input magic number for manual trade. If you want to manage choosen trades by ea, you should use order comment instead magic number.
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................ http://www.fxservice.eu/
........................................
It is impossible to input magic number for manual trade. If you want to manage choosen trades by ea, you should use order comment instead magic number.
You mean - you have ea that controls orders eg, by magic number 11111 and you want to open manually another trade and set the magic for that manual order to 11111 so the ea could control it?
Kalenzo,
It is good for semi-manual traders who want eas to manage orders with MM only. Can MetaTrader do it ?
Thanks in advance.
Nomura
I have an EA on GBP/JPY running three charts within the same platform: 5M, 15M and 30M
The EA is assigning different Magic Numbers for each chart which is good so open and close of an order is handled correctly.
Now my question is, once all the trades are closed how can I tell which chart or Magic Number closed the trade ??
The history detailed report doesn't list the Magic Number that controlled each trade. Does it? maybe I need to have an option triggered to show me the Magic number ??
What I need to know of course is if I have a loosing trade which TF chart made that trade.
Thanks
I have an EA on GBP/JPY running three charts within the same platform: 5M, 15M and 30M
The EA is assigning different Magic Numbers for each chart which is good so open and close of an order is handled correctly.
Now my question is, once all the trades are closed how can I tell which chart or Magic Number closed the trade ??
The history detailed report doesn't list the Magic Number that controlled each trade. Does it? maybe I need to have an option triggered to show me the Magic number ??
What I need to know of course is if I have a loosing trade which TF chart made that trade.
Thanks
I'm assuming you have the same EA attached to 3 different charts with 3 different time frames, all the same currency pair. Right?
You could probably code the EA to have a Print statement to the journal after an OrderClose() function telling you which time frame was closed. That's my thought.