I haven't read this book and I don't believe in this system. but I guess I didn't lose much ))) thanks to the author.
1.the test would be more indicative when trading with one lot. no deposit would be enough for such a number of lots and the final picture would be distorted.
2.stops I would move at the occurrence of each next/next to the next signal to enter the trend.
maybe it's not accurate in the stat "...Fractals is one of the five indicators of the trading system..." a little higher in the article it says that the system is based on 4 indicators.
Начал читать, заметил пока такую неувязку:
1. first you say that a buy/sell fractal works if it breaks above/below the teeth line,
and when describing the picture with fractals, you talk about the lip line, although in the picture itself you stick to the tooth line.
2. Further you write: To form a trading situation for buying called "saucer" three columns in a row are necessary, and the second one should be of red colour, above the zero line, the first one should be of green colour, i.e. above the second one.
And you draw these three columns, but when describing the signal, you only talk about two columns - column 1 and column 2.
3. And then, you are very dashing in the picture with the explanation of fractals - the Alligator lines are still intertwined, and you are already starting to fill up.
I think that the first position is a trial position, and fill positions are opened according to the conditions of all measurements,
when the Alligator lines confirm the direction of the first position.
However, it is possible that you have done it properly in your code.
1. I agree, there was a typo, please correct the moderator
"Fractal "A" for buying is not traded, because its breakdown by the price occurs below the Alligator lip line."
at
Fractal "A" for buying is not traded, because its breakdown occurs below the line of Alligator's teeth.
2. There is a mutual exclusion, i.e. if the second column is red and above the zero line, there is no need to check the third column, because it will turn out to be higher than the second one (because the second one is red - a feature of the indicator) and will turn out to be above the zero line (because the second one is above the zero line - based on the previous statement). For this reason there is no point in checking - unnecessary operations in the class. I just trust the terminal to do some of the work (I rely on the correctness of the terminal when building this indicator).
In this signal, even one of the checks of the first column is not necessary - it is enough to check whether it is higher than the second, or it is green.
3 I'll answer with a quote from the book
Figure 4-12 shows four graphs. For practice, see if you can identify all the "valid" fractal buy and sell signals. Remember that the middle line (which we have coloured red on the charts) is the Teeth Line, and we use any fractal buy signal that has been overcome by being above the line and any fractal sell signal that has been overcome below it. It is also vital to understand that the critical factor is where the signal is overcome as opposed to where it was FORCED. If the signal is overcome outside of the Teeth, we use that trade regardless of where the fractal may have been formed. In the charts in Figure 4-13, these valid buy and sell signals outside the Alligator Teeth are marked with up and down arrows. The arrows show where the middle bar of the fractal is located. Market entry is made when the signal is overcome.
On the chart "A" marked the place of fractal execution (red line)
That's all understandable. However, if it is not too much trouble, tell me specifically about the refill.
If I understand correctly, for you there are no differences between the conditions of opening the first fractal position,
and subsequent fractal fills? In other words, you do not check anything when adding fractal positions except the condition of correctness of the fractal breakdown ?
That's understandable. However, if it is not too difficult for you, tell me specifically about the refill.
If I understand correctly, for you there is no difference between the conditions of opening the first fractal position,
and subsequent fractal fills? In other words, you do not check anything during the replenishment except the condition of the correctness of the fractal breakdown ?
Except for the correctness of the breakdown by the position of the current price relative to the alligator's teeth line, I do not check anything else.
Although another quote from the book says that there should be a difference.
..
After the fractal signal is triggered, we become aggressive and use every sell signal that is outside the Alligator's Mouth.
..
Although again it is not pointed out that the lines are lined up strictly red green green blue to buy or blue green red to sell (when looking from top to bottom of price).
...
In the Russian-language book there is an accompaniment to Figure 4-18.
There are differences in interpretation, where only teeth are used as a reference line and where the whole alligator's mouth is used ...
Except for the correctness of the breakdown by the position of the current price relative to the line of alligator teeth, I do not carry out more checks.
Although another quote from the book says that there should be a difference.
...
After the fractal signal is triggered, we become aggressive and use every sell signal that is outside the Alligator's Mouth.
..
Although again it is not pointed out that the lines are lined up strictly red green green blue to buy or blue green red to sell (when looking from top to bottom of price).
...
In the Russian-language book there is an accompaniment to Figure 4-18.
There are differences in interpretation, where only the teeth are used as a reference line and where the whole alligator's mouth is used....
I am now trading Bill manually in the tester on H1 with the help of this programme from SK: https://www.mql5.com/go?link=https://autograf4.com/.
After opening the first fractal position, it usually closes 3-4 times with a loss on the teeth.
I start to make fractal positions after the Alligator lines are lined up on the zero bar.
in the trend in the direction of the first position. In most cases, after the first fillings things get better and the final closing of all open positions
on the teeth of the Alligator brings profit.
Try to do the same for yourself - i.e. refill only after Alligator indicates a trend on the zero bar in the direction of the first fractal position.
I think the translation sucks. This phrase " which is outside the Alligator's jaws..." implies that the Alligator has opened its jaws in the right direction,
so the Alligator lines are trending in the direction of the first fractal position.
Updated the EA class
- Implemented a refill algorithm only outside the Alligator's mouth (the first entry and or reversal is based on the Alligator's teeth);
- Added a new method of position maintenance: "Closing behind the opposite border of the Alligator". With this method, the entire position is closed if the previous bar was closed behind the lower alligator line (for a Buy position) or behind the upper alligator boundary (for a Sell position). It does not matter which alligator line it is.
- Fixed calls of some methods from the standard library, according to the latest changes made by the developers.
There appeared some discrepancies in testing this Expert Advisor on different computers, MetaQuotes-Demo quotes. Period 2010.01.01 to today. Instrument EURUSD. H1
The example includes only the first entry and a reversal on the fractal, the "Closing behind the opposite boundary of the Alligator" is used.
In the archive is the Expert Advisor itself, set of settings, report from the tester.
I tried to delete the EURUSD history and upload it again from the server, the result has not changed.
Who has time and desire, please check it.

- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Expert Advisor based on the "New Trading Dimensions" by Bill Williams is published:
In this article I will discuss the development of Expert Advisor, based on the book "New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities" by Bill Williams. The strategy itself is well known and its use is still controversial among traders. The article considers trading signals of the system, the specifics of its implementation, and the results of testing on historical data.
Author: Alexey