FAQ

What do I need to use these studies?

Sierra Chart running on Windows. The studies are Windows-only DLL files; macOS and Linux are not supported. As a rule, if your setup runs Sierra Chart comfortably today, it will run these.

How do I install a DLL in Sierra Chart?

  1. Download the DLL from the study card and copy it to your Sierra Chart "Data" folder. For a default install on the C drive, that is C:\SierraChart\Data.
  2. In Sierra Chart, go to Analysis > Studies (or press F6).
  3. Choose Add Custom Study and select the study you want from the list.
  4. If you are updating a study you already use, remove the old copy and re-add it so all new settings are refreshed.

Do the studies update automatically?

No. Earlier versions used Sierra Chart's automatic distribution system, which has been removed. Downloads are manual now, so grab the DLL from the study card whenever you want the latest version. If you previously signed up on the old membership site and had your Sierra Chart ID set up for automatic updates, those studies will keep running the last version you received until you manually download and replace the files. Nothing updates on its own anymore.

What happened to my old account and the Sierra Chart username I signed up with?

There is no account or authorization anymore. The current studies are unlocked: no signup, no membership, and no Sierra Chart username required. Just download them and add them. The old membership site no longer takes new signups, and your Sierra Chart account is no longer set up to receive these studies automatically. The authorization was left in place on the old, locked DLLs only, so they keep working if you have not replaced them yet and nothing breaks during the transition. Once you swap in the new unlocked versions, no authorization is involved at all.

You collected my Sierra Chart username and email when I signed up. What happened to that data?

I deleted it. That information was only ever collected to authorize your studies through Sierra Chart's distribution system, which was handled automatically in the background. I never looked at it or used it for anything else, I did not share or sell it, and I am not sending mass emails about any of this. The one place a Sierra Chart username still exists is inside Sierra Chart's own distribution system, tied to the authorization on the old locked DLLs. Over the coming months I will retire those DLLs from Sierra Chart's system, which clears those usernames too. The current unlocked studies have no account, login, or stored data of any kind.

Which file do I download for my Sierra Chart version?

The download buttons give the current build. Sierra Chart studies are compiled per version, and the Sierra Chart version is in the filename (for example, a 2784 build). If the current build does not work on an older Sierra Chart version, browse all releases and pick the file whose version matches yours.

I added the DLL but the study is not showing up.

Confirm the DLL is in your Sierra Chart "Data" folder, then restart Sierra Chart and give it a moment. Custom studies do not load in Safe Mode, so make sure Safe Mode is off (it is shown on the Sierra Chart login window). Then go to Analysis > Studies > Add Custom Study and look for the study in the list. If you are updating, remove the old copy and re-add it.

Do I need a compiler or development tools?

No. The current studies are pre-compiled DLLs; just download and add them. If you would rather build from source, the legacy open-source studies include their code on GitHub, but that is entirely optional.

Why does my browser or antivirus warn about the DLL?

The studies are unsigned DLL files, so Windows or your browser may warn that the file is potentially unsafe, and some antivirus engines occasionally flag them. This is a known false positive: Sierra Chart studies use standard Win32 APIs for drawing, hotkeys, and window management, and some AI-based heuristics misread those patterns. It is common across Sierra Chart study developers. You can scan any download yourself on VirusTotal, and the legacy collection links a VirusTotal report next to each version on the Legacy / open source page.

Will these affect my performance?

They can, if your system is already near its limits. These studies add real-time calculation and drawing on top of Sierra Chart, so a modern CPU and enabling OpenGL (Global Settings > Graphics Settings) help, especially with the DOM studies. If a study feels sluggish, try increasing its combine increment, turning off features you are not using, or running fewer instances. As a rule, if Sierra Chart runs comfortably today, these should too.

Is this maintained?

Best effort. Updates happen occasionally, as a hobby, when time allows. There is no guaranteed release schedule.

Can I get the source?

The legacy studies are open-source, with full source code linked from the Legacy / open source page. The current studies (DOM Notes, Momentum Tails, Flow Gauges, and the Free bundle) are closed-source.

Are you affiliated with Sierra Chart?

No. gcUserStudies is an independent third-party developer. Sierra Chart is a separate product and company; these studies are built for the Sierra Chart platform but are not affiliated with or endorsed by them.

How do I get help?

This is a hobby project, so I cannot promise a response, but I read messages and help when I can. Email support@gcuserstudies.com with your Sierra Chart version and a short description of what you are seeing.