Renko EA

0
(0)
Name:
Renko EA
Author: file45 (2012.09.25 16:37)
Downloaded: 9876
Download:
Renko EA 1
 0-RenkoLiveChart_v3.3-Labels.mq4 (18.2 Kb) View

RenkoLiveChart_v3.3 - Labels adds Large Labels not included in the excellent original EA RenkoLiveChart-3.2 by author, LastViking.

--------------------------------------------------------------------------+
//|   EA VERSION
//|   RenkoLiveChart_v3.3.mq4
//|   Inspired from Renko script by "e4" (renko_live_scr.mq4)
//|   Copyleft 2009 LastViking

- Larger Zoom - try : Ctrl + Mouse Wheel -

Large Labels

  • Easy identification of comment info: Symbol, BoxSize, Time Frame.
  • Fast identification of chart and indicator parameters facilitates efficiency.

All code original to this EA copy is unaltered and runs independent of added code.

Charts

  • Large Fonts support for wall mounted screens & easy vision requirements - no vertical overlap.

M1 EA Chart : LCrudeSep12 - BoxSize 15 pips - Renko Time Frame M2

Renko EA 2

Renko EA 3

M2 Renko Chart: LCrudeSep12 - BoxSize 15 pips - 20 LWMA - V & H Lines US Open 9:30 ET 25-Jul-12

Renko EA 4

Indicators in above chart - HERE

Note: No Ticks !

  1. EAs rely on ticks and when markets are closed there are no ticks.
  2. Renko charts will not update to new BoxSize and other inputs.

To solve, a Tick Generator is handy - FREE - HERE . Also helps when testing in quiet - tick scarce - markets.

Defaults: Edit for user preference.

extern int RenkoBoxSize = 15;
extern int RenkoBoxOffset = 0;
extern int RenkoTimeFrame = 2;      // What time frame to use for the offline renko chart
extern bool ShowWicks = false;
extern bool EmulateOnLineChart = true;
extern bool StrangeSymbolName = false;
//+------------------------------------------------------------------+
//| START : LABEL DEFAULTS
//+------------------------------------------------------------------+  
extern string Large_Label_Options = "*** Large Font Support ***";
extern int Font_Size = 15;
extern int Label_X_Distance = 20;
extern int Label_Y_Distance = 20;
extern int Label_Corner = 0;
extern color Font_Color = DodgerBlue;
extern string Font_Face = "Arial";
extern bool Wicks_Label = false;
extern bool BoxOffset_Label = false;
//+------------------------------------------------------------------+
//| END : LABEL DEFAULTS                
//+------------------------------------------------------------------+

Installation Guide - HERE

 

 

2 comments  To post a new comment, please log in or register

 

 

Been looking for something like this, going to implement it for all my main EAs. Will report back on any performance issues.

12.06.2013 03:10 Beakon

errata

RenkoLiveChart_v3.3 - Labels adds Large Labels not included in the excellent original EA RenkoLiveChart-3.2 by author, LastViking.

correction

RenkoLiveChart_v3.3 - Labels adds Large Labels not included in the excellent original EA RenkoLiveChart-3.3 by author, LastViking.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.