Personal Engagement

rrenko - Open Source Renko Charting Package for R

The Challenge

The R ecosystem lacked a straightforward, dedicated package for generating Renko charts, a valuable tool for noise reduction and trend identification in financial price data.

Approach & Execution

Project Goal

The rrenko package offers R users a tool to apply the Renko charting methodology, which focuses purely on price movement exceeding a predefined threshold, thereby filtering out market noise and simplifying trend visualization.

Functionality

  • Transforms standard OHLC or price time-series data into Renko brick data structures.
  • Allows customization of the Renko box size (fixed point or ATR).
  • Outputs data suitable for plotting or further analysis within R.

Solution Overview

Created the 'rrenko' package, implementing the core logic to transform time-series price data into Renko bricks based on user-defined box sizes. Provided functions for data transformation and potentially basic plotting.

Key Results & Impact

  • Developed a functional R package for Renko data calculation.
  • Contributed a specific technical analysis tool to the open-source R finance community.

Technical Foundation & Tools

R Package DevelopmentFinancial ChartingTechnical AnalysisTime Series Data