API Support Forum
User Profile

Viewing User Profile for: MOved


About

Mar 29, 2013 03:05 PM

Apr 14, 2013 03:12 AM

Mar 09, 2014 08:36 AM



Post Statistics
MOved has contributed to 3 posts out of 5677 total posts (0.05%) in 4255 days (0.00 posts per day).

20 most recent posts:

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