Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 18:11:47 +0000



[User Discussion] - ACSIL and Python Conundrum

View Count: 168

[2024-08-09 17:48:04]
User413206 - Posts: 26
I switched to ACSIL, because I didn't want to go through the hassle of coding volume, Heikin-Ashi and Renko bars. Furthermore, I couldn't code Flex Renko bars in Python exactly to my liking. Also, it's faster.

However, I miss Python stats libraries. For example, if I want to calculate cointegration of an array using Augmented Dickey-Fuller (ADF), that was extremely easy-- import the library, run the test, extract information from the results, and voila, done.

My question is, is there a way that C++/ACSIL can access communicate with Python to allow me to run an ADF test on an array, because I don't want to attempt this in C++, because I don't have the expertise?
[2024-08-09 18:22:46]
User413206 - Posts: 26
After some research, I came across Python-C++ Bridge.

I'll update this thread as I find more information.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account