Hello All,
I have a semi advanced indicator that detects Inside Bars breaks & hikkake signals and draws images on the screen – It also draws these images on the screen in the history where conditions have warranted it-
also when you load up mt4 it seraches the last few candles and if an inside bar has been found it currently tracks it waiting to signal a break –
when it does break it then uses a few ma`s to make sure that it is a good signal, otherwise it ignores it and does not show/alert/email the break –
What i require now is the addition and incorporation of 4 multi time frame moving averages that are independent of the chart time frame
Basiclly the attached indicator will need to be inserted in the code
so i need to have access to the mtf values – this must be done so the previous and current values are correct. The values is what I am after
and any images on screen are secondary. I expect several time arrays will have to be created and worked into the existing code.
that is all that is required now but i will add other more challenging functions later. Only highly advanced programmers need apply