거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
13681
평가:
(41)
게시됨:
2017.05.02 10:46
업데이트됨:
2020.02.11 12:25
Renko Level.mq5 (24.46 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator displays the Renko bars on the MetaTrader 5 chart.

The calculation of the nearest border is as follows:

Renko level

For the current price three price levels are calculated:

  • price_ceil
  • price_round
  • price_floor

In this case, the distance between "price_ceil" and "price_round" and the distance between "price_round" and "price_floor" is equal to the size of the "brick". The size of the brick is set in the input parameter "InpSize".

If you want to clearly see the price, then turn on the "Chart in foreground":

Chart in foreground

After that the price will be on top of the "bricks":

Renko level Chart in foreground.png

N Candles v2 N Candles v2

We look for N identical candles in a row. If the found candles bull - we buy, if bear - we sell.

Spread statistics Spread statistics

The average spread for the "averaging period". You can set the background transparency and transparency of the text. CCanvas.

HTH Trader HTH Trader

Hedge The Hedge Trader EA.

High-performance iTimeSeries for time-sensitive applications High-performance iTimeSeries for time-sensitive applications

This time-series library brings lightning-fast timeseries access to MQL5 for time-sensitive applications while implementing the familiar methods of MQL4, e.g. iBarShift.