Support Board
Date/Time: Sat, 23 Nov 2024 18:17:35 +0000
Post From: ACSIL and Python Conundrum
[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? |