ç¦ å Victor V
- #5,744
- Feb 11, 2010 6:21am Feb 11, 2010 6:21am
- Joined Dec 2005 | Status: Com Member = Scammer | 5,408 Posts
- #5,747
- Feb 11, 2010 6:25am Feb 11, 2010 6:25am
- Joined Oct 2008 | Status: Sailing for pips | 2,099 Posts
Trading correlation pairs by using the other pairs 843 replies
Export All pairs or selected pairs to .csv with script 3 replies
Pairs of Currency Pairs 4 replies
Trending Pairs / Ranging Pairs 0 replies
Robot trading 120 replies
DislikedHow about KG EA, Steve? Did you change anything or let it run with your last settings?
Best regards!Ignored
DislikedI think it is all down to the NewsFilter being constantly called for each pair in the for/loop.
Scoobs.Ignored
DislikedI have the trade close RS settings at 50, otherwise using the defaults.
I am using mptm to close half the trade at +50(0) and move the stop to breakeven, following Boris Scholssberg's dictum of never letting a winner turn into a loser.
The account is +32% since opening on Monday. Little drawdown. I regard this robot as highly promising.
Ignored
Dislikeddepends on the TF.
It happens all the time on 1M, 5M and 15M.
Usually pending orders @ IB level being placed and removed in short spaces of time.
Don't forget there are allot of Market Trap Traders whereby the place large pending trades spoofing the market into going one way or another and then remove them taking your profits. They take a risk that they can get away with it without their orders being filled. And usually they do because they are placing/removing these in nano seconds but its enough for retail traders EA's to action...Ignored
DislikedDo you know any of the two individuals:
PAUL DAY (Worked in HSBC before)
HOWARD FRIEND
Do you know if they are up to what has been said about them?Ignored
DislikedSteve - can you possibly post your MPTM setfile ?
Thanks,
getdown71Ignored
DislikedHehe. Actually, I have this problem with names. It is a genuine problem. I am capable of looking at a kid I have been teaching for years and forgetting what she is called, briefly.
I have the habit of writing the names of new pupils somewhere discreet so I can read it when I can't remember their names - saves the embarrassment of having to ask their name half-way through the lesson.
The point of all this? I can easily get Greece and Cyprus mixed up - Greek and Turkish Cypriots and all that.
eglobal are Cyprus based.Ignored
DislikedYeap, the news filter does not work, another one slipped through being USDCAD at 1.00pm GMT with High impact news on USD at 1.30pm GMT.
So, I dont know what is wrong with it.
Scoobs.Ignored
DislikedYeap, the news filter does not work, another one slipped through being USDCAD at 1.00pm GMT with High impact news on USD at 1.30pm GMT.
So, I dont know what is wrong with it.
Scoobs.Ignored
DislikedI have the trade close RS settings at 50, otherwise using the defaults.
I am using mptm to close half the trade at +50(0) and move the stop to breakeven, following Boris Scholssberg's dictum of never letting a winner turn into a loser.
The account is +32% since opening on Monday. Little drawdown. I regard this robot as highly promising.
Ignored
DislikedFor those trading XXXJPY pairs only.
I have found the following to be very useful/profitable.
int OB = 90;
int OS = 10;
if(TimeHour(TimeLocal()) >= 08 && TimeHour(TimeLocal()) < 16) // London session
{
OB = 80;
OS = 20;
}
ScoobsIgnored