Documentation of methods
Author: mlinke2901
Creation Date: 2/16/2010 7:58 AM
profile picture

mlinke2901

#1
Hello,
I created a strategy with the rules wizzard. There are some methodes in the generated code that I do not understand:

CODE:
Please log in to see this code.


- What does the GetTradingLoopStartBar(30) method and how does it do it?
- What is the "Group1" all about?
- Where do I find a documetation that lists all the functions and methods of wealthscript (parameter signature, explanation - msdn .net API style)?

THX.

CU
Marcus
profile picture

Eugene

#2
QUOTE:
GetTradingLoopStartBar

Please look it up in the QuickRef.
QUOTE:
- What is the "Group1" all about?

We've explained it on the forum a few times, it isn't something specific - just matching a signal name using a very basic and extremely helpful C# String.Contains method.
QUOTE:
- Where do I find a documetation that lists all the functions and methods of wealthscript (parameter signature, explanation - msdn .net API style)?

All that Fidelity decided to document and that you would need to use in your WealthScript programs are documented in the QuickRef tool (hit F11). If some interface/class is not documented, it's either will be documented in the API reference, or will not be documented at all (not a use case). Plus the MSDN, of course - you can use nearly all of those .NET classes in your WL5 programs.
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).