거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 34476
- 평가:
- 게시됨:
- 2016.10.27 17:22
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Pivot point indicator with an addition of 4 ways of calculating pivot points :
- (Previous High +Previous Low + Previous Close)/3
- (Previous High +Previous Low + Previous Close + Previous Close)/4
- (Previous High +Previous Low + Previous Close + Open)/4
- (Previous High +Previous Low + Open + Open)/4
Added "alternate way" of calculating pivot support and resistance lines - I found that in a lot of versions the R3 and S3 are calculated differently than the original (it effectively makes it "tighter" than the original) so I decided to enable that way too.

This version has 6 sub-types it is actually calculating.

The version of well known Woodies CCI with correct implementation of trend changing rules

A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.

It is made more up-to-date and multi time frame option added.