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

ATR adaptive Laguerre RSI 2 - MetaTrader 5용 지표

조회수:
6618
평가:
(28)
게시됨:
2021.07.04 11:14
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The original of this indicator was posted here : ATR adaptive Laguerre RSI. But, since the metatrader 5 platform is evolving and changing a lot, and since we had enough time to learn some nuances, some optimization stuff can be done 

When we used metatrader 4 and some previous builds of metatrader 5, some basic rules of how to write the code that would run at optimal speed were the same for both trading platforms, like : no unnecessary looping, using built in functions, ... That is not like that any more. In a lot of cases, when using metatrader 5 one should avoid built in functions to get optimal speed of execution. The original of this indicator was using some such built in functions. This version is not using it any more : instead ATR is calculated internally.  


Recommendations:
  • You can use this indicator as any other RSI like indicator : the color changes of the Laguerre RSI can be used as overbought / oversold states, or if you prefer it, as trend start states
  • The easiest way to compare the execution speed is to use the profiler - you shall see the difference with your naked eye (regardless of the profiler stats)


Moving average breakout Moving average breakout

trending breakout

time bomb time bomb

pips in time

ATR adaptive smoothed Laguerre RSI 2 (extended) ATR adaptive smoothed Laguerre RSI 2 (extended)

ATR adaptive smoothed Laguerre RSI 2 (extended)

ATR adaptive smoothed Laguerre RSI (no built in functions) ATR adaptive smoothed Laguerre RSI (no built in functions)

A version of ATR adaptive smoothed Laguerre RSI that does not use any built in function