List of all indicator reference guide
Author: pblain
Creation Date: 8/24/2009 7:19 PM
profile picture

pblain

#1
I am very new to wealth lab and have some basic questions.
my understanding is the the wealth lab script runs at the end of a minute. Assuming one minute interval
I have a couple of questions.
1) where can I get a list of all indicator reference guide. (parameters and calling methods)
2)Since this is C# compiler can I call system calls ie. time, GUI
thanks in advance.
profile picture

RA81

#2
yes to all.

http://www2.wealth-lab.com/WL5WIKI/MainPage.ashx - link for indicators and others
profile picture

Eugene

#3
profile picture

pblain

#4
Thanks this will help.

I have another question? I don't see other methods such as Crossover() etc also looking for source code for some of the methods like crossover.
profile picture

Eugene

#5
Unlike some of the indicator libraries which are used to extend the application, methods like this are built-in. Since Wealth-Lab is closed source, their code is not available.
profile picture

pblain

#6
Where do I find the list of all these internal methods. I looked at the indicators web page and see them but don't know where to find these internal functions.
profile picture

Eugene

#7
They're in the QuickRef: hit F11.
profile picture

pblain

#8
I have another question?
Is there any way to get account information and to select which account you are buying from.
Balance, margin, other info.
profile picture

pblain

#9
also I have Visual studio 2003 do I need 2005 or 2008 or 2010. Which is supported by the DLL
thanks in advance
profile picture

Eugene

#10
Obtaining account information in Strategy is not possible by design.

To select an account to use as the default for order generation, please see Preferences - Trading. You can also associate a Strategy with a specific account in the "Open Strategy" dialog and a similar selection is available in Strategy Monitor.
profile picture

Eugene

#11
You need VS 2005 or higher to develop .NET 2.0 assemblies (of their free alternatives: VS Express 2005/2008 or SharpDevelop 2.2/3.x). .NET 3.5 assemblies [produced by VS 2008/2010] should also work, assuming you've got .NET 3.5 SP1 installed.
profile picture

pblain

#12
Thanks will install and begin testing.

Is there a way to add an indicator on the candlesticks and not on a separate graph. StochD for example
profile picture

Eugene

#13
Yes, but only in Strategy code. See PlotSeries and (pass) PricePane in the QuickRef.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).