I do not see any trade. How to do?
Does it run on EURUSD, too?
its done 3 trades so far today. all closed in loss. its got one open which is currently in loss.
It is designed for H1 time frame and it should be trading on average four times a week, with the kumo set about 200 to filter out ranges. I have experimented with shorter times but it's just to random. The Ichi works best on higher time frames H1 and above, H1 being ideal
Here is a quick fix for anyone interested on using this for all currency pairs:
Replace this line in the code
double kumo=(SenkouSpanALatestByPriceF-SenkouSpanBLatestByPriceF)*1000;
to this
double kumo=(SenkouSpanALatestByPriceF-SenkouSpanBLatestByPriceF)/Point;
its on line 190 in the meta editor for me
//--------------------------
If you would like to make it close on the Tenkan-sen cross rather than the Kijun-Sen then replace this line
if(HaveLongPosition)
{
if(Close[1]<kijunSenHist)
to this:
if(HaveLongPosition)
{
if(Close[1]<tenkanSenHist)
for both havelongPosition and haveShortPosition
This is the more traditional style of close and works much better on H4 time frames (and probably higher)
Hi, I was trying to develop something like this by using Ichimoku rules but I'm not good in programming yet.
Have you tested it without setting the kumo size to 300 and instead of this just setting the condition that Senkou Span A > Senkou Span B for Long entries and the opposite for Short entries?
It should allows to anticipate the entry point and get more profit.
It would be also interesting to test it on 4h timeframes and not only currency pairs but also raw materials like Crude Oil, Natural Gas etc.
If you like we can get in touch to discuss it better...
Thanks

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Ichimoku Kinko Hyo System:
An EA fully based on the Ichimoku Kinko Hyo system.
Author: mjprater