Possible to do computation with rows displayed by AddSummaryRows?

I have an exploration that displays rows like "Total" and "Count from AddSummaryRows() AFL function. Is it possible to create a new row computed from Total/Count?

No, but in 6.40 you can create SEQUENCE of scan and exploration that would first calculate totals via StaticVarAdd and then second step (exploration) in sequence would be able to use those totals to do another computation

See:

https://www.amibroker.com/guide/afl/_pragma.html

1 Like

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.