API Support Forum
OEC API > API Support > How yo deliver custom indicator?
Author Topic: How yo deliver custom indicator?
(3 messages, Page 1 of 1)
Moderators: VPfau
MOved
Posts: 3
Joined: Mar 29, 2013


Posted: Apr 08, 2013 @ 06:30 AM             Msg. 1 of 3
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
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Apr 10, 2013 @ 05:33 PM             Msg. 2 of 3
You can create a C# indicator that will a wrapper for your real business logic inside DLL. Installer should place source code of this indicator to Documents/My Custom Indicator. Later, OEC Trader will compile it and use in the list of available indicators. DLL should be placed somewhere that is accessible from the wrapper-indicator. Hope it helps.

Victor Vins
Lead Software Developer
MOved
Posts: 3
Joined: Mar 29, 2013


Posted: Apr 14, 2013 @ 03:12 AM             Msg. 3 of 3
Thanks this work fine,

Is it possible to install the indicator without the source code?

Muly Oved