I am a beginner and I am studying the documentation. I read part of "WealthScriptGuide.chm" and "WLNetUserGuide.chm"
I learn there are many methods for classes such as
LastPosition.Active
LastPosition.AutoProfitLevel
LastPosition.Bars
LastPosition.....
Where can I find an explanation about the various methods? of course by tooltip I can learn if methods are "public bool" "public double" by the way is not always clear how to behave or what the method returns.
I try to hit F1 key and "WelathLabScriptQuickref help guide" appear with this
QUOTE:
Property LastPosition
position LastPosition
Returns the Position Most Recently created object. If There Were No Positions created yet, the property returns null.
Remarks
See the documentation for information about the Position object properties and methods ITS.
can you help me ?
Size:
Color:
LastPosition returns a Position object. So, in the QuickRef (F11), find "Position Object" for all its the Properties and methods.
Size:
Color: