I'm "guessing" the WL framework works fine; otherwise, experienced users would be griping. So I'm thinking that the WL User's Guide has omitted salient steps to getting this to work successfully. I wish the User's Guide included all salient steps for using the Symbol Info Manager.
Is invoking a Position Sizer (via Portfolio Simulation Mode) a
mandatory requirement when using the Symbol Info Manager? The WL User's Guide mentions nothing about this. Should it? I just tried using a PosSizer, but that didn't help either.
The WL User's Guide says that Bars properties like Bars.Tick are available to strategies (i.e., inherited from WeathScript). Is that really true? If so, then why can't IntelliSense find Bars properties for .Tick, .Margin, and .PointValue in my strategy? The compiler says a Bars.Tick property is undefined when I try to compile my strategy. Am I missing a ...
CODE:
Please log in to see this code.
statement or assembly? I noticed PosSizer code inherits from BasicPosSizer, not WealthScript, so I know these properties are visible from there.
The Quick Reference Guide doesn't show any .Tick, .Margin, or .PointValue properties for the Bars object, but I realize it's not complete.