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

The indicator is rewritten from MQL4, the author Alejandro Galindo, published by Scriptor, link to the source - https://www.mql5.com/en/code/7343.

How it works

The indicator draws the Pivot levels, the Pivot sublevels and the Camarilla levels.

Levels can be displayed by indicator buffers (by the whole history) and/or only current levels by horizontal lines.


Drawing levels using the indicator buffers. 


Drawing levels using the horizontal lines.

Parameters

  • DayStartHour - Hour of day start.
  • DayStartMinute - Minutes of day start.
  • PivotsBuffers - Draw the Pivot levels using the indicator buffers.
  • MidpivotsBuffers - Draw the Pivot sublevels using the indicator buffers.
  • CamarillaBuffers - Draw the Camarilla levels using the indicator buffers.
  • PivotsLines - Draw the current Pivot levels using the horizontal lines.
  • MidpivotsLines - Draw the current Pivot sublevels using the horizontal lines.
  • CamarillaLines - Draw the current Camarilla levels using the horizontal lines.
  • ClrPivot - Color of the Pivot horizontal line.
  • ClrS - Color of S1, S2, S3 horizontal lines.
  • ClrR - Color of R1, R2, R3 horizontal lines.
  • ClrM - Color of M0, M1, M2, M3, M4, M5 horizontal lines.
  • ClrCamarilla - Color of the Camarilla horizontal lines.
  • ClrTxt - Color of texts with horizontal lines names.
  • AttachSundToMond - Attach Sunday bars to Monday.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/1114

MultiJFatlSignal MultiJFatlSignal

The MultiJFatlSignal indicator shows the information about active trends using the JFatl four indicators value from different Time Frame

Displaying Several CChartObject Objects in a Single Window Displaying Several CChartObject Objects in a Single Window

This script displays several subcharts in a single chart window according to the number of currency pairs in Market Watch menu.

Terminator_v2.0 Terminator_v2.0

Intitial position is opened according to signals of the indicator.(there are six variants). If position becomes unprofitable, its volume is increased

Exp_BinaryWave Exp_BinaryWave

The Trading system based on signal entry taken from the BinaryWave integral oscillator.