Login Page - Create Account

Support Board


Date/Time: Wed, 19 Mar 2025 17:01:01 +0000



Programming in c++

View Count: 630

[2022-10-21 16:24:29]
User445624 - Posts: 3
Hi, I have developed a study in Ninjatrader that I want to bring in C++ in SC. How can I start? I cannot find my way into your website. Thanks
[2022-10-21 18:08:05]
John - SC Support - Posts: 38800
The information for using our Advanced Custom Study Interface Language starts here:
Advanced Custom Study Interface and Language (ACSIL)

Also refer to the sub-sections within the Table of Contents here:
Table of Contents | (Advanced Custom Study/System Interface and Language (ACSIL))
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-10-24 20:30:00]
User445624 - Posts: 3
Hi. I don’t have access to Advance study programming (C++). How’s that?
[2022-10-25 14:25:15]
John - SC Support - Posts: 38800
Sorry, but we are not understanding. You do not need to have your own compiler, or anything special. Just a notepad to create the C++ code and then you can use our "Remote Compiler" to compile your study and we will return the .dll to your system. Refer to the information here:
How to Build an Advanced Custom Study from Source Code
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-10-25 16:43:02]
User445624 - Posts: 3
The question is : CAN I BUILD A STUDY IN C++ in SierraChart. I HAVE BUILT ONE IN NINJATRADER IN C## THAT I WANT TO TRANSLATE AND BRING INTO SIERRA. Some pleople SAY THAT I CAN. IF SO, HOW CAN I DO THAT? I CANNOT FIND ANYTHING ON THAT IN YOUR DOCUMENTATION. MY NEXT STEP WILL BE TO ASK ANYONE ON TWITTER IF YOU DON'T KNOW THE ANSWER. THANKS
[2022-10-25 17:11:09]
John - SC Support - Posts: 38800
You apparently did not read any of information at the links we have provided. Our ACSIL interface is specifically C++. Therefore it is definitely possible to do. Again, start your reading at the following link:
Advanced Custom Study Interface and Language (ACSIL)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-10-26 19:05:46]
ForgivingComputers.com - Posts: 1028
@User4456624 shouted:
CAN I BUILD A STUDY IN C++ in SierraChart. I HAVE BUILT ONE IN NINJATRADER IN C## THAT I WANT TO TRANSLATE AND BRING INTO SIERRA.

You will first need to learn how to create a study in ACSIL. NinjaTrader is very different. Kind of like visiting the UK from the US. They speak English, but they drive on the other side of the road. There are similarities and differences. The biggest problem porting to Sierra Chart is that NinjaTrader numbers their bars starting from the right (newest) to left (oldest), and Sierra Chart numbers them from left to right.

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

Login

Login Page - Create Account