Don't do that. Simply create a new indicator with a TF value and populate the buffers with iIchimoku(NULL, TF, ...
could you show a small example so i can get an idea what youre saying
im very new to mt4 coding, if i see what a TF is visually in an example i can play with it
thanks for the quick reply
could you show a small example so i can get an idea what youre saying
im very new to mt4 coding, if i see what a TF is visually in an example i can play with it
thanks for the quick reply
ok by TF you mean timeframe sorry
so youre saying i put in and an indicator that simple does not but call on ichumoku(null,5,0, 9, 26, 52, MODE, 1)
this asks for a mode so not sure how what youre saying will call on the entire indicator
Hi, If i test this code as it is in MT4 from IC Markets, the visual graphic is only showing candles, no clouds and lines as I would expect.
Any thoughts? I'm quit new with this :-).
The default ichi periods are : 9,26,52
----------------------------------------------
Let's say you want H4 clouds in m30 active chart:
In one H4 candle there are 8x m30 candles
So install ichi indicator and set their periods as : 9x8, 26x8 , 52x8

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
as shown is the ichimoku indicator
as per the help manual i see a timeframe enumeration variable when using any of the values
but i dont see anywhere to edit the time frame enumeration in the original indicator
so that i could, for example, draw the 5minute ichumoku cloud on top of the 1 minute chart to display various levels of support and resistance