API Support » How yo deliver custom indicator? Apr 14, 2013 @ 03:12 AM (Total replies: 2) | |||||
Thanks this work fine, Is it possible to install the indicator without the source code? Muly Oved |
|||||
API Support » How yo deliver custom indicator? Apr 08, 2013 @ 06:30 AM (Total replies: 2) | |||||
Hi Wrote a custom indicator in C#, want to deliver this to users. As custom indicator need external DLL I need to write installer so I want to install both the external dll and the custom indicator. Best if I can install a dll that contain the custom indicator and OEC will pick it and load it into the available indicator list, in this case how to create/find the dll and where should I install it. If dll delivery is not available, any best practice how to deliver custom indicator? Muly Oved |
|||||
API Support » CustomIndicator life time events Mar 29, 2013 @ 03:18 PM (Total replies: 1) | |||||
Hi Before CustomIndicator is released and no longer used I need to release some resource in external DLL I see in the generated code protected override void Reinitialize() and in the help public override Void Delete(); public Void PostCalculate(); but the help say nothing about them When they are called? 1) what should I use in order to release resources? 2) when Reinitialize() is called I suspect I need to release and allocate internal resources again if called, but not sure. 3) any other things I need to know about CustomIndicator life cycle. Muly Muly Oved |