거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오

Class CalcFrac - Number of bars before and after the current High / Low (calculated fractal) - MetaTrader 5용 라이브러리
- 조회수:
- 7686
- 평가:
- 게시됨:
- 2010.01.07 13:36
- 업데이트됨:
- 2017.09.06 09:54
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Calculates fractals and lets you specify the number of bars separately before and after the current High / Low (fractal).
Functions://+------------------------------------------------------------------+ //| calculate lower fractals | //+------------------------------------------------------------------+ bool CalcFrac :: is_lower_fr(int number_of_bars) //+------------------------------------------------------------------+ //| calculate upper fractals | //+------------------------------------------------------------------+ bool CalcFrac :: is_upper_fr(int number_of_bars)
Sample:
Indicator : FractalsPeriod

The Average Directional Movement Index Indicator (ADX) helps to determine if there is a price trend.

The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.

The Average Directional Movement Index by Wilder (ADX Wilder) helps to determine the presence of the price trend.

The Adaptive Moving Average Indicator is used for constructing a moving average with low sensitivity to price series noises and is characterized by the minimal lag for trend detection.