Tebis wrote:DING wrote:Tebis wrote:Hi Steve,
thank you very much for coding this fantastic EA. Many thanks to Chong!
I use FS for opening the trades and close them mostly manual before US session.
FS took 47 Trades -> 44 winner / 3 looser / DD < 1%. EA is running on demo. I use a MT4i Tradecopier for live account with fix lotsize and the email system for the information when trades are opened.
I don`t have any technical problems.
Cheers
Tebis
TF H4 / 19 pairs
Setfile: OOTB
criminal: Alpari(UK) / Empty4 V.432
I am running 14 Empty4 Sessions on my System with 16 GB RAM, CPU max 8% Memory max. 22%
Tebis,
could you share why you need trading real live account through Tradecopier ?
and did you trading OOTB?
I am trading OOTB !
With Tradecopier I can reduce the max number of trades and the "email Service" is easy to manage when you use it with different live accounts and EAs.
Hi,the open trade code is that:
///////////////////////////////////////////////////////////////////////////////////////////////
//Trading
if (TicketNo == -1 && !StopTrading && OldBarsTime != iTime(NULL, LowerTimeFrame, 0))
{
OldBarsTime = iTime(NULL, LowerTimeFrame, 0);
LookForTradingOpportunities();
}//if (TicketNo == -1)
the "LowerTimeFrame" is H4,
I think that the EA trade's opentime is "00:00" or "04:00" or "08:00" or"12:00" or "16:00"
or "20:00",But,your trade's opentime is not these times,some diff much,why occur that?