Heikin-Ashi candle close

Forums ProRealTime English forum ProBuilder support Heikin-Ashi candle close

Viewing 2 posts - 1 through 2 (of 2 total)
  • #188232

    Dear All

    I created a cod based on price close above MA. How I can do this but instead using Hekin-Ashi candle close.

    indictaor3= exponentialaverage[50](close)
    indictaor4= exponentialaverage[20](close)

    c2= (close[1] > indictaor3)
    c3= (close[1]> indictaor4)

    I want above close to be based in Heikin Ashi candle ?

    #188233

    There you go:

    I commented out any reference to xOpen, as you are not using it. If you need it then uncomment those lines.

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login