My Building Block Strategy isn't compiling any more if I add MathIndOpInd on Close and Volume:
on c# I've found a solution!?
Is there an other solution to build a building block strategie to get a Moving average over the product of volume and share price?
on c# I've found a solution!?
Is there an other solution to build a building block strategie to get a Moving average over the product of volume and share price?
Rename
The issue here is you cannot nest Transformer indicators in the BB generator.
Here specifically you cannot put a MathIndOpInd as a parameter of a SmoothInd.
Here specifically you cannot put a MathIndOpInd as a parameter of a SmoothInd.
Instead of using MathIndOpInd you can instead use the built-in TurnOver indicator which does the same calculation.
Your Response
Post
Edit Post
Login is required