- Search Energy EXCH
- 804 Results (15 Threads, 789 Replies)
-
MetaCoder replied Sep 5, 2013Phantom6_02 is available in the first post of this thread. It might have bugs but I'll correct anything reported by testers. Here is the description of the system: The same 6 pairs are used. Lot sizes are not all the same for every currency pair. ...
Phantom 6 System
-
MetaCoder replied Sep 5, 2013It's TheMaxx's own personal version of one of the earlier EAs I believe.
Phantom 6 System
-
MetaCoder replied Sep 5, 2013I got involved in a couple of hobbies pretty deeply. Work got more busy too. The break gave me a chance to let go of thinking about EAs and forex strategies, but some things still kicked around in the back of my mind and I'm glad I at least got more ...
Phantom 6 System
-
MetaCoder replied Sep 5, 2013achab, you could copy-and-paste from the Reverse6 or Trim6 EA the declarations of the variables your compilation is showing as undefined. Here is the line where all lot-related variables are declared: double UseLots, TempUseLots, GBPUSDLots, ...
Phantom 6 System
-
MetaCoder replied Sep 5, 2013These new EAs will always trim or reverse the biggest loser and not add to winners, regardless of what the biggest runner is. One could trim the biggest loser and then use freed-up margin to add to the biggest runner, whether it is the loser we just ...
Trim6
-
MetaCoder replied Sep 5, 2013charvo, I agree that reversal after reversal is a big problem, when it happens. It is especially bad when trimming/reversing is going on at a high frequency rate. I don't claim that my new approach is a perfect solution or even a very good solution ...
Trim6
-
MetaCoder replied Sep 5, 2013Do be sure to download the latest versions of the EAs; just recently removed the unwanted restriction on trimming/reversing from both EAs.
Phantom 6 System
-
MetaCoder replied Sep 5, 2013You're welcome. I think it'll be more enjoyable this time around.

Phantom 6 System
-
MetaCoder replied Sep 5, 2013You are probably understanding everything correctly. However, there was a leftover restriction in my code that I removed today. This restriction was noticed by the-game, too.
Reverse6
-
MetaCoder replied Sep 5, 2013One problems with those older EAs is that they used the same lot size for every pair. I discuss this in some of my posts over the past week. That alone is a big problem. While those older EAs could do great at times, the frequency of trimming could ...
Trim6
-
MetaCoder replied Sep 5, 2013I spotted this today and I realized I don't want that feature in Trim6. I took it out. New version uploaded to the first post of this thread.
Trim6
-
MetaCoder replied Sep 5, 2013Explain to me how we can be sure any trade we open might not immediately turn into a loss. But, I hear you. I will probably eventually implement an EA that adds in real trades one at a time. At the moment, though, I have a bias in favor of starting ...
Reverse6
-
MetaCoder replied Sep 5, 2013I spotted this today and I realized I don't want that feature in Reverse6. I took it out. New version uploaded to the first post of this thread.
Reverse6
-
Trim6
Started Sep 4, 2013|Trading Systems|16 replies
First, please read my FAQ: {url} ____ This system is the same as Reverse6 except that we only ...
-
MetaCoder replied Sep 4, 2013Max, yes, I can correct the code, except I would change more than just the lot sizes. My next version of Phantom6 would probably just add real trades when all pairs in the phantom trades align on opposite sides (buy vs sell, profitable vs ...
Phantom 6 System
-
MetaCoder replied Sep 4, 2013louisaparker, in a well-behaved synthetic hedge using proper lot sizes, your floating profit/loss would never amount to much. I suspect you opened these three trades using equal lot sizes. One of the pairs that has a lot size bigger than it should ...
Three Pairs Hedging
-
MetaCoder replied Sep 4, 2013You're missing this: "...reverse the biggest losing trade..."; so, we don't just stay in a hedged state no matter what. Phantoms are used only to detect the event where all pairs the two sides align against each other. It will be this event that ...
Reverse6