Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 03:39:59 +0000



Post From: Unable to load Custom Studies with ARM64 version of Sierra Chart (V2506)

[2023-06-11 14:24:14]
User833459 - Posts: 4
This is doable but not through SC.

First, you have to downgrade your SC to 2497 version to use sierrachart.h from this version as new one ask for SC ARM64 ver 2500 or newer to work but latest is 2499.
Then you have to build your study as dll directly in Visual Studio targeting ARM. You can use source code without any changes except:
1. Don't forget to include pch.h
2. Use proper sierrachart.h (ver 2497)...
When you build your study dll just copy it into data folder of your current SC and you will have your ARM version of study working like a charm...

Enjoy...