거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 7499
- 평가:
- 게시됨:
- 2018.10.05 10:46
- 업데이트됨:
- 2019.01.29 13:21
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Basics:
Original Ehlers fisher transform is using an adjusted RSI in a fisher transform calculation in order to further normalize and emphasize the RSI values in order to be able to spot market conditions in easier way.
This version :
It is adding 2 steps :
- floating levels usage option
- in case that the
floating level is not to be used, setting the floating level period to
less than or equal to 1 will turn the level from floating to fixed
levels
- filtering out the prices prior to be used in calculation (averaging the price is used for that purpose - hence the name ris(OMA) - rsi of moving average)
- usual set of average types can be used for price filtering :
- simple moving average (SMA)
- exponential moving average (EMA)
- smoothed moving average (SMMA)
- linear weighted moving average (LWMA)
Usage:
You can use the color changes of the indicator as signals

Ehlers fisher transform of smoother RSI

Bollinger bands squeeze

Trend analysis index - improved and corrected version

BB Stops - multiple stops