- ago
Hi,

Why are these error messages, i tried to use the extension.

Link : https://www.wealth-lab.com/Support/ExtensionApi/WealthLabClientExtension

0
907
Solved
6 Replies

Reply

Bookmark

Sort
- ago
#1
Hi,

This is expected. The source code is open for the WL Client Extension (WLCE) but obviously not for the Candlestick Genetic Evolver itself. Use this as a wireframe for coding your WLCE i.e. the interface which makes possible to install menu items into the WL7 Extensions menu.
0
- ago
#2
Hi,

i know not for the Candlestick Genetic Evolver itself.

QUOTE:

i.e. the interface which makes possible to install menu items into the WL7 Extensions menu.


Yes, i want to trying makes menu into WL7 Extensions menu, from the example code.

like error Line 11 : List<MenuItem> Initialize()

I don't know what's wrong
0
- ago
#3
QUOTE:
CandleGeneDecoder.LoadPatterns();

This is not part of the API. It belongs to the Candlestick Genetic Evolver's operation so you may disregard it. Use the code as an example and insert your own class name where applicable.
0
- ago
#4
Sorry, I edit post.
0
- ago
#5
QUOTE:
like error Line 11 : List<MenuItem> Initialize()

This is a Visual Studio 101 question. Right click on a squiggly line to read the error messages and use the IntelliSense suggestions by Visual Studio. This typically means that an assembly reference or a using directive is missing. MenuItem is a Windows class.
0
Best Answer
- ago
#6
Offtopic post moved here:
https://www.wealth-lab.com/Discussion/Can-WL7-backtest-SQL-databases-6410
0

Reply

Bookmark

Sort