Greetings, I am re-visiting/re-familiarising with Wealth Lab after many years and glad to see the product is still amazing.
Couple of straightfoward questions regarding Building Blocks if possible:
1) I think Building Blocks is used to create strategies, but not custom indicators, is that correct ?
2) In the Indicator dropdown, I can choose from a list of indicators.
If i wanted to see a formula in there, like a custom indicator
(e.g. EMA20-EMA20[-5] / ATR(14))... I would i need to build this indicator from scratch in C#).
Couple of straightfoward questions regarding Building Blocks if possible:
1) I think Building Blocks is used to create strategies, but not custom indicators, is that correct ?
2) In the Indicator dropdown, I can choose from a list of indicators.
If i wanted to see a formula in there, like a custom indicator
(e.g. EMA20-EMA20[-5] / ATR(14))... I would i need to build this indicator from scratch in C#).
Rename
1) Correct, customer indicators can be built using the Indicator Builder, or (even better) as a standalone .NET library in a dev tool like Visual Studio.
2) You can use our Transformer Indicators like IndOpInd to apply some transformations on indicators, or use the finantic.Eval extension that lets you type in arbitrary expressions.
https://www.wealth-lab.com/extension/detail/finantic.Eval
2) You can use our Transformer Indicators like IndOpInd to apply some transformations on indicators, or use the finantic.Eval extension that lets you type in arbitrary expressions.
https://www.wealth-lab.com/extension/detail/finantic.Eval
Your Response
Post
Edit Post
Login is required