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

Dynamic Auto Resistance Support - MetaTrader 5용 지표

조회수:
34317
평가:
(39)
게시됨:
2014.05.23 11:27
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This technical indicator detects constant price zones and draws resistance and support lines.

It checks the market movement for any market and any time frame. If a bar is not abnormally large, the indicator checks back and searches for other bars within the same price zone.

If enough candles are found, it draws lines on this level. The lines will continue till the next zone is identified.

Input parameters:

  • InpBacklook (5-xxxx) - Amount of candles to scan and detect other candles in the same range;
  • InpAccurency (10.0 - 100.0) - Required candles in back look range to match requirements in percent.

Dynamic resistance and support screenshot

Advanced ADX Advanced ADX

Advanced ADX indicator.

Horizontal line for max/min prices of the last 2 years Horizontal line for max/min prices of the last 2 years

Example code on how to draw an horizontal line for maximum and minimum prices of the last 2 years.

Straddle Orders Around Current Price Level Straddle Orders Around Current Price Level

A script to place straddle orders around current price level to catch price spikes around announcements.

Fast FrAMA Fast FrAMA

Fast FrAMA, in contrast to the version from MQL5 suite, has more wide applied price constant choose and, what's the main difference, calculation speed is increased by a factor of 30 to 100.