What is BeforeInitializeImpl(), AfterInitializeImpl()?

Questions about MultiCharts .NET and user contributed studies.
Talky_Zebra
Posts: 45
Joined: 07 Mar 2024
Has thanked: 13 times
Been thanked: 1 time

What is BeforeInitializeImpl(), AfterInitializeImpl()?

Postby Talky_Zebra » 25 Apr 2024

Multicharts team - what is BeforeInitializeImpl(), AfterInitializeImpl()? I cannot find entries on these signal and indicator functions.

Similarly what are BeforeConstructImpl(), AfterConstructImpl()?

User avatar
Polly MultiCharts
Posts: 203
Joined: 20 Jul 2022
Has thanked: 1 time
Been thanked: 56 times

Re: What is BeforeInitializeImpl(), AfterInitializeImpl()?

Postby Polly MultiCharts » 03 May 2024

Hello Talky_Zebra,

You can use the methods for your study:
  • Create
  • StartCalc
  • CalcBar
  • StopCalc
  • Destroy
The following methods are not available, as these are intended for internal use:
  • protected sealed override void
  • AfterConstructImpl();
  • AfterInitializeImpl();
  • BeforeConstructImpl();
  • BeforeInitializeImpl();


Return to “MultiCharts .NET”