MetaQuotes:
Hi thanks for this trading tutorial, where do you actually begin when designing this system, I am fairly new in trading
New article Learn how to design a trading system by Alligator has been published:
Author: Mohamed Abdelmaaboud
Hi,
I found that this link of your article is not valid: Writing MQL5 code in MetaEditor. One get a 404 error.
Beside that this is wrong:
We have three lines moving below prices, So, we got a bearish signal.
We have three lines moving below prices, So, we got a bearish signal.
It should be (imho):
We have three lines moving above prices, so, we got a bearish signal
Please can you correct it?

Discover new MetaTrader 5 opportunities with MQL5 community and services
- www.mql5.com
Logging in to MQL5.com website
Carl Schreiber #:
Thanks for your note and I will correct them.
Hi,
I found that this link of your article is not valid: Writing MQL5 code in MetaEditor. One get a 404 error.
Beside that this is wrong:
We have three lines moving below prices, So, we got a bearish signal.
It should be (imho):
Please can you correct it?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
New article Learn how to design a trading system by Alligator has been published:
In this article, we'll complete our series about how to design a trading system based on the most popular technical indicator. We'll learn how to create a trading system based on the Alligator indicator.
According to this strategy, we need to create a trading system that can be used to generate signals of bullish or bearish based on continuously checking for the following values:
We need the trading system to determine the positions of these values to generate suitable signals based on that. If the lips line is greater than teeth, lips greater than jaws, and teeth line is greater than the jaws, in this case, we need the trading system to return the following values as a comment on the chart:
In the other case, if the lips line is lower than the teeth line, the lips line is lower than the jaws line and at the same time, the teeth line is lower than the jaws line, in this case, we need the trading system to return the following values as a comment on the chart:
The following is a step-by-step blueprint of this trading system:
Author: Mohamed Abdelmaaboud