Login Page - Create Account

Support Board


Date/Time: Sun, 08 Sep 2024 00:24:15 +0000



Post From: Quick way to Reload custom study after rebuild?

[2023-12-02 10:06:03]
User498966 - Posts: 2
I got this done with a simple macro.
Most of the SC buttons have a letter assigned and there are often unmarked/underlined.
Try Alt-Letter ...

First I have to install my workspace.
Open SC with the chartbook I am working in.
Bringing the chart in focus where my study is working in.
Startíng notepad++ as my coding editor.
Then I do my study work and if I wanna perform a test the following sequence work fine:

bring focus on SC
Alt-A     (opens "Analysis")
B     (pick "Built advanced custom studies")
Alt-B     (pick "Build")
Cursor Down
Enter    (compiling study)
<wait for finish> (few seconds delay)
Alt-F4     close window "Analysis"
focus on SC again
F6    open chart studys window
Alt r    remove study
Alt m    add custom study
Enter    activate
Enter    pick the default study

Now the study is compiled and reloaded in SC chart.

To get the study you working at as the default in the last step you have to perform a study reload once before.

I use the macro recorder and assigned a shortcut (Alt-F5).
So i just have to save my codings in notepad and hit Alt-F5 to get all this done.

The macro file is binary so I cant bring it up here apologize.
If you like to get it, contact me via SSicTec@web.de and you'll get it (for free of course).