Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Kalman velocity - multi time frame version - indicateur pour MetaTrader 5

Vues:
10318
Note:
(18)
Publié:
2019.02.17 18:59
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Theory :

As it was explained here : Kalman Filter Velocity, as a part of calculation the "Kalman filter" indicator is calculating something that we can call velocity (or a sort of a smooth momentum). This is the multi time frame version of it.  Multi time frames are having, apart from all the standard multi time frames that can be used in metatrader 5, 3 additional "time frames" :

  • first higher time frame (first time frame higher than the current chart time frame)
  • second higher time frame (second time frame higher than the current chart time frame)
  • third higher time frame (third time frame higher than the current chart time frame)

Usage :

You can use the color changes as signals



Kalman filter - multi time frame version Kalman filter - multi time frame version

Short description.

Kalman filter - generalized version Kalman filter - generalized version

Kalman filter - generalized version

Export trade history to CSV v2 Export trade history to CSV v2

This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. More columns were added and fixed minor errors. The code for processing and exporting data was rewritten.

Kalman filter - with candles or bars Kalman filter - with candles or bars

Kalman filter - with candles or bars, multi time frame version