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

Ocean theory - natural market slope - MetaTrader 5용 지표

조회수:
18455
평가:
(38)
게시됨:
2020.07.26 17:20
ocn - nms.mq5 (10.01 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory :

  • Ocean series of indicators were originally created by Jim Sloman (the theory) and Pat Raffalovich (the coder) - additional information can be obtained in Jim Sloman's book 
  • Natural market slope is an indicator that combines :
    • Natural market slope period linear regression slopes (weighted by appropriate coefficients) into a single "market slope"
    • Prices can be additionally pre-smoothed vi TEMA (triple ema)
      • Even though usually adding pre-smoothing adds lag, using TEMA in this case works very well (default values are using almost insignificant lag)

Usage :
  • As any usual slope / momentum indicator
    • You can use the color change of the indicator as an indication of momentum change
    • You can use the zero cross  of the indicator as an indication of "trend" change















Identify potential Trends/Range (Pivot Points) + Entry points Identify potential Trends/Range (Pivot Points) + Entry points

The story behind this indicator is really interesting. I've published last week a script called "Identify potential Trends/Range (Pivot Points)" and a huge number of MQL5(ers) contacted me to ask if it is possible to have it as an indicator. So I was glad that lot of people actually like my scripts and indicators so that is why I've decided to convert the script to this indicator.

Random walk index Random walk index

Random walk index (optimized version)

Design patterns - Factory Method Design patterns - Factory Method

An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.

Design patterns - Prototype (creational) Design patterns - Prototype (creational)

Create objects by copying a prototype