Casy8
- ago
Hi!
I'm presently trying to implement some very basic concepts like:
high - low > 5 * abs(open - close)
(close - low) / (high - low) > 0.5

So far, I didn't find any possibility to express this with building blocks. The "MathIndOpInd" sounded just like the right thing, however, it produces an error message when trying to compare to a different "MathIndOpInd" (I assume this also falls under not allowed "nesting").
Is there any other possibility?

Thanks a lot!
0
351
Solved
2 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.94% )
- ago
#1
You could do this in C# rather easily, it’s currently not possible to do this in Building Blocks.
1
Best Answer
- ago
#2
Just let us know your formulas (indicator name, candle patterns) and we can help with the C# code.
1

Reply

Bookmark

Sort