If 03 and 03a opens trades with default settings but 03b not, I don´t know what could happen. In "expert" tab you can see trades like they would be opened ?
BASKET TRADE Management: Using multiple trade management EA's on basket trades 11 replies
Basket Knights - A Basket Trading Round Table 1,313 replies
Relative Strength Basket Trading System 3,479 replies
Simple Basket Trading system 61 replies
TMS basket: Dashboard for a basket of MA-Filtered RSI Signals 135 replies
DislikedNo more trades for Phantom_AddSix_02 in 15 hours, extremely slow so I moved to Phantom_AddSix_03b too. Each hour a trade was opened so I think it is no normal Fredgold. Maybe you have the same problem I had with Lots. What is your mmtu ?Ignored
DislikedThe extra line you sugeested adding to the versions:
if (MathMod(TimeHour(TimeCurrent()),8) == 0.0 &&
TimeMinute(TimeCurrent()) == 1)
{
ResetPhantoms();
}
I assume this does not have to be added to the Phantom_Addsix_03b, am I correct.Ignored
DislikedIt appears that .67 MaxMargin may be too high. Take a look at each tab for results of all my 50:1 demos. AddSix_01 has had a margin call and all the others except 02 which is at .4 MM, have seen margin levels below 500%.
AddSix_02 has been running longer than the others and is set at 0.4 MaxMargin and 1.0 ProfitPct. It is up 4% in 6 trading days.Ignored
Dislikedconsidering all the factors, add06_02 seems to be the winner. wonder how the resetting phantoms every 8 hhrs will do to 02 ?Ignored
DislikedWe'll find out.
Note default settings:
MaxMarginToUse = 0.3
ProfitPct = 0.5
|
vIgnored
DislikedMy AddSix_02 has been the best one so far, as well. I will load this version on top of 02.Ignored
DislikedMight run into issues when your ea on tadawulf wants to open say .07 lots, since the only choice is .05 or .10. It does seem to handle bumping it up to .05 if its trying to open say .04, since it does check for minlot size. Be curious to see what happens when it tries to open more than .05 tho.Ignored
DislikedThat's done and it was a good time to do it since the EA had just closed again and only had 1 new trade on it. I also reset the Lowest Margin % global variable so we will know the lowest margin since loading the changed version. That demo is up more than 5% since starting on 17 Oct.Ignored