|
Rean
 Veteran
 Posts: 105
Joined: 8/30/2013
Location: Johannesburg, South Africa
User Profile |
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)
Attached file : Screenshot 2024-05-01 120257.png (100KB - 98 downloads)
|
|
Barry Cohen
 Sage
      Posts: 6338
Joined: 1/19/2004
User Profile |
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.
|
|
Rean
 Veteran
 Posts: 105
Joined: 8/30/2013
Location: Johannesburg, South Africa
User Profile |
Thanks Barry. I thought that I needed a way to tell the script that it's an HA candle.
Thanks for the feedback.
|
|
Barry Cohen
 Sage
      Posts: 6338
Joined: 1/19/2004
User Profile |
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.
|