RaptorUK:
Pass the array to the function by reference
Pass the array to the function by reference
Can you show me some examples
lukibest:
Can you show me some examples
Can you show me some examples
Do you know of Google ? it's a search engine, very good . . . .
If you only need the Function to ever work on one array just make the array global . . .
Just looked at your code, Tema[] is a buffer so is already a Global . . you don't need to return anything . . .
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
Hi
I would like to convert my Tema function to function like TEMA(CLOSE,PERIOD)
I have problem with variable Tema[i], How can i return this variable from funtion ?
My code :