TASC 2019-12 | Using Renko Charts (Devcic)

Modified on 2019/10/31 06:27 by Eugene — Categorized as: TASC Traders Tips

Traders' Tip text

Wealth-Lab users have long been able to backtest and trade strategies based on Renko charts. The classic version of Renko charts is included with the program as “Renko Basic [Rev.A]” Strategy. It's a simple trend-following strategy which enters after a bullish "brick" emerges and exits after the bearish brick (vice versa for short trades).


Image

Figure 1. Basic Renko applied to a chart of DIS (Walt Disney Co.) Data provided by Yahoo Finance.


The adaptive approach that author John Devcic talks about in his article is represented with a downloadable Strategy called “Adaptive Renko”. Its entries and exits are made in the same trend-following manner as “Renko Basic” does - except that the brick size is set to a multiple of an ATR. To get the Strategy's C# code, download it right from Wealth-Lab's "Open Strategy" dialog.


Image

Figure 2. The adaptive “brick” size expands and contracts with volatility as the 10-day ATR changes . Data provided by Yahoo Finance.


WealthScript Code (C#)

None

Gene Geren (Eugene)
Wealth-Lab team