Heiken Ashi Indicator
-
@fxdreema output is always greater than zero whether it is HA BULL OR HA BEARISH appear
-
I want to build a simple expert that:
-
Buys when Heiken Ashi shows a long candle
-
Sells when Heiken Ashi shows a short candle
What function do I use for this? If I use the Condition function I can only compare the Heiken Ashi indicator to another indicator or state.
-
-
compare it with same indicator
or easy, when:
Open<Close (it is Bull candle)
Open>Close (it is Bear candle) -
try something like this: http://prntscr.com/cgjhxm