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.
Can someone please tell me why this EA does not want to trade on the four majors at once, but only on one at a time. Even if I set the time to enter the same for all. I think that this EA have some potential. Come all your programming fundies let do this one.
Thanks,
Roets
Can someone please tell me why this EA does not want to trade on the four majors at once, but only on one at a time. Even if I set the time to enter the same for all. I think that this EA have some potential. Come all your programming fundies let do this one.
Thanks,
Roets
Hi Roets,
Can you recommend which major "news days"we should be looking out for?
I usually go to forexnews.com to see what's happening for the next day or so.
Download changed expert and set difference "ID" number on each charts that you want to attach.
hi ghods
happy new year and i'm glad to see u here.
i have a question about the EA.i suppose that the weekly economic caleander should be loaded in the source code of the EA.am i right?
i mean, according to the caleander i should put the date and time for each pair inside the source code.ok?
thanks for your attention in this matter
kamyar
In stead of hard coding all the dates and times into the EA and having to rewrite it all the time, why not use a script file to list the dates, times, currencies, news reports, etc... and have the EA read from the script. A whole lot easier and quicker to do in the long run.
The CockeyedCowboy
Quote:
Originally Posted by kamyar
hi ghods
happy new year and i'm glad to see u here.
i have a question about the EA.i suppose that the weekly economic caleander should be loaded in the source code of the EA.am i right?
i mean, according to the caleander i should put the date and time for each pair inside the source code.ok?
thanks for your attention in this matter
kamyar
This look good, can anyone explain my worries regarding this ea.
Please see the pic.
Thank you,
SFX
The current code is for four majors on USD. The Ordersend code only look at four majors at this stage. You can load any times and dates with your own choose of crosses.
In stead of hard coding all the dates and times into the EA and having to rewrite it all the time, why not use a script file to list the dates, times, currencies, news reports, etc... and have the EA read from the script. A whole lot easier and quicker to do in the long run.
The CockeyedCowboy
Please send me an example. I do not know that type of coding.