OmniTrader Forum
-
OmniTrader General Discussion
Heikin Ashi Candle closing above / below EMA |
^ Top | ||
Rean![]() Posts: 105 Joined: 8/30/2013 Location: Johannesburg, South Africa ![]() | Hi all This is similar to another post of mine: https://www.omnitrader.com/currentclients/otforum/thread-view.asp?threadid=16614 I want try something similar using HA candles. Can someone guide me on how to fire signals on these conditions? - Heiken Ashi candle closes above the EMA(high,5). - Heiken Ashi candle closes below the EMA(low,5) ![]() | |
^ Top | ||
Barry Cohen![]() Posts: 6338 Joined: 1/19/2004 ![]() | Like in the other similar post, since you already have that strategy, save that strategy under a new name & then just change the filter to these conditions: Long: C > EMA(H,25) Short: C < EMA(L,25) Also use the Heikin Ashi timeframe. | |
^ Top | ||
Rean![]() Posts: 105 Joined: 8/30/2013 Location: Johannesburg, South Africa ![]() | Thanks Barry. I thought that I needed a way to tell the script that it's an HA candle. Thanks for the feedback. | |
^ Top | ||
Barry Cohen![]() Posts: 6338 Joined: 1/19/2004 ![]() | There is a way to do that since Heikin Ashi bars are just calculated off the base timeframe. If you want that, let me know. But using Heikin Ashi as your timeframe is easier. |