Heikin-Ashi candle smoothed TOPIC

Forums ProRealTime English forum ProBuilder support Heikin-Ashi candle smoothed TOPIC

Viewing 10 posts - 1 through 10 (of 10 total)
  • #75608
    ALE

    Hello

    this Topic is to ask more informations about Heikin-Ashi candle smoothed

    You can use this indicators in different ways

    • Moving Average
    • Range area
    • Filtered area of market movement

    You can set :

    • Average period of candle=HeikinPeriod
    • Average Type (simple,exponential,triangular, etc) = AverageType
    • Average period of impression channel (Highest/Lowest) = ChannelPeriod
    • Transparency of the candle =Transparency

     

     

    #75683

    Hey Ale,

    I can´t get it to change colors, it only shows one color. What am I missing?

    #75688
    ALE

    Which market and time frame is it?
    Thanks

    #123918
    ALE

    Hello
    I have updated the code .
    Now it will be possible to choose whether the candles will have a variable color, or a fixed color: green and red.
    I also fixed the variable color problem, so now it works on any market and time frame.

    In the attached files you will find:
    – Infographics
    – Heikin-Ashi candle smoothed “CODE” to import in your platform

    Regards
    Ale

    #127052

    Hi,

    Thank for this code. I’m very fan of it.

    I’m trying to use it building a probacktest but it’s not accepted by Prorealtime.  The error displayed is that the is ‘NO value’.

    When I try to add it on the same graph as the price or calling it on the code, I’ve also an error asking to : declare a value for it. Any idea how to fix that?

    Regards,

    Alain

     

    #127075

    The indicator returns nothing, while at line 7 you expect a value to be assigned to C1.

     

    1 user thanked author for this post.
    avatar ALE
    #127083
    ALE

    Hello Alain,

    The code has no values, a candle is drawn only.
    In the code below you will find the values you are looking for:

    Thanks
    Ale

    1 user thanked author for this post.
    #239133

    Loving the smoothed Heikin-Ashi indicator Ale.

    I’m trying a variant of the same indicator where the Heikin-Ashi is ‘smoothed’ using an EMA before & after calculating the Heikin-Ashi.

    Here is my code:

    To start with, I’m just trying to plot the OHLC from the 2nd EMA.

    The issue I’m having is that open2, high2, and low2 don’t seem to have a value, as shown in the screenshot.

    I’ve tried debugging but can’t find the issue.

    If anyone knows where I’m going wrong, I’d really appreciate your help!

    #239146

    Some code has to be executed only after the lookback period has elapsed:

     

    1 user thanked author for this post.
    #239147

    Thank you so much Roberto. That makes sense!

    I did try the PRELOADBARS function because I thought it may have had something to do with the lookback period, but it doesn’t allow it as part of an indicator.

    Your solution is neat.

    Thanks!

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

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