Found answer to my question in archive at "How to plot custom indicator result of higher timeframe on a lower timeframe chart?"
Helps to read a bit :-)
Helps to read a bit :-)
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
I'm using a custom indicator which draws arrows for long and short entries on a chart. The arrow values (high of bar for short and low of bar for long) are written to an array when the conditions for long/short is met. If no signal on the bar then the Empty_Value is written to the array.
I want to get the orders from the 4 hour chart and plot them on the 15 min chart. Example: if i place the indicator on the 4 hour chart and it gives a buy on bar 10 at 10:00 then i want to draw an arrow on the 15 min time frame on the bar with the same time. If I just call the custom indicator from the 15 min chart and change the time frame to 4 hours (iCustom(NULL, 240,.....) I get different values than when I place the actual custom indicator on the 4 hour chart.
Any help will be appreciated. Please contact me if the above explanation is not clear.
Thanks
Mike