Recalculating an indicator/study

Questions about MultiCharts and user contributed studies.
Doctor Al
Posts: 24
Joined: 15 Aug 2019
Has thanked: 4 times

Recalculating an indicator/study

Postby Doctor Al » 21 Aug 2019

I have an indicator from my TS database. It is from a third party, but uses a TS function that causes the indicator to be recalculated once with this line of code where the function RecalcOnceID is used. Is there an analogous MC function?

Value1 = _RecalcOnceID(LocalRecalcID);

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Recalculating an indicator/study

Postby TJ » 21 Aug 2019

From the Wiki

Go to
8 PowerLanguage Keyword Reference

Looking under
Execution Control‎ (14 P)

You will find the keyword
RecalcLastBarAfter

Doctor Al
Posts: 24
Joined: 15 Aug 2019
Has thanked: 4 times

Re: Recalculating an indicator/study

Postby Doctor Al » 22 Aug 2019

TJ

Thank you


Return to “MultiCharts”