You added a Print inside the method. Instead, add prints before you call the method (outside).
Or use the debugger to step outside.
William Roeder #:
You added a Print inside the method. Instead, add prints before you call the method (outside).
Or use the debugger to step outside.
@William Roeder Thanks man
I will try these methods, for now however I did find it by running each of my method separately.
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
Dear Fellows
Greetings. I have created an indicator class and following methods are defined to get value on single index bar.
I am now getting following error, which I now is caused by calling -1 index. How can I identify (or find out the calling method to this, e.g. __FUNCTION__).
Since this call is made from multiple methods, I am not sure which one is causing the issue. Hope there is a way to find out!!!