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

LeMan Objective - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
6289
평가:
(19)
게시됨:
2012.01.16 12:20
업데이트됨:
2016.11.22 07:32
objective.mq5 (8.84 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

LeMan

The indicator calculates the distance from the market entry price to the highs and lows displaying the quartiles deviation.

  • The first green line (counting from bottom to top) shows how high the price was raised in 75% (Quartile_3) of cases from the sample, the second green line shows the same in 50% (Quartile_2) of cases, the third one - 25% (Quartile_1), the fourth one - the maximum deviation.
  • The first red line (counting from top to bottom) shows how low the price dropped in 75% (Quartile_3) of cases from the sample, the second red line shows the same in 50% (Quartile_2), the third one - 25% (Quartile_1), the fourth one - the maximum deviation.

These lines help in defining price movement targets beginning from a bar opening price. The author suggests using the indicator with the timeframes no less than the daily one.

This indicator was first implemented in MQL4 and published in CodeBase at mql4.com 13.01.2011.

Objective

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

BykovTrend_HTF_Signal BykovTrend_HTF_Signal

BykovTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by BykovTrend indicator as a graphic object with colored trend indication or deal direction.

File Mapping  without DLL File Mapping without DLL

The classes (conveted from C++ to MQL5) for working with memory mapped files.

IncStdDevOnArray IncStdDevOnArray

CStdDevOnArray class is designed for calculation of Standard Deviation (StdDev) on indicator buffers. The example of use of the class is provided.

IncIchimokuOnArray IncIchimokuOnArray

The CIchimokuOnArray class is intended for calculation of Ichimoku (Ichimoku Kinko Hyo) values on indicator buffers.