Discussion of article "The Indicators of the Micro, Middle and Main Trends" - page 3

 
What build of the terminal is used? The standard library is constantly being improved, and judging by the errors shown above, you are using an old version of ExpertSignal.mqh.
Документация по MQL5: Стандартная библиотека
Документация по MQL5: Стандартная библиотека
  • www.mql5.com
Стандартная библиотека - Документация по MQL5
 

I have a standard library, updated by the installer of the latest build 501, file date 2011.09.09. ExpertSignal.mqh Revision 2011.03.30.

But this signalling module GannTrendSignal.mqh is incompatible with the new wizard, it does not see it. If Type=Signal is changed to Type=SignalAdvanced, it sees it and creates an Expert Advisor.

 
ktotic:

The test went, - indicators are not in the folder, but there is no profit - straight. In the log

CExpertBase::SetOtherSeries: changing of timeseries is forbidden

CExpertBase::SetPriceSeries: changing of timeseries is forbidden

Can you tell me who has figured it out? Indicators ..... are good.

Make sure you have the latest version of ExpertSignal.mqh. You can even attach it here for comparison.
 
In the indicators it turns out that skipping the inner bar, if the previous bar was long, the subsequent bars are also considered to be zero and the trend monitoring is lost. Is it possible to supplement the rules of construction?
Files:
333.png  34 kb
334.png  38 kb
 
hint how to install them in mt5, this terminal was installed only because of these indices. p.s if it's not too much trouble, you can give instructions for dummies.
 

Some things have been updated since then that do not affect the algorithm.

  1. Copy the *.mq5 indicatorfiles to the \MQL5/Indicators\ directory.
  2. Copy the TextDisplay.mqh file to the \MQL5\Include\ directory.
  3. Compile *.mq5 files in the editor.
  4. That's it.


Документация по MQL5: Файловые операции / FileCopy
Документация по MQL5: Файловые операции / FileCopy
  • www.mql5.com
Файловые операции / FileCopy - Документация по MQL5
 

thank you!

 

Hello, I have a request for the indicator, if it is possible, to make it write the distance in candlesticks and price difference in points, between all bases, and separately between all tops as in the figure, it will make it easier to work with gann angles, or rather with finding the correct scale for them.

 
matvei:

Hello, I have a request for the indicator, if it is possible, to make it write the distance in candlesticks and price difference in points, between all bases, and separately between all tops as in the figure, it will make it easier to work with gann angles, or rather with finding the correct scale for them.

Hello! I'll see what I can do at my leisure. Have you been working with Gannes for a long time?
 
Dima_S:
Hello! I'll see what I can do at my leisure. How long have you been doing Gann?
Thank you!!! about a year, mainly in Gann is angles, and your indicator just helps to determine the right bases and tops to build them!
This website uses cookies. Learn more about our Cookies Policy.