Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 00:44:16 +0000



Post From: Version 2151 Available: Foundation For Millisecond/Microsecond Timestamping

[2020-08-17 16:29:33]
User79074 - Posts: 105
There is also another issue. I have compiled using 2153 successfully. I want to support both the old Sierra Chart and the new Sierra Chart. I need to include all the dll files for my customers.

For example

# Old Sierra Chart version
test.dll
test_64.dll

# New Sierra Chart version
test_2151.dll
test_2151_64.dll


Now If I include all the versions of the test dll indicator in a zip and they extract it into the new Sierra Chart data folder, you will see redundant indicators of test_64.dll and test_2151_64.dll, which looks cluttered and bad. Can you hide the test_64.dll indicator from the study view in the new Sierra Chart if there is a test_2151_64.dll there? That would solve the problem. Thanks.