How do I reference an indicators buffer value which changes all the time
-
Hi Admin
I have an indicator which has two buffers one for buy and one for sell, it references a price value which is different each time as it's signal. How do I make this reference in amongst the blocks to buy and sell when ?
I am not a coder by any means so references like this dont gel in my head.
All I want is to buy or sell when it gives this value on the candle
In the condition blocks you need to reference the buffer value but I just want it to open a trade equaling that signal(value) not be greater than or equal to etc, I have tried referencing a value but no go
Plus where is max trades? One trade per signal,
Sorry for the hassle
Thanks
-
I can't say that your indicator works. People who code indicators, they don't always follow the same rules. You can see what kind of values the indicator is giving you with "Trace" block. When you know them, you will know how to use them. Depending on the values, you can use some of the blocks in "Conditions for Indicators" category.
"Indicator is visible" works pretty much the same as when you have Indicator > 0 in "Condition"