How do you algorithmise the detection of MA feed clusters? - page 10

 
Can anyone understand how a self-organising Kohonen map can be used to identify a harness?
 
Mikhail Toptunov:
Can anyone understand how the Kohonen Self-Organising Map can be used to identify a harness?

Even the person who advised you doesn't understand how to apply it here.

And why? The temperature map didn't work either?

 
Dmitry Fedoseev:


And why? The temp card didn't come up either?

I haven't figured out how to do it yet, I'm waiting for it to hit me... It takes a very long time for the psyche to fill up for the leap. I've been obsessed with this task for years.

 
It may be better to solve this problem in terms of a histogram and a mode.
Мода в статистике
Мода в статистике
  • statanaliz.info
В статистике есть целый набор показателей, которые характеризуют центральную тенденцию. Выбор того или иного индикатора в основном зависит от характера данных, целей расчетов и его свойств. Что подразумевается под характером данных? Прежде всего, мы говорим о количественных данных, которые выражены в числах. Но набор числовых данных может иметь...
 
Aleksey Nikolayev:
Perhaps it is better to solve this problem in terms of histograms and modes.

Interesting, well I take it there is no ready-made function on mql5...

 
Mikhail Toptunov:

Interesting, well I take it there is no ready-made function in mql5...

There isMathProbabilityDensityEmpirical() function. Moda will be that element of array x[i] (3rd argument of the function) which corresponds to maximum of array pdf[i](4th argument of the function).

Документация по MQL5: Стандартная библиотека / Математика / Статистика / Вспомогательные функции / MathProbabilityDensityEmpirical
Документация по MQL5: Стандартная библиотека / Математика / Статистика / Вспомогательные функции / MathProbabilityDensityEmpirical
  • www.mql5.com
MathProbabilityDensityEmpirical(const double&,const int,double&,double&) - Вспомогательные функции - Статистика - Математика - Стандартная библиотека - Справочник MQL5 - Справочник по языку алгоритмического/автоматического трейдинга для MetaTrader 5
 
Aleksey Nikolayev:

There isMathProbabilityDensityEmpirical() function. Moda will be that element of array x[i] (3rd argument of the function) which corresponds to the maximum of array pdf[i](4th argument of the function).

So Moda is every third(x[2],x[5]...) or just x[2] is moda

Sorry, I don't understand it as... ( which corresponds to the maximum of the array pdf[i](the 4th argument of the function.) )

 
Mikhail Toptunov:

I haven't figured out how to do it yet, I'm waiting for it to hit me... It takes a very long time for the psyche to fill up for the leap. I've been obsessed with this task for years.

Do you have to have a completely incomprehensible method? Is a direct adequate solution in any way unacceptable?

 
Dmitry Fedoseev:

Is a completely incomprehensible method necessarily needed? Is a direct adequate solution in any way unacceptable?

Are you referring to the heat map or ....???

 
Mikhail Toptunov:

Are you talking about the heat map or ....?

What does this heat map have to do with anything?