When you respond, you give the troll power. When you ignore the troll, he starves for attention and eventually dies.
Well as you can see WHRoeder et al(), it is having !no effect on me;
{
Therefore, IpSoFacto I am !not a Troll!;
{
Run this through your Logic Compiler and you will see that it does indeed 'compute';
}
Keep wogging on anyway WH;
}
return(TRUE);
// (< 8)
1 - Loses track of orders if EA de/reattached, compiled, restarted etc
So going to add in 'Open Order 'loop'' anyway.
In Back Test or Optimization, it only has one order open at a time as it is supposed to.
But in Live trading, it runs amuck and opens new orders ad infinitum )< 8(
2 - Messes up the orders modifications which amongst other things keeps SL set amount behind current price (Immediate TSL)
This is currently rather fragile anyway and doesn't take much, such as ANY alterations to above two Order Close & Open functions within the same broad scope, to mess it up.
This has Money Management (MM), but I've added in more to limit # of open orders with inclusion of Account Equity test which works OK but likewise messes up the Orders Modifications logic
When you respond, you give the troll power. When you ignore the troll, he starves for attention and eventually dies.
Took the KISS route:
Works well except:
1 - Loses track of orders if EA de/reattached, compiled, restarted etc
So going to add in 'Open Order 'loop'' anyway.
In Back Test or Optimization, it only has one order open at a time as it is supposed to.
But in Live trading, it runs amuck and opens new orders ad infinitum )< 8(
2 - Messes up the orders modifications which amongst other things keeps SL set amount behind current price (Immediate TSL)
This is currently rather fragile anyway and doesn't take much, such as ANY alterations to above two Order Close & Open functions within the same broad scope, to mess it up.
This has Money Management (MM), but I've added in more to limit # of open orders with inclusion of Account Equity test which works OK but likewise messes up the Orders Modifications logic
When you respond, you give the troll power. When you ignore the troll, he starves for attention and eventually dies.