Category Trend  Published on 02/07/2013

Heikin-Ashi Smoothed

Description

Heikin-Ashi with smoothing filter choices. If you don't need smoothing, set Periods = 1 and MA Type = Simple.
 

 

 


u

FL
FlatLander

Joined on 27.06.2013

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Heikin-Ashi Smoothed.algo
  • Rating: 5
  • Installs: 14012
Comments
Log in to add a comment.
BO
bostonmaster0319 · 7 months ago

Hi there

Is it possible to share the source code?

Thanks

TH
thierry · 6 years ago

Hi,

I am trying to get output to use them in a bot but I fail.

I suppose we have to do something like this, and to call them with heikenashismoothed.haClose.last(1), but does not work at the end:

[Output("haClose")]
public IndicatorDataSeries haClose { get; set; }
 [Output("haOpen")]
 public IndicatorDataSeries haOpen { get; set; }

 

Thanks

PC
pchristo0077 · 8 years ago

Hi, Fantastic indicator! I was wondering how to add alerts to the color change as it would alleviate staring at the screen for hours on end. Cheers

TO
tohiro.itosan · 8 years ago

Hi, I would like to be able to change the colors of the HA candles. Please could you advise me on how this can be done. Can I just change the color names in the formula source code?

Thanks

David's avatar
David · 10 years ago

Click the Download link for it, and save the file.

Double click the file.

Restart ctrader if it isn't showing up in your indicators list.

Add it to your chart as you would any other indicator.

atrader's avatar
atrader · 10 years ago
The instructions from the "How to install link" didn't help?
TI
tilo10 · 10 years ago
hi ,can somebody tell me how to download and install this indicator, i have tried all the possible way to do it ,thanks