- #3,287
- Edited 7:09pm Nov 24, 2009 6:58pm | Edited 7:09pm
- Joined Jul 2009 | Status: Trader | 2,158 Posts
- #3,297
- Nov 24, 2009 10:09pm Nov 24, 2009 10:09pm
- Joined Apr 2007 | Status: vincit qui se vincit | 6,251 Posts
Vincit qui se vincit.
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
DislikedAccording to FF, medium. It seems FF are not totally reliable.
Ignored
DislikedSteve,
You might want to build the following into your code:
volumes = 0;
for(int h = 0; h < ArraySize(Indicator.Pairs); h++)
{
volumes += iVolume(Indicator.Pairs[h],0,0);
}
I am using it as an additional filter where group volumes > 500
Cheers
Scoobs.Ignored
DislikedWow. BOJ doesn't piss about, does it?
On demo overriding the news, one 24H and one 'proper' sell basket. Total about 5% into dd one minute; both hitting their tp's about 5 minutes later.
Ignored
DislikedSteve,
I am getting a flood of the following errors in the experts log
scooby-doo BOJ basket trading robot 24H V2.1 GBPJPY_fx, M15: symbol name for MarketInfo function must be a string.
It still appears to be opening baskets and functioning, however I am not sure if it's affecting the ea in any way. There are quite a few ecn/stp brokers that have odd extensions such as this, collective, jadefx and quite a few others.
Just figured I'd make you aware of it, otherwise bot has taken 5 short baskets all hitting tp since last nightIgnored
DislikedSteve,
I am getting a flood of the following errors in the experts log
scooby-doo BOJ basket trading robot 24H V2.1 GBPJPY_fx, M15: symbol name for MarketInfo function must be a string.
It still appears to be opening baskets and functioning, however I am not sure if it's affecting the ea in any way. There are quite a few ecn/stp brokers that have odd extensions such as this, collective, jadefx and quite a few others.
Just figured I'd make you aware of it, otherwise bot has taken 5 short baskets all hitting tp since last nightIgnored
Dislikedsebastionay, the ea's as they are, will not back test in the strategy tester.
If you also have them loaded on a GBPJPY chart, post another picture & peoples can see if anything shows up why its not taking trades.
cheers scalpzIgnored
DislikedI am of the opinion that on the long run we will have a more robust and profitable EA if we made the 24 Hr version for the US index instead.
The combined spread on the majors which we will have have in a US Index EA will be much less than the combined...Ignored
DislikedSteve,
I am getting a flood of the following errors in the experts log
scooby-doo BOJ basket trading robot 24H V2.1 GBPJPY_fx, M15: symbol name for MarketInfo function must be a string.
It still appears to be opening baskets and functioning, however I am not sure if it's affecting the ea in any way. There are quite a few ecn/stp brokers that have odd extensions such as this, collective, jadefx and quite a few others.
Just figured I'd make you aware of it, otherwise bot has taken 5 short baskets all hitting tp since last nightIgnored