I want to implement a % position sizer with some external market condition data. You can think of the market condition data as a external symbol with some named series. My question is that how can I access such external symbol data in a position sizer?
Rename
You can use WLHost.Instance.GetHistory to get a symbol history within a Position Sizer.
Your Response
Post
Edit Post
Login is required