거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Kalman filter - with candles or bars - MetaTrader 5용 지표

조회수:
13011
평가:
(27)
게시됨:
2019.02.17 21:23
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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)

Also, this version is adding colored bars or candles to the display in order to make it easier to assess the trend. The display is adjusted automatically.

  • if your chart is set to display candles, the indicator will use colored candles
  • if your chart is set to display bars or lines, the indicator will use colored bars

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















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

Kalman velocity - multi time frame version

ConsecutiveRSI ConsecutiveRSI

Set the number of consecutive candles along with RSI level for a valid signal.

Aroon - multi time frame version Aroon - multi time frame version

Aroon - multi time frame version