Renko charts do not calculate MACD and CCI correctly

Questions about MultiCharts .NET and user contributed studies.
CarseWhite
Posts: 26
Joined: 30 Jan 2014
Been thanked: 4 times

Renko charts do not calculate MACD and CCI correctly

Postby CarseWhite » 23 Jan 2015

because of the way Renko is calculated in real time, MACD and CCI cannot calculate correctly. The current real time values are distorted until end of day. Ehen the bars are then spread out MACD recalculates the end of day values.

Renko is thereby worthless.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Renko charts do not calculate MACD and CCI correctly

Postby Henry MultiСharts » 26 Jan 2015

Hello CarseWhite,

We are going to improve the algorithms of building a realtime Renko bar in one of the future versions of MultiCharts. If you want to disable the realtime study calculations - you can have the study calculated on bar close by disabling the option "Update on every tick" in Format->Study->Properties.

CarseWhite
Posts: 26
Joined: 30 Jan 2014
Been thanked: 4 times

Re: Renko charts do not calculate MACD and CCI correctly

Postby CarseWhite » 01 Mar 2015

The Renko chart acts more like a candle stick because your not building out each brick as a completed step until the end of day at 15:59.

This causes the calculations in indicators to key off of the previous value of the previous day instead of the previous brick.

The only way to actually get an accurate reading from the MACD (or any other indicator using a moving average) is to abandon your built in SERIES functions which attach to BARs of data.

It's just another subtle means that you shift the odds in favor of your subscribers.

I have had to spend hours programming to shift the odds back.


Return to “MultiCharts .NET”