Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 11:08:44 +0000



Post From: ACSIL help needed, Wyckoff Activity

[2013-12-10 02:15:22]
StevieD - Posts: 39
Problem 1) As is, Zig-Zag study does not make the data of it's text labels accessible through ACSIL.

Problem 2) Through ACSIL, there is no way I know of to access an internal spreadsheet.

The good news is the Zig-Zag study is located in the Studies7.cpp file!
A cursory look at the code and I noticed the data associated with the "Additional Output For Spreadsheets" setting can be made available in ACSIL through existing subgraphs.

The "Name" parameter of those subgraphs need to be set in the sc.defaults section and the code re-compiled. Then use the newly compiled ZZ study instead.

By itself, that SHOULD get you on your way, allowing you to use "GetStudyArray***" functions through your custom WyCkoffActivity ACSIL study.

You'll need to use sc.secondsperbar * zigzagnumberofbars or something similar to make a minutes calculation.

HTH