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

Renko Chart from ticks (Most precise method) - MetaTrader 4용 expert

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

This EA converts a chart to Renko Chart using the tick values. In fact, it does not perform any auto-trading, it just perform a conversion. Unlike the conventional approach, this EA generates the renko blocks from every tick, which could be the most precise method (IMO). In the conventional approach, only the high/low values are used for conversion. But the actual market condition has a significant amount of change in the total pips traveled. It doesn't update on a live chart. I'm trying to make it on my next revision. I've also developed a renko indicator (time-dependent), which can be used on a regular chart along with other indicators. Should any of you require it, please let me know so that I'll upload it.

How to use: Like any other EA, open it in the strategy tester, choose the 'symbolname' and a small timeframe (M1 or M5). If you would need to convert within a time-period (eg: 2010-01-01 ~ 2016-01-31), choose those dates and "start". An ".hst" file will be generated in your MetaTrader 4 folder under "\Tester\Files" subdirectory. Copy this file to your MetaTrader 4 history folder. You may open this file from the menu: "File -> Open offline". The name of the generated file will normally be of the format "symbolname2.hst" (for example, "USDJPY2.hst"). Please remember that, since it currently generates blocks only through the strategy tester, it uses the simulated ticks that are supplied by the MetaTrader 4 historical data. The values will become "real" only when we use it on MetaTrader 5 or the live data, which is not yet ready.

Renko Indicator AUDUSD

TimeInRange time checking function TimeInRange time checking function

Fast time range checking function. Doesn't use slow string parsing.

Modify All TP SL Modify All TP SL

The script modifies all orders (market and pending) on the symbol with specified Take Profit and Stop Loss.

Stop & Limit Bots Stop & Limit Bots

Two EA's. One places Stop orders the other places Limit orders.

Var Mov Avg 2016 (varmov) Var Mov Avg 2016 (varmov)

This indicator is based on the moving average, but it doesn't use any standard moving average indicators.