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

Pivot Points are always very useful for trading, this is a simple way to have some idea of where the market is heading during the day.

The indicator also provides the first three supports and resistances.

The formulae I used are:

Resistance 3 = High + 2*(Pivot - Low)
Resistance 2 = Pivot + (R1 - S1)
Resistance 1 = 2 * Pivot - Low
Pivot Point = ( High + Close + Low )/3
Support 1 = 2 * Pivot - High
Support 2 = Pivot - (R1 - S1)
Support 3 = Low - 2*(High - Pivot)

It uses the data from the bar of the previous day.

The orange line is the pivot point of the day, the red lines are supports and the green lines are resistances.

AdoSuite v 1.0 AdoSuite v 1.0

Classes for working with databases through ODBC and OLE DB interfaces

WoodiesCCI WoodiesCCI

Indicator for Woodie’s CCI trading strategy.

iMovment iMovment

The indicator plots the candles with different colors depending on the trend direction and price movement.

iBBFill iBBFill

The indicator plots the Bollinger Bands ®, filled with different colors depending on the trend direction.