Author |
Topic: How yo deliver custom indicator? (3 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
MOved Posts: 3 Joined: Mar 29, 2013 |
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 |
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 |
Thanks this work fine,
Is it possible to install the indicator without the source code? Muly Oved |
||||