거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 게시자:
- Rajesh Kumar Nait
- 조회수:
- 6357
- 평가:
- 게시됨:
- 2023.09.21 10:47
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
MQL5 version of MQL4 indicator :
https://www.mql5.com/en/code/25473
One of the "classics" but with a twist - unlike the built in fractals indicator, this one allows you to :
- adjust the fractals period (the built in fractal indicator is using period 5)
- chose prices for high and low (might be useful in some cases - in extreme whipsaw market conditions, for example)
PS: also, the way how fractals are calculated does not prevent having fractal up and fractal down at the same bar and that is a correct way how it should be calculated. Limiting it to just one fractal per bar is introducing a bias that has no mathematical cause

Here is my implementation of a colored Hull Moving Average.

Wick Ratio Candlesticks are recognized by its upper and lower wick ratio instead of open and close properties.

Rsi without Irsi() beginner tutorial to learn how to code in MQL5

Alligator beginner tutorial to learn how to code in MQL5