Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 12:34:02 +0000



Post From: Offering To The Community: Forex: Currency Decorrelation (and Currency Strength)

[2019-03-15 06:26:14]
ARDAN - Posts: 66
Hi again Brett,
I've used the source code you published to compile new dlls with Sierra Chart Version 1882 32 bit but I got below error.
The remote build did not succeed. Result:

Forex_CurrencyDecorrelationAndCurrencyStrength.cpp: In function 'void scsf_Forex_CurrencyStrength(SCStudyInterfaceRef)':
Forex_CurrencyDecorrelationAndCurrencyStrength.cpp:1259:39: error: 'struct s_sc' has no member named 'GetStudyPersistentIntFromChart'
int& pOtherSymbolIndexNodeCount = sc.GetStudyPersistentIntFromChart(In_ChartStudy.GetChartNumber(), In_ChartStudy.GetStudyID(), PDpOtherSymbolIndexNodeCount);
^
Forex_CurrencyDecorrelationAndCurrencyStrength.cpp:1261:40: error: 'struct s_sc' has no member named 'GetStudyPersistentPointerFromChart'
char pStrExtractCurrency = (char)sc.GetStudyPersistentPointerFromChart(In_ChartStudy.GetChartNumber(), In_ChartStudy.GetStudyID(), PDpStrExtractCurrency);
^
Forex_CurrencyDecorrelationAndCurrencyStrength.cpp:1263:78: error: 'struct s_sc' has no member named 'GetStudyPersistentPointerFromChart'
s_ForexSymbolIndexNode pOtherSymbolNodeArray = (s_ForexSymbolIndexNode)sc.GetStudyPersistentPointerFromChart(In_ChartStudy.GetChartNumber(), In_ChartStudy.GetStudyID(), PDpOtherSymbolNodeArray);
^

-- End of Build -- 22:25:5

How I can resolve this?
Thanks.