Thank you. The article is interesting. I would like to see this generator with theincluded file (*.mqh) in its entirety with Expert Advisor code to test it on a chart. If it is possible? I would be very grateful.
At the end of the article there is an attached file mysignal.mqh (9.31 KB) - this is the generator of trading signals of the custom indicator. Also in the article it is written where this file should be placed. After you open this file in MetaEditore, press the F7 key in MetaEditire - the trading signals generator will become available for the MQL5 MASTER.
After that you will have to start creating your Expert Advisor and add the signal of the trading signals generator to it.
At the end of the article there is an attached file mysignal.mqh (9.31 KB) - this is the generator of trading signals of the custom indicator. Also in the article it is written where this file should be placed. After you open this file in MetaEditore, press the F7 key in MetaEditire - the trading signals generator will become available for the MQL5 MASTER.
After that you will only need to start creating your EA and add the signal of the trading signals generator to it.
Thank you. I have carefully read the article. But I would like to see the Expert Advisor itself, its code, even if it does not trade, but only gives signals.

- 2009.11.23
- Андрей
- www.mql5.com
... is it possible to correctly (without rewriting the library) transfer the opening level of a pending order from a custom indicator? ...?
... The trading system assumes that sometimes there can be 2 pending orders, one to buy and one to sell?

- www.mql5.com
As I understand, you want to open pending orders not strictly at a distance of +-50 pips, but depending on the situation?
As I understand, you want to open pending orders not strictly at a distance of +-50 pips, but depending on the situation?

- 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 Trading Signal Generator Based on a Custom Indicator has been published:
I am sure there must be an indicator not included in the standard delivery that you have long wanted to use. And that is the indicator based on which you want to build a trading signal module. I will use the MACD indicator from the standard delivery as such an indicator. The location of the indicator is as follows: ...MQL5\Indicators\Examples\MACD.mq5.
Each indicator can describe one or more market models. A market model is a certain combination of the indicator value and the price value. The models available for the MACD indicator are reversal, crossover of the main and the signal line, crossover of the zero level, divergence and double divergence.
Author: Karputov Vladimir