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

Linear Momentum - MetaTrader 4용 지표

조회수:
31265
평가:
(44)
게시됨:
2015.05.29 10:02
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Background:

I was impressed by physics calculation with subject named "Linear Momentum" that can be found on Mr. Achmad Hidayat’s blog with title "Konsep Momentum Linier dan Interpretrasinya pada Forex" and challenged to create a simple indicator based on that article. Unfortunately, I wasn’t able to read his article clearly, so I was looking for another reference for better sense. Then I felt grateful after I found a very clear article about Linear Momentum written by Mrs. Sarah Friedl that can be found at http://study.com/academy/lesson/linear-momentum-definition-equation-and-examples.html.

Linear Momentum:

Momentum is strength of an object that moves to different place — this is my own definition. Momentum can be calculated with following equation: momentum = mass x velocity. You should already know that velocity is speed with direction. Shortest equation will be: p=mv where p is momentum, m is mass (in kg) and v is velocity (in m/s).

Linear Momentum Implementation in MetaTrader Custom Indicator:

The following will explain why it’s called Linear Momentum in Forex:

  • p = momentum;
  • m = mass, converted into volume of trade or tick; I would prefer to use tick volume because it’s more easy to find tick information than volume of all lots traded around the world;
  • v = velocity, it’s a value taken from pips movement divided by timeframe (point/seconds, originally in m/s).

Convert time to double and vice versa Convert time to double and vice versa

Library to convert datetime to double and vice versa.

Pivot Point with adjustable closing time Pivot Point with adjustable closing time

Pivot Point (PP) indicator for use on timeframes < D1 with adjustable preceding day close time, elimination of sunday bars, optional display of weekly and monthly PP, preview of tomorrows' PP and current days' midpoints.

PairsIndex PairsIndex

PairsIndex indicator shows the price index of 7 currencies dealing with 7 currency pairs.

PrimeLevelsBlack PrimeLevelsBlack

This indicator will place up to 6 lines, at prime levels of your choosing, in a successive pattern on the chart.