- Search Metals Mine
-
7bit replied Jan 27, 2010I just uploaded new versions ofpatternmatcher.mq4 patterndesigner.mq4 patternmatcher.common.mqh to the first posting in this thread. I changed the algorithm how the pattern is scaled into the rectangle of prices and at the same time removed all ...
pattern matching
-
7bit replied Jan 27, 2010I'm currently thinking about renaming the EA to patterntrader and writing a third EA (patternscanner) that would permanently scan a list of symbols with a wide scan range that covers all timeframes from M1 up to D1 and alert on each pattern that it ...
pattern matching
-
7bit replied Jan 27, 2010Looks already better than 95% of all other EAs on all the forums.
I would be interested in the details of this strategy.Surprising results from my new EA...
-
7bit replied Jan 26, 20101: the smaller the better the match. There was a small bug in patternmatcher.common.mqh, i just uploaded the fixed version, the old one showed wrong error values in the patterndesigner (didn't affect trading). 2: the definitions file is the correct ...
pattern matching
-
7bit replied Jan 26, 2010Reading such childish alphabet soup in a serious programming forum for grown-ups makes my eyes and my brain hurt.
Help to convert an Indicator to an EA.
-
7bit replied Jan 26, 2010I have updated the files a few minutes ago. I have now split it up into two EAs and the patterns itself are contained in a completely separate file (patternmatcher.definitions.mqh), so the patterns you may have found won't be overwritten by an ...
pattern matching
-
7bit replied Jan 26, 2010sourcecode released — I have released the source code. It is attached to post #1 in this thread along with some instructions. License is GNU GPL V3. Now i want to see pattern functions with an edge. I released my initial work for the very ...
pattern matching
-
7bit replied Jan 26, 2010I have never understood how i could profit from volatility alone. To some extend i can "predict" that volatility will increase sometime in the near future when i see a narrowing consolidation or the sun is about to rise in Europe but i still need a ...
pattern matching
-
7bit replied Jan 25, 2010I don't know how this indicator works but there definitely is something predictive in the past. You should experiment with the concept of the magic_shift EA. It simply uses the AC Oscillator shifted by a fixed number of bars and basically trades ...
the indic tells future?!
-
7bit replied Jan 25, 2010I am just working on a tool to make pattern design a lot easier: When the EA is in design mode you can move around the patterns with the mouse on the chart to see how they match, make changes to the pattern function and simply click recompile to ...
pattern matching
-
pattern matching
Started Jan 25, 2010|Platform Tech|97 replies
Let f be a continuous function: y=f(x); x,y ∈ ℝ; 0 ≤ x ≤ 100 whose function values, when ...
-
7bit replied Jan 17, 2010Then i have no idea. "buy instead of sell" makes no sense and i have never seen this in any log file. Why would it want to buy if you tell it to sell instead? Maybe there is some non-hedging limitation in place and it is trying to combine two ...
EA problem "sell (instead of buy)"
-
7bit replied Jan 17, 2010look for the word "instead" in the source code
EA problem "sell (instead of buy)"
-
7bit replied Jan 17, 2010look again. you will find it. Search the .mq4 file for the word "instead".
EA problem "sell (instead of buy)"
-
7bit replied Jan 17, 2010The "Experts" Tab shows the output of the Print() command, it is not an official log of things that happened, its a log of outputs that the Programmer wanted the EA to print out during operation. It reflects the internal things that go on inside ...
EA problem "sell (instead of buy)"
-
7bit replied Jan 5, 2010The easiest way would be to write a function OrderSendEx() that will accept the same parameters as OrderSend() and will internally call OrderSend() without SL and TP and then in the next step add them with OrderModify() if they are non zero. After ...
For coders - How to make this ea work on ECN brokers?
-
7bit replied Jan 3, 2010The reason i suggested the whitespace after for, while, if is their nature as a reserved word (like an operator is also a reserved symbol) and the braces are just surrounding an expression just like in while (x * (a + c)) as opposed to a function ...
MQL Coding Standards
-
7bit replied Jan 2, 2010Equity curve — ematrader, please include the equity recorder library from here: url into the EA and then produce a proper equity chart and post it here. Your Balance-Curves are meaningless, we need to see the total equity instead which is ...
First look at Ematrader's latest EA
-
7bit replied Jan 2, 2010Your edge is so small (or even non-existant) with that strategy that you are mainly losing through the spread costs alone, no matter which direction you trade it.
Inverse EA