New Renko EA

I just made this cool Renko Chart EA.
You can have it for free because I’m cool like that.

You can use it on live data to generate off-line content which updates in real time. Or you can use it in the Tester to run any EA or Indicator on the Renko Chart.

Here are my notes on how to use it…

//
/
Run live or run in tester.
/

/
Live:
/
Run this Renko_M2 EA on any one minute chart, live w/ AutoTrading
/
This will create an Off-Line Chart Symbol,M2. Open the off-line
/
2 miunte chart, then you can run any EA or Indicator on the 2M
/
chart as if it were live.
/

/
Tester:
/
Creates an M1 file in the /terminal/tester/files folder.
/
This makes a Renko history file for the specified time range.
/
The time range seems limited to around 8 years of data.
/
0. Run this EA in the Tester to create Renko “.hst” files for a
/
pair. Later you can run any EA or indicator on this Renko chart
/
1. Rename /terminal/history/server_name/ folder to some temp name
/
2. Create new folder /terminal/history/server_name/
/
3. Copy the new M1 files to the history folder.
/
4. Delete all the files in /terminal/tester/history/
/
5. Exit and restart MT4
/
You can now run any EA on the Renko Bars in the tester.
/
Use M1, every tick
/*
/* Don’t forget to put your real history data back after you’re done
/* Also delete all the files in /terminal/tester/history/ again
/* You’ll need to restart MT4

Renko_M2.zip (32.6 KB)

There were a few minor bug fixes.

In order to run an EA on an offline chart, you need to right click on the Renko Chart to adjust properties. Uncheck Off-Line Chart

please i need help to download renko ea and how to install, Thanks