Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Kalman filter - multi time frame version - MetaTrader 5 için gösterge

Görüntülemeler:
9079
Derecelendirme:
(16)
Yayınlandı:
2019.02.17 18:46
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Theory :

This one was published long time ago using Kalman filter name (among other publications, you can check this one too : Kalman filter - a version for mt4). Kept the name and made it multi time frame.

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)

PS: the color of the indicator is nor based on the slope of the indicator, but on the internal "velocity" that is calculated in the process of calculating this indicator

Usage :

You can use color changes as signals


Kalman filter - generalized version Kalman filter - generalized version

Kalman filter - generalized version

Trix pivots Trix pivots

Trix pivots

Kalman velocity - multi time frame version Kalman velocity - multi time frame version

Kalman velocity - multi time frame 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.