Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deficiency in the Renko dataset #24

Open
haydar-can opened this issue May 21, 2024 · 1 comment
Open

Deficiency in the Renko dataset #24

haydar-can opened this issue May 21, 2024 · 1 comment

Comments

@haydar-can
Copy link

var taWeb = require("ta.js")
var data = [[8, 6], [9, 7], [9, 8]]; // [high, low]
var bricksize = 0.5;
await console.log(taWeb.ren(data, bricksize));
// 0: [8, 8.5, 8, 8.5], 1: [8, 8, 7.5, 7.5], 2: [8, 8.5, 8, 8.5]

When this function works, I cannot obtain information on what date and how much volume the bricks in the Renko chart were formed. What should I do about this issue?

@Vultwo
Copy link
Member

Vultwo commented Jul 22, 2024

So you need the volume to be included into the function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants