Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 10:42:39 +0000



Post From: Python for Sierra Chart

[2014-01-10 05:04:57]
Kiwi - Posts: 374
You wouldn't develop studies in Python. Python or R or Julia give you an advantage when you want to analyse data statistically or look for generic tendencies etc etc.

If you just want to create studies or executable systems (or test them) then its easiest to do it in C (there isn't much ++ in what we do for Sierra Chart fortunately). In my case, if I wanted to analyse that data in a sophisticated way then I'd export the results of the first phase in a text form and analyse it with the higher level language and its libraries.