Support Board
Date/Time: Mon, 02 Dec 2024 06:47:12 +0000
Post From: Flex Renko broken in recent builds
[2017-11-05 14:05:36] |
DabbaDo - Posts: 148 |
This thread is increasingly like a user discussion. For what it's worth, I've written a uniRenko custom chart that is close, I think, to the Ninja Trader one. It's a kludge of two studies in combination, but it does what I need it to do, for now. One difference is that is that it creates no fake bars (yet), so it is backtestable. Another difference is that it doesn't (yet) used "exceeded" to create new bars, which will affect your input parameters. http://www.sierrachart.com/image.php?Image=1509890474785.png The code is in a public GitHub repository at https://github.com/dalebrubaker/BruSierraChart There is a sample chartbook in the repository that shows how these studies work together. The visual study one points at the custom chart study. No promises. Good luck. |