HeikenashiSMA
FREE
Published:
31 July 2024
Current version:
2.2
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register

Thanks for the ea. I think it would be an advantage if the following functions were available:
- Time filter
- Trailing SL and BE function
- Close Trades at time
Best regards.
These two TSLs work very well:
- Trade closure when closing price of the current candle is below the fast MA
or
- TSL follows under the Heiken Ashi candles, but only if a new high/low was reached beforehand and it is a pure bull-/bear candle (with flat bottom without any wick!!).
Thanks for the ea. I think it would be an advantage if the following functions were available:
- Time filter
- Trailing SL and BE function
- Close Trades at time
Best regards.
Thanks for feedback.
I can't promise, but I will try to do it on the weekend.
Best regards
These two TSLs work very well:
- Trade closure when closing price of the current candle is below the fast MA
or
- TSL follows under the Heiken Ashi candles, but only if a new high/low was reached beforehand and it is a pure bull-/bear candle (with flat bottom without any wick!!).
It is free EA, so the rules are below
haClose[0] > haOpen[0] && fastMA[0] > slowMA[0] && haClose[0] > slowMA[0] - buy condition
haClose[0] < haOpen[0] && fastMA[0] < slowMA[0] && haClose[0] < slowMA[0] - sell condition
Uploaded new version.
Happy trading.