Support Board
Date/Time: Sun, 23 Feb 2025 21:29:15 +0000
Post From: Using Visual Studio C++ to create Custom Studies
[2021-06-30 11:24:16] |
ForgivingComputers.com - Posts: 1012 |
User30743 says: well, that is exactly what I don't want to do, every time close/open chartbook or detach/attach study etc..
IF you do not change the settings or subgraphs, (i.e. anything in sc.SetDefaults) then you don't have to close the chartbook or detch/attach the study. Just do a Chart>>Reload and Recalculate (Insert Key) after the rebuild. If you do Analysis>>Build With Visual C++ Release (Or Analysis>>Build With Visual C++ Debug) it works the same as Remote build as far as closing the chart goes. with remote build, there is no need to detach or close anything. just rebuild and the changes are immediately reflected Not if you change the sc.SetDefaults block. Then you will find the change wasn't captured with remote build. Date Time Of Last Edit: 2021-06-30 11:24:41
|