Login Page - Create Account

Support Board


Date/Time: Sat, 28 Dec 2024 07:54:25 +0000



Post From: [usr discssn] The Rook’s Guide to C++

[2016-03-02 16:31:30]
User972044 - Posts: 154
Actually just read the documentation of the ASCIL from the Sierra Charts site would be enough. The C++ language is still a little different from what Sierra Charts uses for the platform. Sierra Charts uses functions that's tailored specifically to the platform that's not found in the generic C++ language and in many ways is actually easier. The only thing that you need to learn from the generic C++ is the math functions that you might need to use when programming indicators and trading systems; these I didn't find much in the ASCIL documentation.

A good source of C++ I find is: http://www.cplusplus.com/reference/cmath/.

Good luck and have fun!