Is the Cauchy difference a precursor to a reversal and/or correction? - page 9

 
Maxim Kuznetsov:

both three - SMA,GMA and their difference. Set the SHIFT - half-period shift (negative) in the indicator properties.

:-)

I haven't found a place for SMA and GMA separately in the new "Market Theory", while their difference is present in the formula (45) of profithttps://www.mql5.com/ru/articles/1825, so I investigated this difference.
Теория рынка
Теория рынка
  • 2015.08.19
  • Yousufkhodja Sultonov
  • www.mql5.com
До сих пор не существует логически завершенной теории рынка, охватывающей все типы и разновидности рынков товаров и услуг, микро- и макро-рынков, наподобие Форекс. Статья повествует о сущности новой теории рынка, основанной на анализе прибыли, вскрывает закономерности изменения текущей цены, а также выявляет принцип работы механизма, позволяющего цене находить наиболее оптимальное свое значение путем образования цепи виртуальных цен, способных вырабатывать управляющие воздействия на саму цену. Выявлены механизмы образования и смены трендов на рынке.
 
Indicator for MT4
 
Yousufkhodja Sultonov:
Indicator for MT4
What is this indicator? A copy of the Cauchy indicator for MT4?
 
elibrarius:
What is the indicator? A copy of the Cauchy indicator for MT4?
Yes, the 1st post reflects that, as does a thank you to you two doers.
 
Yousufkhodja Sultonov:
Yes, the 1st post reflects that, as does thanking you.
The source code is much more interesting to see than a compiled black box.
 

Gold is expected to be flat on TF D1, but you can analyse the performance of the indicator https://www.mql5.com/ru/charts/5618930/gold-d1-e-global-trade.


График GOLD, D1, 2016.08.15 08:04 UTC, E-Global Trade & Finance Group, Inc., MetaTrader 4, Real
График GOLD, D1, 2016.08.15 08:04 UTC, E-Global Trade & Finance Group, Inc., MetaTrader 4, Real
  • www.mql5.com
Символ: GOLD. Период графика: D1. Брокер: E-Global Trade & Finance Group, Inc.. Торговая платформа: MetaTrader 4. Режим торговли: Real. Дата: 2016.08.15 08:04 UTC.
 
elibrarius:
The source code is much more interesting to see than a compiled black box.
Only this version was kindly provided to me. By the way, to complete the picture, could you make the indicator "Derivative of Cauchy Difference" (PC), which is shown on the previous page https://www.mql5.com/ru/forum/93823/page8. The calculation is very simple: PC = K2-K1.
Разность Коши - предвестник разворота и/или коррекции?
Разность Коши - предвестник разворота и/или коррекции?
  • reviews: 2
  • www.mql5.com
Уважаемые программисты. Предлагаю проверить данную гипотезу. Как я ранее указывал https://www.mql5...
 
Maxim Kuznetsov:
The drop to minuscule values more or less shows a flat. It is worth to see what happens in sideways, maybe a detector of sideways movement start - logically the SMA-GMA would be typical, but we need a non-linear scale in the indicator, or somehow normalize it to be clearly visible.
Here is a version of the Cauchy indicator with the ability to display it on a logarithmic scale and with a graph of its derivative.
Files:
Koshi.mq5  7 kb
 
Yousufkhodja Sultonov:
Calculated very simply: PC = K2-K1.

K2 is the indicator reading on the previous bar

K1 - current bar

?

 
Iurii Tokman:

K2 is the indicator reading on the previous bar

K1 - current bar

?

Yes.