Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 09:14:42 +0000



UseRelativeValue in ACSIL

View Count: 1059

[2015-01-13 00:35:19]
WarriorTrader - Posts: 245
Hello,

I just tried to compile a study and got this message:

1>CustomStudy.cpp(318): error C2039: 'UseRelativeValue' : is not a member of 's_UseTool'
1> D:\SierraChartOEC\ACS_Source\sierrachart.h(268) : see declaration of 's_UseTool'



So I check the documtations and it turns out someone adds an "s" to the end of UseRelativeValue to make it UseRelativeValues. I will have to go through all of my old code to add an "s". I have over 15 studies. There must me a lot of people like me out there. Why create so much unnecessary work for your users?

--WT
[2015-01-13 00:48:49]
WarriorTrader - Posts: 245
Ues RelativeValues is not there either. Used UseRelativeVerticalValues. That worked. Everytime I upgrade I have to spend a few hours or sometimes half a day editing my code just to keep up with your changes.

When I upgraded from 1209 to 1220 my CPU went from 20% to 60% so I limped back to version 1209. I know everything is on my end but this is a pain when no one is considering the old code out there.

--WT
Date Time Of Last Edit: 2015-01-13 05:27:34
[2015-01-13 02:40:27]
Sierra Chart Engineering - Posts: 104368
The What is New page does document the new name for this structure member. It was renamed to make it more clear.

The documentation did list the old and new name side-by-side but the old name in the documentation had an S at the end which is not correct.

Here is the documentation:
http://www.sierrachart.com/index.php?page=doc/doc_ACSILDrawingTools.html

This does not make sense why you would have this problem but it is hard to say without looking at the code:
When I upgraded from 1209 to 1220 my CPU went from 20% to 60% so I limped back to version 1209. I know everything is on my end but this is a pain when no now is considering the old code out there.

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2015-01-13 02:41:03

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account