
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
Calling an iCustom on a period higher than the current requires a few things :
- Storing the higher period values with the original shift to a buffer
- creating a 'transposed' shift from the higher TF to the smaller one; using Time[i] & iBarShift
- filling the values to another buffer with the 'transposed' shift
- .... then you can do a valid comparison.
hth
I'm not coder, i 'm unable to do what you said but i bypassed the issue using MTF_Laguerre.mq4 ...
Solved.
Didn't know that. Yes MTF will solve that....
Your post is unreadable (illegible)
The iCustom is not correct, extern of the indicator are missing, so do the required buffer, and the shift,
have a look in the documentation
Play video
For large amounts of code, attach it.