Description
Heikin-Ashi with smoothing filter choices. If you don't need smoothing, set Periods = 1 and MA Type = Simple.
u
FlatLander
Joined on 27.06.2013
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Heikin-Ashi Smoothed.algo
- Rating: 3.75
- Installs: 14492
- Modified: 13/10/2021 09:55
Comments
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
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
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
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.
Hi there
Is it possible to share the source code?
Thanks