거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
54508
평가:
(25)
게시됨:
2015.03.23 15:37
업데이트됨:
2016.11.22 07:32
COT.mq4 (28.65 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator uses reports by CFTC. These reports are published on the website www.cftc.gov in two formats, "Excel" and "Text".

  • Select reports in text format of the category "Futures-and-Options Combined Reports", or "Futures Only Reports".
  • Download five files and then rename them. All of the files in the archives have the same name annualof.txt, or annual.txt, so they must be renamed. The file for current year must be renamed in 2015.txt.
  • The second file for past year must be renamed in 2014.txt and so on. Old version of the indicator used files type of A.txt, B.txt, C.txt, D.txt, E.txt. So as not to rename these files every year, I began to use files type of year.txt, in new version of the indicator.
  • Then place the renamed files it the folder MQL4\Files. After that, you can start to use the indicator.

The indicator creates files and global variables with names code.bin. To update these files, you should change values of global variables from 0 to 1, (press F3). Then click "Refresh" to refresh the chart. If you want to update all of files at once, use global variable named "Update files code.bin".

The variable "Code", which you can see in the settings of the indicator, means market code of a futures. For example, the code of wheat is equal 001602.

The indicator for the analysis of CFTC reports.

Draw Ellipse Draw Ellipse

The script creates an ellipse on window drop.

Blue Spread Blue Spread

The indicator shows current spread with color line.

Average of ATR Average of ATR

Average of ATR (AATR) is simple but effective indicator to confirm any price action trading strategy.

FMOneEA FMOneEA

FMOneEA is a scalping Expert Advisor based on MA and MACD indicators.