I want to draw, on a chart, a series of arrows, that will show me the relationship between price and the Ichimoku cloud, for each time frame ( 5m, 15m, 1h, 4h, 1d, 1w, 1m ). That way no matter what chart / timeframe that I'm on, I can see the relationship of the others. Problem is, depending on what chart / timeframe your on; the state of the other timeframes are based on the values of the cloud of the current chart and give incorrect states of the other timeframes. My question is; if I'm on the hour chart, and want to bring the values of the cloud of a 5 minute chart to the hour chart, so that I can see that the 5 min chart is above, below or within the cloud, on a 1 hour chart; how can I accomplish this?
- Chart Question
- TimeFrame of the Chart
- In MT5, can we overlay two Ichimoku indicators of different timeframes on the same chart ?
O.k. Give me a little bit.
So then, my problem is probably my miss use of iCustom:
double ExtSpanA = iCustom("NZDUSD",0,"Ichimoku",2,0); double ExtSpanB = iCustom("NZDUSD",0,"Ichimoku",3,0);
probably should bedouble ExtSpanA = iCustom("NZDUSD",5,"Ichimoku",2,0); double ExtSpanB = iCustom("NZDUSD",5,"Ichimoku",3,0);

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