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

Intra-day ATR - MetaTrader 5용 지표

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

Theory :

This is an ATR (Average True Range) that resets itself on the start of a new period. New periods are :

  • daily (for all time frames less than daily
  • weekly for daily time frame chart
  • monthly for weekly time frame chart

Usage :

It can be used as any regular ATR


CSV file reader for MQL5 CSV file reader for MQL5

This class was developed to exchange data between MetaTrader 5 and CSV files. It converts the strings read from the CSV file to double and integer values depending of the type of the columns. Two producers of CSV files are most important for me. The most important producer are spreadsheet programs, i.e. LibreCalc. Manually entered CSV are the other kind of CSV files I had in mind. Be aware that this class do not use the standard library FileCsv.mqh etc. Instead it works with text files. It splits text lines into fields. Maximum speed and low memory usage were no development goals. This class may not be suited for large datasets or time critical operations. I would not use CSV files if speed was my main goal.

Adaptive moving average - double smoothed Adaptive moving average - double smoothed

Adaptive moving average - double smoothed

Intra-day Keltner channel Intra-day Keltner channel

Intra-day Keltner channel

Intra-day Keltner channel extended Intra-day Keltner channel extended

Intra-day Keltner channel extended