Renko EA

0
(0)
姓名:
Renko EA
作者: 文件45 (2012.09.25 16:37)
已下載: 9876
下載:
Renko EA 1
0-RenkoLiveChart_v3.3-Labels.mq4 (18.2 KB) 看法

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 : 控制鍵 + Mouse Wheel -

Large Labels

  • Easy identification of comment info: 象徵, BoxSize, 大體時間.
  • Fast identification of chart and indicator parameters facilitates efficiency.

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

圖表

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

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

Renko EA 2

Renko EA 3

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

Renko EA 4

Indicators in above chart - HERE

筆記: 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 - 自由的 - HERE . Also helps when testing in quiet - tick scarce - 市場.

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 ***";
外部 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;
外部字串 Font_Face = "Arial";
extern bool Wicks_Label = false;
extern bool BoxOffset_Label = false;
//+------------------------------------------------------------------+
//| END : LABEL DEFAULTS                
//+------------------------------------------------------------------+

安裝指南 - HERE

 

 

2 評論 發表新評論, 請 登錄 或者 登記

 

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 燈塔

errata

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

更正

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

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.