Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 05:31:19 +0000



command line tools

View Count: 796

[2019-09-04 15:41:55]
jseppa - Posts: 18
Hi,

I'm currently using cl.exe to build. In order to release the DLL whilst developing, I'm using the options in the "Build Advanced Custom Studies DLL" window (Release/Allow)

Is there a way developers can do these tasks via command line to speed up the process? I'd like to add it to my cl.exe compile script.

Cheers,

Jason
[2019-09-06 13:22:12]
jseppa - Posts: 18
Any chance of doing this via command line? I'm currently finding the quickest way is to exit the program and start it again. Not a great option
[2019-09-06 19:01:53]
Sierra Chart Engineering - Posts: 104368
No there is not, but you can do this through the UDP interface:
UDP Interface

And there is also a keyboard shortcut which can be configured for the relevant commands:
Global Settings Menu: Customize Keyboard Shortcuts (Global Settings menu)

You will find them at the bottom of the list of "Commands".
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2019-09-07 00:01:07]
jseppa - Posts: 18
yeh the UDP interface works perfectly.


C:\SierraChart\ACS_Source>sc-udp.exe --release --dll C:\SierraChart\Data\FF_Studies_64.dll
sendMessage [RELEASE_DLL--C:\SierraChart\Data\FF_Studies_64.dll]

C:\SierraChart\ACS_Source>sc-udp.exe --load --dll C:\SierraChart\Data\FF_Studies_64.dll
sendMessage [ALLOW_LOAD_DLL--C:\SierraChart\Data\FF_Studies_64.dll]

I should look at the TOC in the docs for next time :-)

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

Login

Login Page - Create Account