Work with indicator values instead with candle prices
-
Hello Gents,
I am trying desperately to be able to work with open and close prices of the heikin ashi instead of the open and close prices of the candles,
for example i want to be able to say when its a bull candle and the heikin ashi close price - open price >= 10 ,
I tried indicator rise and fall , i tried condition cross over with width, i tried few things but i cant seem to find another way except to use a variable to fill in continuously the equation so i can work to it.I hope there is a simpler and more straight forward way
could you please let me know what you thoughts are?thanks
regards -
Are you using the heikin ashi offered by default in fxDreema or are you using a custom indicator?
-
both hold the same meaning whether you take in the mq4 of heikin ashi, or use the default one,
in fxdreema, it gives me only open close high low if you use the default one, but if we use the mq4 as my indicator , we can see it functioning with its buffers which should hold the same meaning,my main issue is being able to say x>y but with a defined number which doesnt work on both, it should be something like crossover with width but with the < > functions, it used to be available i dont know what happened?
i might be mistaken where the function has moved somewhere else which is what i am after as an explaination -
Could you please share you project to take a look at it?